JavaScript
Campaigns
List campaigns
List all campaigns for an account with cursor-based pagination.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.surge.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The account ID to list campaigns for.
Example:
"acct_01j9a43avnfqzbjfch6pygv1td"
Query Parameters
Cursor for forward pagination. Use the next_cursor from a previous response.
Cursor for backward pagination. Use the previous_cursor from a previous response.