POST to your URL itself. Subscriptions
are managed by the webhooks:manage scope — the shared mechanism is covered on the
Webhooks page.
Event types
The events cover the whole lifecycle — from sending to completion or breakoff.Thin payload
An event carries the type, the document identifier, and the time — but not the document itself:id field.
Verify the signature of every delivery: the
Doodocs-Signature: t=<unix>,v1=<hex>
header, where v1 is HMAC-SHA256(secret, "{t}.{body}"). How to do this and reject
stale deliveries is on the Webhooks page.Next
Webhooks
Subscribing, signature verification, and delivery reliability.
Documents overview
Statuses and the structure of the object you re-read.