Events V2

Retry Event Delivery

Retries delivery of an event to a specific endpoint. Requires webhooks:write scope.

post/v2/projects/{project_id}/events/{event_id}/retry

Path parameters

project_idstring required

Project ID

Project ID

event_idstring required

Event ID

Event ID

Request body

endpoint_idstring required

ID of the webhook endpoint to retry delivery to

Response

Success

object'event' required

Object type, always event

idstring required

ID of the event being retried

retriedtrue required

Always true for retry responses

Changes

No recorded changes to this endpoint across all 3 revisions of this API.