---
title: "Get Gift Purchase Status"
method: GET
path: "/cabinet/gift/purchase/{token}"
tags: ["Cabinet Gift"]
---

# Get Gift Purchase Status

`GET /cabinet/gift/purchase/{token}`

Get the status of a cabinet gift purchase.

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- GiftPurchaseStatusResponse
  - `status` string, required
  - `is_gift` boolean
  - `is_code_only` boolean
  - `purchase_token` string, nullable
  - `recipient_contact_value` string, nullable
  - `gift_message` string, nullable
  - `tariff_name` string, nullable
  - `period_days` integer, nullable
  - `warning` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api.md) · [All operations](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bedolagam/remnawave-bot-admin-api/revisions/45956d1b13ec/schema)
