Appearance
!--methodPOST--!/getCategoryYear ā
Get all available vehicle years 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
ā¹ļø Examples ā
Request
json
{
"security_type": "motor_vehicle",
"category": "light_commercial"
}
Response
json
{
"data": [
2024,
2023,
2022,
2021,
2020,
2019,
2018,
2017,
2016,
2015,
2014,
2013,
2012,
2011,
2010,
2009,
2008,
2007,
2006,
2005
]
}
json
{
"message": "Unauthenticated."
}