Manufacturers
Get Manufacturer Models
Returns all models for a specific manufacturer
GET
/
v3
/
assets
/
vehicles
/
manufacturers
/
{manufacturerId}
/
relationships
/
models
Sort Support
Resources can be sorted by name
, slug
, status
or created_at
Authorizations
Authorization
string
headerrequiredTo understand how to authenticate, see the auth docs
Path Parameters
manufacturerId
string
requiredThe ID of the manufacturer
Query Parameters
limit
integer
default: 10Limit the number of resources returned by the API
offset
integer
default: 0Offset for resources returned by the API
sort
string
default: created_atA field in the resource to sort results with. Not all attributes are supported, please see the Object Model for sortable fields.
Response
200 - application/json
data
object[]
meta
object
links
object