Tone docs
API referenceWebhooks

Send a delivery again now

Re-sends immediately instead of waiting for the next backoff step. The event id is unchanged, so a correctly written consumer deduplicates it.

Requires the write scope. A key with less gets 403 insufficient_scope.

POST
/v1/integrations/webhooks/deliveries/{id}/retry
AuthorizationBearer <token>

Authorization: Bearer tone_live_… or tone_test_…. The prefix IS the environment: a test key reaches only the sandbox, and no request field bridges the two.

In: header

Path Parameters

id*string

The webhook delivery's id.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/integrations/webhooks/deliveries/string/retry"
{  "data": null}
Was this page helpful?