Audiences
List audiences
GET/v1/audiencesrequires campaign:read
Requestcurl -X GET https://api.transmit.dev/v1/audiences \
-H "Authorization: Bearer tr_v2_…"Responses
| Status | Meaning |
|---|---|
200 | Every audience, each with its contact count |
401 | The API key is missing, malformed, expired or revoked |
403 | The API key lacks the campaign:read scope |
Every response body is described in the OpenAPI spec, which this page is generated from.