Skip to main content
GET
cURL
Returns campaigns across the authenticated brand’s collaborations. Each item includes the campaign name, status, and dates.
cURL
Authenticate with the API key in the playground, or send an OAuth access token in Authorization. See Authentication.

Headers

string
The platform UUID we assigned to your integration. Omit this header when we have not assigned one.

Query parameters

string
Campaign status. One of draft, active, or closed. When omitted, campaigns in every status are returned.
integer
default:"1"
1-based page number. See Pagination.
integer
default:"50"
Items per page. Maximum 100.

Response

object[]
required
Campaigns on this page.
integer
required
Total campaigns matching the status filter, across all pages.

Errors