List campaigns
Get all campaigns for a team.
GET
Authorizations
The API key used to authenticate requests, learn how to generate an API key on the Authentication page.
Path Parameters
Team ID, starting with tea_
Query Parameters
The number of items to return per page.
Required range:
x <= 100
ID of the item to start the pagination after (not inclusive).
Search query to filter items by.
The field to order items by (e.g., createdAt
).
The direction to sort items by.
Available options:
asc
, desc
Response
200 - application/json
Array of campaigns
The response is of type object[]
.