Skip to main content

Driver Details

Response Parameters

FieldTypeDescription
order_id
Integer
Order ID
name
String
Driver's name
phone
String
Driver’s phone
photo_url
String
Driver’s photo URL
tracking_url
String
Live tracking URL
status
Integer
Driver status
status_text
String
Driver status description
shipping_id
Integer
Shipping ID

Success Response Examples

{
"order_id": 166868013,
"name": "John Smith",
"phone": "",
"photo_url": "https://example.com/photo.jpg",
"tracking_url": "https://example.com/tracking",
"status": 1,
"status_text": "Driver Detail Found",
"shipping_id": 13,
"encryption": {
"secret": "",
"content": ""
}
}

Have a feedback?