Appearance
!--methodPOST--!/getCategoryYear ā
Get all available caravan years based on the inputs.
Partner APIGlass's GuideCaravan
š Authentication ā
- Bearer Token - Your API token
š Content-Type ā
Request | application/json |
Response | application/json |
š¦ Request Body ā
security_type RequiredCaravan's security type value
'caravan'
category RequiredCaravan's category
string
ā¹ļø Examples ā
Request
json
{
"security_type": "caravan",
"category": "Pop-Top"
}
Response
json
{
"data": [
2024,
2023,
2022,
2021,
2020,
2019,
2018,
2017,
2016,
2015,
2014,
2013,
2012,
2011,
2010,
2009,
2008,
2007,
2006,
2005,
2004,
2003,
2002,
2001,
2000,
1999,
1998,
1997,
1996,
1995,
1994,
1993,
1992,
1991,
1990,
1989,
1988,
1987,
1986,
1985,
1984,
1983,
1982,
1981,
1980,
1979,
1978,
1977
]
}
json
{
"message": "Unauthenticated."
}