Skip to main content

Create Exhibitor Liability Event

POST 

https://api.verticalinsure.com/v1/products/event-exhibitor-liability/events/underwrite

Create Exhibitor Liability Event

Request

Responses

Ok

Authorization: http

name: basic authtype: httpdescription: `Authorization` header with value of `Basic <auth string>` where the `auth string` value
is a base64 encoded string of `<client id>:<client secret>`
scheme: basic
curl -L 'https://api.verticalinsure.com/v1/products/event-exhibitor-liability/events/underwrite' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"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": "2024-07-29",
"event_end_date": "2024-07-29"
}'
Request Collapse all
Base URL
https://api.verticalinsure.com
Auth
Parameters
— header
Body required
{
  "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": "2024-07-29",
  "event_end_date": "2024-07-29"
}
ResponseClear

Click the Send API Request button above and see the response here!