v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Webhook Retry

post/service/notifications/webhook/{webhook_history_uid}/retry

Path parameters

webhook_history_uidstring required

Headers

x-api-keystring

Response

200

typestring
messagestring

Example response

{
  "type": "success",
  "message": "Webhook Retriggered",
  "data": {
    "webhook_history_uid": "xxx-xxx-xxx-xxx-xxx",
    "response_status": 200,
    "request_body": "{\n    \"webhook_name\": \"xxx\",\n    \"webhook_event\": \"xxx\",\n    \"webhook_url\": \"www.xxxx.co\",\n    \"content_type\": \"application/json\",\n    \"request_method\": \"POST\"\n}",
    "response_body": "{\"webhook_uid\":\"xxx-xxx-xxx-xxx-xxx\"}",
    "type": "MANUALLY_TRIGGERED",
    "attempt_no": 6,
    "created_at": "2022-07-13T14:47:43.000Z",
    "webhook": {
      "webhook_uid": "xxx-xxx-xxx-xxx-xxx",
      "webhook_name": "xxxx",
      "webhook_url": "xxxxxxx",
      "webhook_event": "xxxx",
      "content_type": "application/json",
      "request_method": "PUT",
      "headers": "{\n    \"Authorization\": \"Bearer xxxx.xxxx.xxxx\"\n  }"
    }
  }
}