v48

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

Get a single webhook notification

get/webhook_notifications/{id}

Query parameters

includestring

Comma delimited list of relations to include.

Response

Example response

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