Appearance
!--methodPOST--!/getSecurityMakeFamily ā
Get all available boat families based on the inputs.
Partner 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
year RequiredBoat's year
number
make RequiredBoat's manufacturer
string
ā¹ļø Examples ā
Request
json
{
"security_type": "watercraft",
"category": "pwc",
"year": 2023,
"make": "Kawasaki Jet Ski"
}
Response
json
{
"data": [
"Stx",
"Sx-R",
"Ultra"
]
}
json
{
"message": "Unauthenticated."
}