Saltar al contenido principal
GET
/
api
/
v1
/
vehicles
List Vehicles
curl --request GET \
  --url https://www.manglai.io/api/v1/vehicles \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "<unknown>"
  ],
  "pagination": {
    "page": 1,
    "limit": 10,
    "total": 100
  }
}

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de consulta

page
integer

Page number

limit
integer

Limit

licencePlates
string[]

Licence plates

companyId
string
requerido

CompanyId

Respuesta

200 - application/json

A list of vehicles

data
any[]
requerido
pagination
object
requerido