Skip to main content
GET
Retrieve campaigns

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

after
string

A cursor token for pagination. Use the value from the previous response's paging.next.after field.

limit
integer<int32>

The maximum number of results to display per page.

name
string

A string to filter campaigns by name.

properties
string[]

An array of property names to include in the response.

sort
string

A string to specify the sorting order of the results.

Response

successful operation

results
object[]
required

An array of PublicCampaign objects, each representing a campaign with its associated details.

total
integer<int32>
required

An integer representing the total number of campaigns available.

paging
object
Last modified on August 3, 2026