Skip to content

Change seat count

PATCH
/v1/billing/subscription/seats
curl --request PATCH \
--url https://shareout.site/v1/billing/subscription/seats \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "subscription_id": "example", "seats": 1 }'

Takes effect at the next billing cycle.

Media type application/json
object
subscription_id
required
string
seats
required
integer
>= 1
Example generated
{
"subscription_id": "example",
"seats": 1
}

Pending seat change recorded