List campaigns

Returns a list of campaigns.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
account_uid
array of strings

A comma-separated list of account unique identifiers to filter the list of campaigns by.

account_uid
string

The expression to filter campaigns.

Supported fields: status, updated_at.

Key-value pairs are separated by a colon and multiple filter queries can be joined by AND/OR statements. The boolean operators are case sensitive. Date range filters use ISO 8601 format.

Examples:

status:active returns campaigns with status active.

status:active OR status:scheduled returns campaigns with status active or scheduled.

updated_at:[2026-01-01T00:00:00 TO *] returns campaigns modified after the given date.

updated_at:[2026-01-01T00:00:00 TO 2026-01-31T23:59:59] returns campaigns modified within the given date range.

uid
array of strings

A set of unique identifiers to retrieve.

uid
number
≥ 1

The maximum number of results you want to get. Default: 20.

number
≥ 0

Start at the n+1 th result. Use in conjunction with limit to get a specific set of results. For example, a limit of 2 and an offset of 10 returns items 11-12. Default: 0.

string

Field to sort by. Use (+/-) to signify ASC/DESC. Default is (+) if no symbol provided.

Example: +created_at.

Supported fields: updated_at, name, created_at.

Default: -updated_at.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Choose an example:
application/json