Requires subscriptions:manage and owner access. Queues another delivery attempt for the selected subscription event and returns the pending attempt immediately.
/v1/subscriptions/{id}/redeliver/{eventId}Requires subscriptions:manage and owner access. Queues another delivery attempt for the selected subscription event and returns the pending attempt immediately.
bearerAuth In: header
Subscription ID.
Event ID.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/subscriptions/string/redeliver/string"{ "delivery": { "attempt": 0, "dispatchedAt": "string", "eventId": "string", "id": "string", "lastError": "string", "nextAttemptAt": "string", "responseCode": 0, "status": "string", "subscriptionId": "string" }}List delivery attempts GET
Requires subscriptions:manage and lists recent delivery attempts for a webhook subscription owned by the authenticated principal. This read-only operation accepts a limit from 1 to 100.
Rotate signing secret POST
Requires subscriptions:manage and owner access. Encrypts and replaces the webhook signing secret, records an audit decision, and never returns secret material.