Appearance
!--methodPOST--!/getSecurityPrice ā
Get the vehicle's
priceand itssource codebased 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
stringyear RequiredVehicle's year
numbermake RequiredVehicle's manufacturer
stringfamily RequiredVehicle's family
stringvariant RequiredVehicle's variant
stringdrivetrain RequiredVehicle's drivetrain
stringā¹ļø Examples ā
Request
json
{
"security_type": "motor_vehicle",
"category": "light_commercial",
"year": 2015,
"make": "Land Rover",
"family": "Discovery",
"variant": "3.0 Scv6 Hse My16 4d Wagon",
"drivetrain": "8 Sp Automatic 3.0L SV6 Supercharged Mpfi"
}Response
json
{
"has_price": true,
"source_code": "TGO15J"
}json
{
"has_price": false
}json
{
"message": "Unauthenticated."
}