Skip to main content
GET
List all campaigns

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
number
default:10

A limit on the number of objects to be returned. Limit can range between 1 and 100.

cursor
string

A cursor for use in pagination. The cursor is the id of the last object returned in the previous request.

Response

200 - application/json
data
object[]
required
nextCursor
object | null
required

Cursor for the next page. Null if there are no more results.