Appearance
!--methodPOST--!/getSecurityMake ā
Get all available boat manufacturers 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
stringyear 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."
}