Get an audience
GET
/v1/audiences/{audience_id}
curl -X GET "https://us1.platform.bird.com/v1/audiences/{audience_id}" \
-H "Authorization: Bearer $TOKEN"Returns a single audience: its name, description, and type. The member list is separate; fetch it with List an audience's contacts.
Parameters
audience_id
string
ID of the audience to fetch (adn_-prefixed).
Response Payload
id
string
required
ID of the audience (adn_-prefixed), accepted by every operation that takes an audience_id.
name
string
required
Display name for the audience.
description
nullable string
Longer description of who this audience is.
type
string
required
How the audience's recipients are determined. static (the default) is an explicit member list you manage via the API. dynamic and external are preview values and currently unavailable; creating an audience with either returns a validation error.
Possible values: static, dynamic, external
created_at
string
required
updated_at
string
required