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"
      }
    }
  ]
}

Changes