# Webhook Webhook API Version: 1.0.0 ## Servers Sandbox Server ``` https://apitest.drayeasy.com ``` Production Server ``` https://api.drayeasy.com ``` ## Download OpenAPI description [Webhook](https://developers.drayeasy.com/_bundle/webhook/webhook.yaml) ## Webhook Management Manage webhooks such as create, list, and remove ### List Webhook - [GET /api/webhook/config](https://developers.drayeasy.com/webhook/webhook/webhook-management/listwebhook.md): This endpoint allows you to query webhook config list ### Create Webhook - [POST /api/webhook/config](https://developers.drayeasy.com/webhook/webhook/webhook-management/createwebhook.md): This endpoint allows you to create a webhook ### Remove Webhook - [DELETE /api/webhook/config](https://developers.drayeasy.com/webhook/webhook/webhook-management/removewebhook.md): This endpoint allows you to remove a webhook config ## Webhook Events List of events that can be subscribed to in a webhook ### LTL Shipments Created - [POST /ltl/shipment/created/webhook/](https://developers.drayeasy.com/webhook/webhook/webhook-events/ltl.shipment.created%20webhook.md): The ltl.shipment.created event is posted to an organization's webhooks whenever an LTL Shipment is created. ### LTL Shipments Status Updated - [POST /ltl/shipment/status/updated/webhook/](https://developers.drayeasy.com/webhook/webhook/webhook-events/ltl.shipment.status.updated%20webhook.md): The ltl.shipment.status.updated event is posted to an organization's webhooks whenever an LTL Shipment status is updated. ### LTL Bill Of Lading Created - [POST /ltl/billOfLading/created/webhook/](https://developers.drayeasy.com/webhook/webhook/webhook-events/ltl.billoflading.created%20webhook.md): The ltl.billOfLading.created event is posted to an organization's webhooks whenever an LTL Bill of Lading is created. ### LTL Proof Of Delivery Created - [POST /ltl/proofOfDelivery/created/webhook/](https://developers.drayeasy.com/webhook/webhook/webhook-events/ltl.proofofdelivery.created%20webhook.md): The ltl.proofOfDelivery.created event is posted to an organization's webhooks whenever an LTL Proof of Delivery is created. ### Certificate Of Insurance Created - [POST /certificateOfInsurance/created/webhook/](https://developers.drayeasy.com/webhook/webhook/webhook-events/certificateofinsurance.created%20webhook.md): The certificateOfInsurance.created event is posted to an organization's webhooks whenever a Certificate of Insurance is created. ### LTL Certificate Of Insurance Created - [POST /ltl/certificateOfInsurance/created/webhook/](https://developers.drayeasy.com/webhook/webhook/webhook-events/ltl.certificateofinsurance.created%20webhook.md): The ltl.certificateOfInsurance.created event is posted to an organization's webhooks whenever an LTL Certificate of Insurance is created. ### LTL Label Created - [POST /ltl/label/created/webhook/](https://developers.drayeasy.com/webhook/webhook/webhook-events/ltl.label.created%20webhook.md): The ltl.label.created event is posted to an organization's webhooks whenever an LTL Label is created.