Skip to main content

Vehicle Make

This API provides the list of car makes along with their unique make codes used for motor insurance quote processing.

Path Parameters
    category category required

    Specifies the lookup category. This API accepts only 'vehicle' as the value.

    vehicleType vehicleType required

    Type of vehicle (e.g., TW, Car)

    make make required

    vehicle make code

Responses

Successful Response


Schema
    reqId string

    Unique request identifier.

    errors string[]

    List of errors if any.

    data object
    model object[]

    List of available vehicle models.

  • Array [
  • modelCode string

    Unique code representing the vehicle model.

    modelDesc string

    Name/description of the vehicle model.

  • ]
Loading...