Skip to main content

List Campaigns

GET 

/campaigns

Returns a paginated list of campaigns belonging to the authenticated brand.

Results are filtered to only include non-deleted campaigns owned by your brand (determined by your API key).

Pagination​

Use page and pageSize query parameters to paginate through results. The response includes a meta.pagination object with total counts and page information.

Filtering​

ParameterDescriptionExample
typeFilter by campaign type?type=campaign
liveFilter by live status?live=true

Sorting​

Use the sort parameter with format field:direction. Allowed fields: createdAt, updatedAt, name, dateStart, dateEnd.

Example: ?sort=name:asc

Request​

Responses​

Campaigns retrieved successfully

Response Headers
    X-RateLimit-Limit

    The maximum number of requests allowed per minute

    X-RateLimit-Remaining

    The number of requests remaining in the current window

    X-RateLimit-Reset

    Unix timestamp when the rate limit window resets