Audiences
Retrieve an audience
Get one audience and its contact count.
GET
/v1/audiences/{id}API keyReturns one audience. To see who is in it, use List audience contacts.
Path parameters
The audience ID, for example aud_01K6C2A7F3H5J8K1M4N6P9Q2RS.
Response
The audience, with the fields described in Create an audience.
Errors
| Status | Code | When |
|---|---|---|
| 404 | audience_not_found | No audience with that ID in this project. |