chatformdocs
API referenceV1

Send every failed delivery of an endpoint again (up to 500)

POST
/v1/webhooks/{id}/retry-failed

Authorization

AuthorizationBearer <token>

A server-side secret key. Never send one from a browser — a request carrying an Origin header is refused for this reason.

In: header

Path Parameters

id*string

Response Body

application/json

curl -X POST "https://example.com/v1/webhooks/string/retry-failed"
{  "ok": true,  "queued": 0}