Vertical Insure
Products

Get Add-ons for location

List available add-ons available for a given location

POST
/v1/products/event-host-cancellation/add-ons
AuthorizationBasic <token>

Authorization header with value of Basic <auth string> where the auth string value is a base64 encoded string of <client id>:<client secret>

In: header

Header Parameters

x-api-client-id?object

Either x-api-client-id or Authorization header must be provided.

state?string|null

2-character state code

Length2 <= length <= 2
countrystring

2-character country code

Default"US"

Response Body

application/json

curl -X POST "https://api.verticalinsure.com/v1/products/event-host-cancellation/add-ons" \  -H "Content-Type: application/json" \  -d '{    "country": "US"  }'
{
  "add_ons": [
    "string"
  ]
}
Empty