cURL
curl --request GET \ --url https://api.usedroptrail.com/delivery-requests \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "status": "<string>", "from_location": "<string>", "to_location": "<string>", "estimated_weight": 123, "package_count": 123, "created_at": "<string>", "estimated_price": 123 } ], "pagination": { "total": 123, "pages": 123, "current_page": 123, "per_page": 123 } }
Retrieve a list of delivery requests
Show properties