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

NameTypeDescription

api-version

string

The API version is "1"

Query Parameters

NameTypeDescription

orderId

string

The Order ID at which the courier is assigned.

Headers

NameTypeDescription

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