cURL
curl --request POST \ --url https://api.example.com/api/v1/workspaces/{workspace_id}/billing/seats \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "additional_seats": 123 } '
{ "extra_seats": 123, "seat_limit": 123 }
Add extra seat add-ons to the existing subscription.
Documentation IndexFetch the complete documentation index at: https://docs.riftmap.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response