Replays a webhook delivery. Useful for recovering from temporary endpoint failures.
cURL
curl --request POST \ --url https://api.cherp.dev/v1/webhooks/{id}/retry \ --header 'Authorization: Bearer <token>'
{ "delivery": { "id": "<string>", "eventId": "<string>", "url": "<string>", "responseStatus": 123, "attemptCount": 123, "lastAttemptedAt": "2023-11-07T05:31:56Z", "deliveredAt": "2023-11-07T05:31:56Z", "failedAt": "2023-11-07T05:31:56Z" } }
API key. Use pk_live_* for production or pk_test_* for test mode.
pk_live_*
pk_test_*
The webhook delivery ID
Webhook retry queued
Show child attributes