Skip to main content
GET
Sponsor channels

Authorizations

X-API-Key
string
header
required

Path Parameters

sponsor_id
string
required

Identifier of the sponsor whose social accounts to list. Sponsor identifiers appear in the sponsor_id field of sponsorship results.

Query Parameters

platforms
string[] | null

Platforms to include (e.g. instagram, tiktok, youtube). If omitted, includes all.

limit
integer
default:20

Maximum number of accounts to return per page.

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

Pagination cursor from a previous response's next_cursor.

Response

Successful Response

A page of social accounts publicly associated with one sponsor.

sponsor_id
string
required

Stable identifier for the sponsor these accounts belong to.

Example:

"br_01hzy8k9m4qp7v2wxr3d5abcde"

sponsor_name
string
required

Name of the sponsor.

Example:

"Nike"

total_count
integer
required

Number of accounts returned on this page.

Example:

3

results
SponsorChannel · object[]

Social accounts publicly associated with this sponsor.

next_cursor
string | null

Pass as the cursor parameter to fetch the next page. Null on the last page.

has_more
boolean
default:false

True when more accounts are available on a following page.