List campaigns

Returns a paginated list of campaigns scoped to the authenticated account, newest first by default. Each item carries eds_uuid/footer_uuid (the campaign's default sending domain and footer) and num_sequences (count of non-deleted sequences). This is the entry point of the campaign flow: list campaigns here, then fetch one with get_campaign, drill into a sequence with get_sequence, or create a new campaign with create_campaign. Pagination is offset-based via limit/offset; total is the full count before paging.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
length ≤ 255

Optional search filter. Substring match on campaign_name.

integer
1 to 100
Defaults to 10

Page size. Default 10, capped at 100.

integer
≥ 0
Defaults to 0

Number of records to skip. Default 0.

string
enum
Defaults to newest

Sort order. newest returns the most recently created campaigns first; oldest reverses it.

Allowed:
Responses

401

Missing or invalid bearer token.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json