Change status to picked up
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location --globoff 'https://api.enviablelogistics.com/rider/delivery/1/change-status-to-picked-up' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
Responses
application/json
Modified at 2024-10-08 03:42:47