Contact
List contacts
Endpoint: v1/audiences/{audienceId}/contacts
List all contacts in an audience. Returns 50 contacts per page.
Authorizations
API key with format "Bearer {your-api-key}"
Path Parameters
Unique identifier of the audience
Query Parameters
Pagination cursor. The cursor will always be returned in the response:
- If there are more contacts, it will contain the email of the last contact in the current page
- If there are no more contacts, it will be null
Response
200
application/json
OK
The response is of type any
.