GET
/
v2
/
vehicles
/
types
curl --request GET \
  --url https://api.app.fleetit.com/v2/vehicles/types/ \
  --header 'Authorization: Bearer <token>'
{
  "count": 78,
  "next": null,
  "previous": null,
  "results": [
    {
      "id": 71,
      "vehicle_type_code": "739_739",
      "vehicle_type_text": "739:Trac/1 Trailer<48"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
Successful response
count
integer
next
string
previous
string
results
object[]