Audiences
Get audience
Retrieve a single audience by id, including its `contact_count` and variable schema.
Requires audiences:read.
Request
curl -X GET "https://api.blueticks.co/v1/audiences/string"{
"success": true,
"data": {
"id": "string",
"name": "string",
"contact_count": 0,
"created_at": "2019-08-24T14:15:22Z"
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
id*string
Response
Response Body
application/json
application/json