Appearance
!--methodPOST--!/getSecurityMakeFamily ā
Get all available vehicle families 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
make RequiredVehicle's manufacturer
string
ā¹ļø Examples ā
Request
json
{
"security_type": "motor_vehicle",
"category": "light_commercial",
"year": 2015,
"make": "Land Rover"
}
Response
json
{
"data": [
"DISCOVERY 4 3.0 SCV6 HSE MY15",
"DISCOVERY 4 3.0 SCV6 HSE MY16",
"DISCOVERY 4 3.0 SCV6 SE MY15",
"DISCOVERY 4 3.0 SCV6 SE MY16",
"DISCOVERY 4 3.0 SDV6 HSE MY15",
"DISCOVERY 4 3.0 SDV6 HSE MY16",
"DISCOVERY 4 3.0 SDV6 SE MY15",
"DISCOVERY 4 3.0 SDV6 SE MY16",
"DISCOVERY 4 3.0 TDV6 MY15",
"DISCOVERY 4 3.0 TDV6 MY16",
"DISCOVERY 4 5.0 V8 MY14",
"DISCOVERY 4 XXV 3.0 SDV6 MY14",
"Defender",
"Discovery",
"Discovery Sport",
"Freelander 2"
]
}
json
{
"message": "Unauthenticated."
}