Appearance
!--methodPOST--!/getCategoryYear ā
Get all available boat years based on the inputs.
Broker APIGlass's GuideBoat
š Authentication ā
- Bearer Token - Your API token
š Content-Type ā
Request | application/json |
Response | application/json |
š¦ Request Body ā
security_type RequiredBoat's security type value
'watercraft'
category RequiredBoat's category
string
ā¹ļø Examples ā
Request
json
{
"security_type": "watercraft",
"category": "pwc"
}
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
]
}
json
{
"message": "Unauthenticated."
}