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