Skip to main content
GET
List this partner's sponsored seats

Authorizations

Authorization
string
header
required

HTTP Basic for /v1/partners/*. Username is the partner client_id; password is the client_secret.

Headers

authorization
string | null

Query Parameters

status
string | null

Filter by status.

limit
integer
default:50

Page size (max 200).

Required range: 1 <= x <= 200
cursor
string | null

Opaque cursor from a prior page.

Response

Successful Response

A page of sponsorships plus the opaque cursor for the next page.

items
SponsorshipItem · object[]
required
next_cursor
string | null