v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

Retry an event in sandbox

Re-enqueue an event for delivery. Available in sandbox only; returns a 400 in the live environment.

post/events/{event}/retry

Path parameters

eventstring required

ID of the event to retry.

Response

202

idstring
webhook_configstring nullable
companystring
topicstring
bodyobject
status'pending' | 'retrying' | 'delivered' | 'failed'
created_atstring date-time

Example response

{
  "id": "whe_7uCODm8JFmZyov9jL8QO",
  "webhook_config": "whc_7uCODm8JFmZyov9jL8QO",
  "company": "com_zH8Gq33iBkFj5o0GKjTw",
  "topic": "payroll",
  "status": "pending",
  "created_at": "2024-01-19T17:04:15Z"
}