moovexDocs

Get available vehicles

Retrieve current and available vehicles for a driver.

GET/drivers/{id}/vehicles

Path Parameters

ParameterTypeDescription
idstring-

Example Response

{
  "currentVehicleId": 10,
  "availableVehicles": [
    {
      "id": 10,
      "name": "Van 1"
    },
    {
      "id": 11,
      "name": "Van 2"
    }
  ]
}

On this page