ad audiences
List custom audiences
Returns custom audiences for the given ad account. Supports Meta, Google, TikTok, and Pinterest.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Query Parameters
accountIdstring
Social account ID
adAccountIdstring
Platform ad account ID
platform?string
Value in
"facebook" | "instagram" | "googleads" | "tiktok" | "pinterest"Response Body
application/json
application/json
curl -X GET "https://zernio.com/api/v1/ads/audiences?accountId=string&adAccountId=string"{
"audiences": [
{
"id": "string",
"platformAudienceId": "string",
"name": "string",
"description": "string",
"type": "customer_list",
"platform": "string",
"size": 0,
"status": "string"
}
]
}{
"error": "Unauthorized"
}Empty
Check IG hashtag bans POST
Check if Instagram hashtags are banned, restricted, or safe to use. Rate limits: Build (50/day), Accelerate (500/day), Unlimited (unlimited).
Create a custom audience (Meta only) POST
Create a customer list, website retargeting, or lookalike audience on Meta (Facebook/Instagram).