Courier Location
Get the updated Courier Location
Courier Location
GET
env. /api/{api-version}/OrderDriver/locations
This endpoint allows you to get the Courier current location.
Path Parameters
Name
Type
Description
api-version
string
The API version is "1"
Query Parameters
Name
Type
Description
orderId
string
The Order ID at which the courier is assigned.
Headers
Name
Type
Description
Accept-Language
string
The default language is "en-US"
api-version
string
The API version is "1"
[
{
"id": "string",
"orderId": "string",
"driverId": "string",
"createdAt": "2021-08-29T09:09:03.588Z",
"location": {
"latitude": 0,
"longitude": 0
}
}
]
Last updated
Was this helpful?