ad audiences
Delete a custom audience
Deletes the audience from both Meta and the local database.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
audienceIdstring
Response Body
application/json
application/json
application/json
curl -X DELETE "https://zernio.com/api/v1/ads/audiences/string"{
"message": "string"
}{
"error": "Unauthorized"
}Empty
{
"error": "Not found"
}Get audience details GET
Returns the local audience record and fresh data from Meta (if available).
Add users to a customer list audience POST
Upload user data (emails and/or phone numbers) to a customer_list audience. Data is SHA256-hashed server-side before sending to Meta. Max 10,000 users per request.