Skip to main content
GET
/
cabinet
/
landing
/
purchase
/
{token}
Get Purchase Status
curl --request GET \
  --url https://api.example.com/cabinet/landing/purchase/{token}
{
  "status": "<string>",
  "subscription_url": "<string>",
  "subscription_crypto_link": "<string>",
  "is_gift": false,
  "contact_value": "<string>",
  "recipient_contact_value": "<string>",
  "period_days": 123,
  "tariff_name": "<string>",
  "gift_message": "<string>",
  "contact_type": "<string>",
  "cabinet_email": "<string>",
  "cabinet_password": "<string>",
  "auto_login_token": "<string>",
  "recipient_in_bot": true,
  "bot_link": "<string>"
}

Path Parameters

token
string
required

Response

Successful Response

status
string
required
subscription_url
string | null
is_gift
boolean
default:false
contact_value
string | null
recipient_contact_value
string | null
period_days
integer | null
tariff_name
string | null
gift_message
string | null
contact_type
string | null
cabinet_email
string | null
cabinet_password
string | null
auto_login_token
string | null
recipient_in_bot
boolean | null