Skip to main content

Get all models of a brand

GET 

/v1/vehicles/brands/:brandId/models

Get all the models of a brand

Request

Path Parameters

    brandId integerrequired

    ID of the brand

Query Parameters

    paginate integer

    Possible values: [1, 0]

    Paginate the results

Responses

OK

Schema
    data object[]
  • Array [
  • id integer

    ID of the model

    name string

    Name of the model

  • ]
Loading...