e0cd92070858

latestOpenAPI 3.1.02026-08-135551782.1 MB
Webhook Events

Ads initial sync completed event

Fired once per ads-enabled account when the initial sync (ad-account discovery + 90-day historical ad backfill) completes. The sync block reports whether the backfill succeeded and how many ads were synced.

postWebhookaccount.ads.initial_sync_completed

Payload

idstring required

Stable webhook event ID

event'account.ads.initial_sync_completed' required
timestampstring date-time required

UTC time at which Zernio generated this event (set once when the event payload is built, before delivery is queued). Retries and redeliveries keep the original value, so it reflects the event, not the delivery attempt.

Example payload

{
  "account": {
    "platformAdAccountId": "act_1330190928038136",
    "platformAdAccountIds": [
      "act_1330190928038136",
      "act_98765432101234"
    ]
  }
}

Response

Webhook received successfully