Vertical Insure
Products

Gap Medical Age Bands

List available age bands for gap medical insurance

GET
/v1/products/gap-medical/age-bands

Authorization

basic auth
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.

Response Body

application/json

curl -X GET "https://api.verticalinsure.com/v1/products/gap-medical/age-bands"
[
  {
    "key": "string",
    "min_age": 0,
    "max_age": 0
  }
]
Empty