v48

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-208342528.4 KB
Webhook Notifications

List webhook notifications

Return the list of webhook notifications. This can be useful for reconciling your data if your endpoint has been down.

get/webhook_notifications

Query parameters

page[number]integer
page[size]integer
includestring

Comma delimited list of relations to include.

Response

OK

Example response

{
  "included": [
    {
      "attributes": {
        "request_number": "ONEYSH9AME650500",
        "request_type": "bill_of_lading",
        "scac": "ONEY"
      }
    }
  ]
}