Requeue a delivery for retry
Requeues a past delivery attempt for immediate redelivery. Requires webhooks:write.
Authorization
apiKey Community-scoped API key. Send it as Authorization: Bearer arclt_live_.... Keys carry scopes; endpoints that need a specific scope answer 403 missing_scope when the key lacks it.
In: header
Path Parameters
Response Body
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/v1/webhooks/endpoints/string/deliveries/string/redeliver"{
"type": "https://docs.arcalotl.com/api/errors#not_found",
"title": "Not Found",
"status": 404,
"detail": "The requested resource was not found.",
"code": "not_found"
}{
"type": "https://docs.arcalotl.com/api/errors#not_found",
"title": "Not Found",
"status": 404,
"detail": "The requested resource was not found.",
"code": "not_found"
}{
"type": "https://docs.arcalotl.com/api/errors#not_found",
"title": "Not Found",
"status": 404,
"detail": "The requested resource was not found.",
"code": "not_found"
}{
"type": "https://docs.arcalotl.com/api/errors#not_found",
"title": "Not Found",
"status": 404,
"detail": "The requested resource was not found.",
"code": "not_found"
}GETList an endpoint's delivery attempts
Returns a keyset page of the endpoint's delivery attempt logs, newest first. Each log carries the event id and type, status, attempt counts, and the last HTTP result.
POSTSend a signed test ping
Synchronously delivers a signed ping envelope to the endpoint and returns the HTTP status code it responded with. Rate-limited to 10/min per endpoint. Requires webhooks:write.