Skip to main content
GET
Returns the seat allocations for a tenant’s active subscription. Filter by status, paginate through results, and inspect real-time capacity utilization.

Query Parameters

string
required
The external tenant ID from your application.
string
default:"active"
Filter allocations by status. One of:
  • active — currently allocated users (default)
  • removed — deallocated users
  • all — both active and removed
number
default:"1"
1-based page number.
number
default:"50"
Number of results per page. Maximum 100.

Authentication

Requires a secret key (Authorization: Bearer sk_live_...) or service key (x-service-key).

Response