Resend webhook
Retry a failed or exhausted webhook delivery.
Resets attempt counters on a failed or exhausted delivery and queues it again. Pending, delivering, or successful deliveries cannot be retried.
This route is console / Firebase only for now. Tenant API keys are not accepted.
See also
- Webhooks . Events you can subscribe to and the JSON posted to your URL.
Path parameters
| Name | Type | Required |
|---|---|---|
idWebhook delivery UUID. Example: 5f3deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d | string No maximum | Required |
Errors
This operation can return the following errors in addition to generic HTTP failures.
| Error | HTTP code | Description |
|---|---|---|
Missing Bearer token | 401 | The Authorization header is missing or is not a Bearer token. |
Invalid token | 401 | Webhook destinations and deliveries are console-only. Send a Firebase ID token. Tenant API keys are not accepted on these routes. |
Too many requests, please try again later | 429 | Wait and retry. The Retry-After header is the number of seconds to wait. |
Retryable webhook delivery not found | 404 | The delivery does not exist, or its status is not failed or exhausted. |
Internal server error | 500 | Unexpected server error. The JSON body includes correlationId. Retry with backoff. |