Delivery info
API calls to get delivery states and tasks by IDs.
API actions
read
session types:
Parameters
name
description
type
format
Examples
curl -X POST 'https://api.eu.navixy.com/v2/delivery/read' \
-H 'Content-Type: application/json' \
-d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b", "external_id": 259876}'https://api.eu.navixy.com/v2/delivery/read?hash=a6aa75587e5c59c32d347da438505fc3&external_id=259876Response
{
"success": true,
"user_id": 3,
"task" : {<task_object>},
"tracker" : {<tracker_object>},
"restrictions": {<restrictions_object>},
"first_name": "John",
"middle_name": "Micheel",
"last_name": "Johnson",
"vehicle_label": "Service car 002",
"estimated_time": 1122
}Errors
list
session types:
Parameters
name
description
type
format
Examples
Response
Errors
Last updated
Was this helpful?