Appearance
!--methodPOST--!/getSecurityMake ā
Get all available vehicle manufacturers based on the inputs.
Broker APIGlass's GuideVehicle
š Authentication ā
- Bearer Token - Your API token
š Content-Type ā
Request | application/json |
Response | application/json |
š¦ Request Body ā
security_type RequiredVehicle's security type value
'motor_vehicle'
category RequiredVehicle's category
string
year RequiredVehicle's year
number
ā¹ļø Examples ā
Request
json
{
"security_type": "motor_vehicle",
"category": "light_commercial",
"year": 2015
}
Response
json
{
"data": [
"Audi",
"Bmw",
"Caravan",
"Chery",
"Citroen",
"Dodge",
"Fiat",
"Ford",
"Foton",
"GMC",
"Great Wall",
"Haval",
"Holden",
"Honda",
"Hsv",
"Hyundai",
"Infiniti",
"Isuzu",
"Jeep",
"Jmc",
"Kia",
"Land Rover",
"Ldv",
"Lexus",
"Mahindra",
"Mazda",
"Mercedes-Amg",
"Mercedes-Benz",
"Mini",
"Mitsubishi",
"Nissan",
"Peugeot",
"Porsche",
"Range Rover",
"Renault",
"Skoda",
"Ssangyong",
"Subaru",
"Suzuki",
"Tata",
"Toyota",
"Volkswagen",
"Volvo",
"Zx Auto"
]
}
json
{
"message": "Unauthenticated."
}