Audiences
List audiences
Get every audience in the project, sorted by name.
GET
/v1/audiencesAPI keyReturns all of the project's audiences in one response, sorted by name. This list is not paginated.
Response
dataAudience[]
The audiences. Each has the fields described in Create an audience, including contactCount.
The Node.js client returns the array itself, not the { data } wrapper.