Skip to main content
POST
/
cabinet
/
subscription
/
devices
Purchase Devices Legacy
curl --request POST \
  --url http://localhost:8080/cabinet/subscription/devices \
  --header 'Content-Type: application/json' \
  --data '{
  "devices": 50
}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json

Request to purchase additional device slots.

devices
integer
required

Number of additional devices

Required range: 1 <= x <= 100

Response

Successful Response