Skip to main content
GET
/
v1
/
audiences
/
{id}
Retrieve Audience
curl --request GET \
  --url https://api.example.com/v1/audiences/{id}
id
string
required
The ID of the audience to retrieve.

Request

cURL
curl https://www.unosend.co/api/v1/audiences/aud_123 \
  -H "Authorization: Bearer un_xxxxxxxxxx"

Response

200
{
  "id": "aud_123",
  "name": "Newsletter Subscribers",
  "contact_count": 1250,
  "created_at": "2024-01-15T10:30:00.000Z"
}