Vertical Insure
Products

Create Exhibitor Liability Event

POST
/v1/products/event-exhibitor-liability/events/underwrite
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.

event
additional_insured?
host_questions
event_start_datestring
Formatdate
event_end_datestring
Formatdate

Response Body

application/json

curl -X POST "https://api.verticalinsure.com/v1/products/event-exhibitor-liability/events/underwrite" \  -H "Content-Type: application/json" \  -d '{    "event": {      "name": "string",      "address": "string",      "city": "string",      "state": "MN",      "postal_code": "string"    },    "host_questions": {      "no_excluded_event_features": true    },    "event_start_date": "2019-08-24",    "event_end_date": "2019-08-24"  }'
{
  "event": {
    "event": {
      "name": "string",
      "address": "string",
      "city": "string",
      "state": "MN",
      "postal_code": "string"
    },
    "additional_insured": {
      "name": "string",
      "address": "string",
      "city": "string",
      "state": "MN",
      "postal_code": "string"
    },
    "host_questions": {
      "no_excluded_event_features": true
    },
    "event_start_date": "2019-08-24",
    "event_end_date": "2019-08-24"
  },
  "event_token": "string"
}
Empty