Skip to main content
Restricted — requires a sponsorship program. See the Sponsorship API overview for access and auth.
Two read endpoints let you reconcile your program against your own records: list the whole roster, or fetch one seat. Both are scoped to your partner — you only ever see your own seats.

List seats

Returns your seats, newest first, keyset-paginated.

Query parameters

Response

Each item:

Paging through the whole roster

Filter by status=active to reconcile exactly the seats you’re currently being billed for. Match rows to your own records on external_ref.

Get one seat

Returns a single seat in the same item shape as the list. A sponsorship_id that belongs to a different partner resolves to not_found (404), never 403 — we don’t confirm the existence of another partner’s seats.

Errors