Skip to main content
Move to in Delivered
curl --request POST \
  --url https://dev.api.fleets.usedora.com/api/v1/deliveries/move_to_delivered
{
"status": "success",
"message": "Delivery status updated, notifications sent."
}

📝 Summary

This endpoint allows users to retrieve the details of a specific delivery by providing the unique delivery ID. It returns all relevant information related to the delivery, including the delivery status, sender and recipient details, assigned driver, and vehicle information.

Requests

Example
Params

Responses

HTTP Status CodeMeaningDescriptionData schema
200OKnoneInline
422Bad RequestnoneInline
{
"status": "success",
"message": "Delivery status updated, notifications sent."
}