POST
/app/hook/deliveries/{delivery_id}/attemptsRedeliver a GitHub App webhook delivery
Triggers a redelivery attempt for a webhook delivery configured for a GitHub App. Supply delivery_id to identify the delivery, and use the accepted response to confirm that the redelivery request was queued.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
delivery_idintegerrequired
The integer identifier of the webhook delivery to redeliver.
202Returns an object confirming that the webhook redelivery request was accepted for processing.
400Returned when the request is malformed or `delivery_id` is invalid.
messagestringoptional
documentation_urlstringoptional
urlstringoptional
statusstringoptional
422Returned when validation fails or the endpoint has been spammed.
messagestringrequired
documentation_urlstringrequired
errorsarray<object>optional
Error handling
A 400 is returned when the request is malformed or delivery_id is invalid. A 422 is returned when validation fails or the endpoint has been spammed; authenticate with a JWT and provide the intended integer delivery_id.