List Seats
Intent
Reads the available seats as a pageable collection without changing them.
When to call it
Call this when an interface, sync, or support workflow needs to inspect seats. Use the filters and paging controls shown below to limit the result.
Access boundary
Authorize the request with a token that carries customer_seats:read.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
GET
List Seats
Authorizations
Previous
Assign Seat### Intent
Runs the assign seat action.
### When to call it
Call this when your workflow reaches the point where it must assign seat.
### Access boundary
Authorize the request with a token that carries `customer_seats:write`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
Next
List Seats