Audiences
List audience contacts
Page through the contacts in one audience, newest first.
GET
/v1/audiences/{id}/contactsAPI keyReturns the contacts in the audience, ordered by when the contact was created, newest first. Unsubscribed contacts are included; check each contact's unsubscribed field. The list is cursor-paginated, see Pagination.
Path parameters
The audience ID.
Query parameters
How many contacts per page, from 1 to 100. Values outside that range are clamped to it.
The nextCursor value from the previous page.
Response
dataContact[]
The contacts on this page, with the fields described in Create a contact.
nextCursorstring | null
Pass this as cursor to get the next page. null on the last page.
Errors
| Status | Code | When |
|---|---|---|
| 404 | audience_not_found | No audience with that ID in this project. |