Appearance
!--methodPOST--!/getSecurityCategory ā
Get all available boat categories.
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'ā¹ļø Examples ā
Request
json
{
"security_type": "watercraft"
}Response
json
{
"data": [
{
"item": "PWC",
"value": "pwc"
},
{
"item": "Vessels",
"value": "vessels"
}
]
}json
{
"message": "Unauthenticated."
}