Appearance
!--methodPOST--!/getSecurityMake ā
Get all available boat manufacturers 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
ā¹ļø Examples ā
Request
json
{
"security_type": "watercraft",
"category": "pwc",
"year": 2023
}
Response
json
{
"data": [
"Kawasaki Jet Ski",
"Sea-Doo",
"Yamaha"
]
}
json
{
"message": "Unauthenticated."
}