Appearance
!--methodPOST--!/getSecurityPrice ā
Get the boat's
priceand itssource codebased 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 Required
'watercraft'Boat's security type value
category Required
stringBoat's category
year Required
numberBoat's year
make Required
stringBoat's manufacturer
family Required
stringBoat's family
variant Required
stringBoat's variant
series Required
stringBoat's series
style Required
stringBoat's style
ā¹ļø Examples ā
Request
json
{
"security_type": "watercraft",
"category": "pwc",
"year": 2023,
"make": "Kawasaki Jet Ski",
"family": "Ultra",
"variant": "310lx",
"series": "Jt1500vpfnn",
"style": "Jetski"
}Response
json
{
"has_price": true,
"source_code": "01N923"
}json
{
"has_price": false
}json
{
"message": "Unauthenticated."
}