Create Exhibitor Liability Event
POSThttps://api.verticalinsure.com/v1/products/event-exhibitor-liability/events/underwrite
Create Exhibitor Liability Event
Request
Responses
- 200
- 401
Ok
Either `x-api-client-id` or `Authorization` header must be provided.
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
- python
- nodejs
- ruby
- php
- CURL
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"
}'
ResponseClear