JavaScript
Audiences
List contacts
List all contacts in an audience with cursor-based pagination. The account is inferred from the audience.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The audience ID to list contacts for.
Example:
"aud_01j9a43avnfqzbjfch6pygv1td"
Query Parameters
Cursor for forward pagination. Use the next_cursor from a previous response.
Cursor for backward pagination. Use the previous_cursor from a previous response.