Audience
List audiences
Endpoint: v1/audiences
List all audiences associated with your account. Returns 10 audiences per page.
Authorizations
API key with format "Bearer {your-api-key}"
Query Parameters
Pagination cursor. The cursor will always be returned in the response:
- If there are more audiences, it will contain the ID of the last audience in the current page
- If there are no more audiences, it will be null
Response
200
application/json
OK
The response is of type any
.