Get Audiences
GET/audiences
Get all audiences
Retrieves a list of all Audiences in your account, along with detailed information for each Audience.
Use this endpoint to view and manage all existing audience lists, including their names and associated customer data.
Request
Responses
- 200
- 400
- 401
- 405
successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
contacts object[]
id uuid
name string
numberOfMembers integer
{
"contacts": [
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "my contacts",
"numberOfMembers": 10000
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Some error message"
}
API key is missing or invalid
Method Not Allowed
Loading...