Appearance
!--methodPOST--!/getSecurityPrice ā
Get the vehicle's
price
and itssource code
based on the inputs.
Partner 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
family RequiredVehicle's family
string
variant RequiredVehicle's variant
string
drivetrain 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."
}