Get Campaigns
List Campaigns
Retrieves a paginated list of campaigns belonging to the team identified by the provided API key. The response includes campaign details and pagination information.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Number of items per page (1-100).
Required range:
1 <= x <= 100
Token to fetch the next page of results, if available.