API documentation for LTL Operations
LTL API (1.0.0)
Languages
Servers
Sandbox Server
https://apitest.drayeasy.com
Production Server
https://api.drayeasy.com
- Sandbox Serverhttps://apitest.drayeasy.com/api/ltl/shipments/{orderNumber}/files
- Production Serverhttps://api.drayeasy.com/api/ltl/shipments/{orderNumber}/files
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://apitest.drayeasy.com/api/ltl/shipments/LS241205028749/files \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "data": [ { … } ] }
Request
This endpoint is used to download a specific file associated with an LTL shipment. By providing the orderNumber and fileId, you can retrieve and download the file. This functionality is useful for accessing documents, images, or any other files related to a particular shipment.
Security
bearerAuth
- Sandbox Serverhttps://apitest.drayeasy.com/api/ltl/shipments/{orderNumber}/files/{fileId}
- Production Serverhttps://api.drayeasy.com/api/ltl/shipments/{orderNumber}/files/{fileId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://apitest.drayeasy.com/api/ltl/shipments/LS241205028749/files/785 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
No content