Retry a webhook delivery
Queues a webhook delivery for an immediate retry by resetting it to pending and dispatching it without waiting for the next scheduled attempt. The delivery is resolved by its own ID scoped to the organization, so no subscription ID is needed in the path. Responds 202 Accepted as soon as the retry is queued; the actual POST happens asynchronously. Requires a Nevermined API key. Requires organization admin privileges. Requires the organization to be on the Premium tier or higher.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
"org-abc123"
ID of the webhook delivery record to retry. This is the delivery attempt ID (prefixed whd-), distinct from the subscription ID.
"whd-4a1e6b22"
Response
Delivery accepted and queued for immediate retry
Related topics
Get a webhook delivery recordList deliveries for a webhook subscriptionActivity & EventsDelete a webhook subscriptionUpdate a webhook subscription