Audiences
Append contacts to audience
Append contacts to an audience.
Duplicates (by to) are skipped. Requires audiences:write.
Request
curl -X POST "https://api.blueticks.co/v1/audiences/string/contacts" \ -H "Content-Type: application/json" \ -d '{ "contacts": [ { "to": "string" } ] }'{
"success": true,
"data": {
"added": 0,
"contact_count": 0
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
id*string
Request Body
application/json
Response
Response Body
application/json
application/json