Appearance
!--methodPOST--!/getSecurityMakeFamily ā
Get all available caravan families based on the inputs.
Broker APIGlass's GuideCaravan
š Authentication ā
- Bearer Token - Your API token
š Content-Type ā
Request | application/json |
Response | application/json |
š¦ Request Body ā
security_type RequiredCaravan's security type value
'caravan'
category RequiredCaravan's category
string
year RequiredCaravan's year
number
make RequiredCaravan's manufacturer
string
ā¹ļø Examples ā
Request
json
{
"security_type": "caravan",
"category": "Pop-Top",
"year": 2024,
"make": "Jayco"
}
Response
json
{
"data": [
"All Terrain",
"Expanda",
"Expanda Outback",
"Journey",
"Journey Outback",
"Starcraft Bushpack"
]
}
json
{
"message": "Unauthenticated."
}