Re-fire a single delivery attempt immediately.
This is a manual one-shot retry — there is no automatic backoff queue on the current infrastructure. Use this from the dashboard or SDK to replay a delivery after fixing a transient endpoint issue.
Cost: write — burns rate + quota.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Record of one delivery attempt to a webhook endpoint.
Opaque delivery identifier (UUID).
"ffff0001-eeee-0002-dddd-000300040005"
The webhook endpoint this delivery targeted.
Stable event identifier. Deduplicate on this.
"evt_01JBAAAA000000000000000000"
Event type string, e.g. humanization.completed.
"humanization.completed"
ISO-8601 timestamp when this delivery was created.
Polymorphic discriminator. Always webhook_delivery.
JSON body we sent in the delivery attempt.
HTTP status code returned by the customer endpoint.
200
First 4096 bytes of the response body (for diagnostics).
Number of delivery attempts made so far.
1
ISO-8601 timestamp when a successful delivery was recorded.