Get all vehicle brands
GET/v1/vehicles/brands
Get all vehicle brands
Request
Query Parameters
paginate integer
Possible values: [1
, 0
]
Paginate the results
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
data object[]
id integer
ID of the brand
name string
Name of the brand
{
"data": [
{
"id": 0,
"name": "string"
}
]
}
Bad request.
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "400 Bad Request (Client Error)"
}
Loading...