Retry a previously failed webhook delivery by its `deliveryId`, creating a new delivery job for the same payload.
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": {
"jobId": "string"
}
}{
"metadata": {
"timestamp": "2019-08-24T14:15:22Z",
"path": "string"
},
"errors": [
{
"code": 0,
"message": "string"
}
],
"result": null
}{
"metadata": {
"timestamp": "2019-08-24T14:15:22Z",
"path": "string"
},
"errors": [
{
"code": 0,
"message": "string"
}
],
"result": null
}{
"metadata": {
"timestamp": "2019-08-24T14:15:22Z",
"path": "string"
},
"errors": [
{
"code": 0,
"message": "string"
}
],
"result": null
}application/json
application/json
application/json
application/json
Last updated on
Get Delivery Log Details GET
Retrieve detailed information about a single webhook delivery attempt, including status, timestamps, and a pre-signed URL to the full log file.
List Webhook History GET
Retrieve a paginated change history for a single webhook, including who made each change, what changed, and when it occurred.