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