List destinations for the Conversions API
Returns the list of pixels (Meta) or conversion actions (Google) accessible to the connected ads account. Use the returned `id` as `destinationId` when posting to `POST /v1/ads/conversions`. For Google, each destination's `type` reflects the conversion action's category (PURCHASE, LEAD, SIGN_UP, etc.) — the event type is locked to the destination. For Meta, `type` is absent: pixels accept any event name per request.
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
SocialAccount ID (metaads or googleads).
Response Body
application/json
application/json
curl -X GET "https://zernio.com/api/v1/accounts/string/conversion-destinations"{
"platform": "metaads",
"destinations": [
{
"id": "string",
"name": "string",
"type": "string",
"status": "active"
}
]
}{
"error": "Unauthorized"
}List ads GET
Returns a paginated list of ads with metrics computed over an optional date range. Use source=all to include externally-synced ads from platform ad managers. If no date range is provided, defaults to the last 90 days. Date range is capped at 90 days max.
Search targeting interests GET
Search for interest-based targeting options available on the platform.