curl --request GET \
--url https://api.example.com/cabinet/gift/purchase/{token} \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"is_gift": true,
"is_code_only": false,
"purchase_token": "<string>",
"recipient_contact_value": "<string>",
"gift_message": "<string>",
"tariff_name": "<string>",
"period_days": 123,
"warning": "<string>"
}Get the status of a cabinet gift purchase.
curl --request GET \
--url https://api.example.com/cabinet/gift/purchase/{token} \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"is_gift": true,
"is_code_only": false,
"purchase_token": "<string>",
"recipient_contact_value": "<string>",
"gift_message": "<string>",
"tariff_name": "<string>",
"period_days": 123,
"warning": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.