Retry a previously failed webhook delivery by its deliveryId, creating a new delivery job for the same payload. Use this endpoint after fixing issues on your endpoint to reprocess specific events and track the retry by job ID.
bearer Standard HTTP Bearer authentication using JWT. Provide your API key in the Authorization header as 'Bearer '.
In: header
The deliveryId parameter
curl -X PATCH "https://api-sandbox.fndev.net/api/v1/webhooks/delivery-logs/string/retry"{
"metadata": {
"timestamp": "2019-08-24T14:15:22Z"
},
"result": {
"job_id": "string"
}
}{
"metadata": {
"timestamp": "2019-08-24T14:15:22Z",
"path": "string"
},
"errors": [
{
"code": 0,
"message": "string"
}
],
"result": {}
}{
"metadata": {
"timestamp": "2019-08-24T14:15:22Z",
"path": "string"
},
"errors": [
{
"code": 0,
"message": "string"
}
],
"result": {}
}{
"metadata": {
"timestamp": "2019-08-24T14:15:22Z",
"path": "string"
},
"errors": [
{
"code": 0,
"message": "string"
}
],
"result": {}
}application/json
application/json
application/json
application/json
Last updated on
curl -X PATCH "https://api-sandbox.fndev.net/api/v1/webhooks/delivery-logs/string/retry"