v7

latestOpenAPI 3.1.02026-08-051856761.1 MB
customer-seats
public

List Seats

Scopes: customer_seats:read

get/v1/customer-seats

Query parameters

subscription_idstring uuid4 nullable
order_idstring uuid4 nullable

Response

Successful Response

available_seatsinteger required

Number of available seats

total_seatsinteger required

Total number of seats for the subscription

Example response

{
  "seats": [
    {
      "member": {
        "email": "member@example.com",
        "name": "Jane Doe",
        "external_id": "usr_1337"
      }
    }
  ]
}