cURL
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" } ] }
Retrieve a list of all vehicle types in the system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object
Was this page helpful?