Skip to main content
POST
/
api
/
v1
/
subscriptions
/
add-seats
Add seats to the current subscription
curl --request POST \
  --url https://dev-billing-api.iqraa.ai/api/v1/api/v1/subscriptions/add-seats \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "seats": 10
}'

Authorizations

Authorization
string
header
required

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

Body

application/json
seats
number
required

Number of seats to add

Example:

10

Response

Seats added successfully