Appearance
!--methodPOST--!/getSecurityType ā
Get all available security types.
Broker APIGlass's Guide
š Authentication ā
- Bearer Token - Your API token
š Content-Type ā
Request | N/A |
Response | application/json |
ā¹ļø Examples ā
Response
json
{
"data": [
{
"item": "Caravan",
"value": "caravan"
},
{
"item": "Boat",
"value": "watercraft"
},
{
"item": "Vehicle",
"value": "motor_vehicle"
}
]
}
json
{
"message": "Unauthenticated."
}
š Next Step ā
Once you pick your vehicle type, please head to the corresponding page below.