Skip to main content
POST
List campaigns
Results are newest first. Omit limit to request 25 records or set it up to 100. Filter by status or createdVia to narrow the page. Pass nextCursor unchanged to retrieve the next page. See Pagination for the traversal pattern.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

filters
object
cursor
string

Opaque cursor from a previous response's nextCursor.

Minimum string length: 1
limit
integer

Page size. Defaults to 25.

Required range: 1 <= x <= 100
Example:

25

Response

Response for status 200

data
object
required
error
null
required