ads
Search targeting interests
Search for interest-based targeting options available on the platform.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Query Parameters
qstring
Search query
accountIdstring
Social account ID
Response Body
application/json
application/json
curl -X GET "https://zernio.com/api/v1/ads/interests?q=string&accountId=string"{
"interests": [
{
"id": "string",
"name": "string",
"category": "string"
}
]
}{
"error": "Unauthorized"
}Empty
List ads GET
Returns a paginated list of ads with cached metrics. Use `source=all` to include externally-synced ads from platform ad managers.
Create a standalone ad with custom creative POST
Creates a paid ad with custom creative (headline, body, image/video, link). Creates the full platform campaign hierarchy.