Audiences
List audiences
List the audiences in your workspace, newest first.
Offset-paginated via limit + skip. Requires audiences:read.
Request
curl -X GET "https://api.blueticks.co/v1/audiences"{
"success": true,
"data": [
{
"id": "string",
"name": "string",
"contact_count": 0,
"created_at": "2019-08-24T14:15:22Z"
}
],
"limit": 0,
"skip": 0,
"total": 0
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Query Parameters
skip?integer
Number of items to skip before the page (default 0).
Default
0Range
0 <= valuelimit?integer
Page size (default 50, max 200).
Default
50Range
1 <= value <= 200Response
Response Body
application/json
application/json