cURL
Vehicles
List vehicle categories
Retrieve a list of vehicle categories.
GET
cURL
Authorizations
Session token for authentication.
Query Parameters
Filters the response data based on the value provided.
Available filters:
eq(id,xxx): Filter vehicle categories by ID.eq(name,xxx): Filter vehicle categories by name.contains(name,xxx): Filter vehicle categories where name contains value.
Limit the number of resources returned by the API
Required range:
x >= 1Offset the resources returned by the API
Required range:
x >= 0