Skip to main content
Move to In-Transit
curl --request POST \
  --url https://dev.api.fleets.usedora.com/api/v1/deliveries/move_to_in_transit
{
"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 rider, and vehicle information.

Requests

Body

Params

NameLocationTypeRequiredDescription
bodybodyobjectnonone
» delivery_uuid[0]bodystringyesnone

Responses

HTTP Status CodeMeaningDescriptionData schema
200OKnoneInline

Data Schema

{
"status": "success",
"message": "Delivery status updated, notifications sent."
}