Webhook Deliveries
Register where events are delivered, roll the signing secret without dropping a delivery, and see how the destination is behaving.
List webhook delivery history
ModelsExpand Collapse
Delivery object { id, attempt_history_complete, attempts, 10 more } One webhook delivery and every retained applied attempt belonging to it.
One webhook delivery and every retained applied attempt belonging to it.
True only when every spent attempt has a retained applied verdict and collection covered this delivery from creation.
DeliveryAttempt object { attempt, attempt_completed_at, attempt_started_at, 9 more } One applied attempt to deliver an account event to a webhook endpoint.
One applied attempt to deliver an account event to a webhook endpoint.
DeliveryPage object { attempt_history_coverage_started_at, data, has_more, 3 more } A bounded page of webhook deliveries. Parent deliveries are never split across pages.
A bounded page of webhook deliveries. Parent deliveries are never split across pages.
Inclusive instant when attempt-history collection began. Earlier deliveries cannot claim complete attempt history.
True only when every spent attempt has a retained applied verdict and collection covered this delivery from creation.
True when successful delivery detail may have been swept from this account partition.