Webhooks
Send one delivery again — typically one that was given up while your server was down
Send one delivery again — typically one that was given up while your server was down. It goes back into the queue with its attempts reset and is sent with EXACTLY the same body, including the same id and created, so your own deduplication recognises it. A delivery that is already queued gives 409. endpoint_disabled in the reply tells you if the receiver is switched off: turn it back on with PATCH, or it will not receive new events.
POST
Authentication
Authorizationstringheaderrequired
Your API key as a Bearer token.
Parameters
idstringpathrequired
The id of the resource.
Idempotency-Keystringheader
Repeat a request safely: the same key returns the first response instead of creating a second row. Kept for 24 hours.
Request
Response
application/json
Success.
object
