Field NationDeveloper Platform
Field NationDeveloper Platform
Overview
List Delivery Logs GETGet Delivery Log Details GETRetry Delivery Log PATCH
Delivery Logs

Retry Delivery Log


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.

PATCH
/api/v1/webhooks/delivery-logs/{deliveryId}/retry

Authorization

bearer
AuthorizationBearer <token>

Standard HTTP Bearer authentication using JWT. Provide your API key in the Authorization header as 'Bearer '.

In: header

Path Parameters

deliveryId*string

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": {}
}

Response Body

application/json

application/json

application/json

application/json

Last updated on

Get Delivery Log Details GET

Previous Page

List Webhook History GET

Next Page

curl -X PATCH "https://api-sandbox.fndev.net/api/v1/webhooks/delivery-logs/string/retry"