v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get Webhooks History

get/service/notifications/webhook_history

Query parameters

pageinteger
countinteger
filter.created_atstring
filter.response_status'FAILURE' | 'SUCCESS'

Headers

x-api-keystring

Response

200

typestring
total_pagesinteger
current_pageinteger
total_recordsinteger

Example response

{
  "type": "success",
  "data": [
    {
      "webhook_history_uid": "xxx-xxx-xxx-xxx-xxx",
      "response_status": 200,
      "created_at": "2022-07-13T14:47:43.000Z",
      "webhook": {
        "webhook_uid": "xxx-xxx-xxx-xxx-xx",
        "webhook_name": "xxx",
        "webhook_url": "www.xxx.co",
        "webhook_event": "test",
        "content_type": "application/json",
        "request_method": "POST"
      }
    }
  ],
  "total_pages": 1,
  "current_page": 1,
  "total_records": 1
}