# LTL API API documentation for LTL Operations Version: 1.0.0 ## Servers Sandbox Server ``` https://apitest.drayeasy.com ``` Production Server ``` https://api.drayeasy.com ``` ## Security ### bearerAuth Type: http Scheme: bearer Bearer Format: JWT ## Download OpenAPI description [LTL API](https://developers.drayeasy.com/_bundle/LTL/ltl-public-api.yaml) ## LTL Quotes LTL Quotes ### Create a new LTL Quote - [POST /api/ltl/quotes](https://developers.drayeasy.com/ltl/ltl-public-api/ltl-quotes/createltlquote.md): This endpoint allows you to create a new LTL quote. ## LTL Shipments LTL Shipments ### List LTL shipments by Order Numbers and Rate Numbers - [GET /api/ltl/shipments](https://developers.drayeasy.com/ltl/ltl-public-api/ltl-shipments/listltlshipments.md): This endpoint allows you to list LTL shipments by Order Numbers and Rate Numbers. Max 50 order numbers can be passed. Order numbers should be comma separated. ### Create a new LTL shipment - [POST /api/ltl/shipments](https://developers.drayeasy.com/ltl/ltl-public-api/ltl-shipments/createltlshipment.md): This endpoint allows you to create a new LTL shipment. ## LTL Tracking LTL Tracking ### Get LTL shipment tracking information - [GET /api/ltl/shipments/tracking](https://developers.drayeasy.com/ltl/ltl-public-api/ltl-tracking/getltlshipmenttracking.md): This endpoint allows you to get LTL shipment tracking information. Max 50 order numbers can be passed. Order numbers should be comma separated.