Skip to main content

Quote Event Host Cancellation Insurance PP

POST 

https://api.verticalinsure.com/v1/quote/event-host-cancellation-pp

Quote Event Host Cancellation Insurance PP

Request

Responses

Quote updated

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/quote/event-host-cancellation-pp' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customer": {
"email_address": "user@example.com",
"state": "MN",
"country": "US",
"postal_code": "string",
"first_name": "string",
"middle_name": "string",
"last_name": "string",
"phone_number": "string",
"street": "string",
"city": "string"
},
"metadata": {},
"partner_id": "string",
"policy_attributes": {
"contact": {
"name": "string",
"email_address": "string",
"phone_number": "string"
},
"number_of_events": 0,
"events": [
{
"event_name": "string",
"event_start_date": "2024-07-29",
"event_end_date": "2024-07-29",
"event_location": {
"venue_name": "string",
"venue_street_address": "string",
"venue_city": "string",
"venue_state": "string",
"venue_zip_code": "string",
"venue_country": "string"
},
"event_type": "APPAREL_TRADESHOW",
"max_daily_attendees": 0
}
],
"total_event_expense_budget": 0,
"additional_questions": {
"event_indoors": true,
"event_arrangements": true,
"event_exposure": true,
"limit_confirmation": true,
"event_exclusion": true,
"event_certification": true
}
},
"quote_id": "string",
"email_quote": false,
"language": "string",
"currency": "USD"
}'
Request Collapse all
Base URL
https://api.verticalinsure.com
Auth
Body required
{
  "customer": {
    "email_address": "user@example.com",
    "state": "MN",
    "country": "US",
    "postal_code": "string",
    "first_name": "string",
    "middle_name": "string",
    "last_name": "string",
    "phone_number": "string",
    "street": "string",
    "city": "string"
  },
  "metadata": {},
  "partner_id": "string",
  "policy_attributes": {
    "contact": {
      "name": "string",
      "email_address": "string",
      "phone_number": "string"
    },
    "number_of_events": 0,
    "events": [
      {
        "event_name": "string",
        "event_start_date": "2024-07-29",
        "event_end_date": "2024-07-29",
        "event_location": {
          "venue_name": "string",
          "venue_street_address": "string",
          "venue_city": "string",
          "venue_state": "string",
          "venue_zip_code": "string",
          "venue_country": "string"
        },
        "event_type": "APPAREL_TRADESHOW",
        "max_daily_attendees": 0
      }
    ],
    "total_event_expense_budget": 0,
    "additional_questions": {
      "event_indoors": true,
      "event_arrangements": true,
      "event_exposure": true,
      "limit_confirmation": true,
      "event_exclusion": true,
      "event_certification": true
    }
  },
  "quote_id": "string",
  "email_quote": false,
  "language": "string",
  "currency": "USD"
}
ResponseClear

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