Skip to main content
POST
/
cabinet
/
subscription
/
traffic
/
save-cart
Save Traffic Cart
curl --request POST \
  --url https://api.example.com/cabinet/subscription/traffic/save-cart \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "gb": 50000
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to purchase additional traffic.

gb
integer
required

GB to purchase (0 = unlimited)

Required range: 0 <= x <= 100000

Response

Successful Response

{key}
boolean