Skip to main content
Download PDF
curl --request GET \
  --url https://dev.api.fleets.usedora.com/api/v1/deliveries/download_pdf/{delivery_uuid}
{
"status": "success",
"message": "pdf generated."
}

Documentation Index

Fetch the complete documentation index at: https://docs.usedora.com/llms.txt

Use this file to discover all available pages before exploring further.

📝 Summary

This endpoint allows users to download the delivery details in PDF format. The PDF will contain comprehensive information regarding the delivery, including status, pickup and dropoff locations, rider details, and any other relevant metadata. This is useful for generating physical or digital reports.

Responses

HTTP Status CodeMeaningDescriptionData schema
200OKnoneInline
422Bad RequestnoneInline
{
"status": "success",
"message": "pdf generated."
}