List a feed's uploads
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
Meta product catalog ID (from GET /v1/ads/catalogs)
Query Parameters
A facebook, instagram, metaads or whatsapp account ID
A facebook, instagram or metaads account whose Meta login carries catalog_management; its token performs the call instead of the account's own
Response Body
application/json
application/json
application/json
application/json
application/json
{ "uploads": [ { "id": "string", "url": "string", "startTime": "string", "endTime": "string", "errorCount": 0, "warningCount": 0, "itemsDetected": 0, "itemsDeleted": 0 } ]}Create invite token
Generate a secure invite link to grant team members access to your profiles. Invites expire after 7 days and are single-use. Returns 403 when a requested profile is not found or not owned, or when called with a restricted (zrk_) API key: invite management is admin-plane.
List a catalog's product feeds
Next Page