Skip to Content

CarModelsApi

All URIs are relative to https://business.apis.kesk.app/v1 

MethodHTTP requestDescription
getCarModelsGET /car-modelsGet list of car models with optional filtering by make

getCarModels

PaginatedResponse_PartnerCarModel getCarModels(car_make_id)

Get list of car models with optional filtering by make

Retrieves a list of car models available in the system, optionally filtered by a specific car make. When car_make_id is provided, returns only models for that manufacturer. Without filtering, returns all models. This endpoint is typically called after the user selects a car make to populate the model dropdown/selector.

Parameters

NameTypeDescriptionNotes
car_make_idLongOptional car make ID to filter models by specific manufacturer[optional] [default to null]

Return type

PaginatedResponse_PartnerCarModel

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json; charset=utf-8