Vertical Insure
Room block protection

Stay-to-Play Underwrite Event

Underwrite a stay-to-play event and retrieve a rate for the event coverage

POST
/v1/products/stay-to-play/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

event
partner_id?string

Response Body

application/json

curl -X POST "https://api.verticalinsure.com/v1/products/stay-to-play/events/underwrite" \  -H "Content-Type: application/json" \  -d '{    "event": {      "name": "string",      "type": "INDOOR",      "address": "string",      "city": "string",      "state": "MN",      "postal_code": "string",      "country": "US",      "start_date": "2019-08-24",      "end_date": "2019-08-24"    }  }'
{
  "rate": 0.1,
  "description": "string",
  "peril_heading": "string",
  "perils": [
    "string"
  ],
  "descriptors": [
    "string"
  ],
  "promotional_header": "string",
  "promotional_description": "string",
  "accept_action_text": "string",
  "decline_action_text": "string",
  "legal_disclaimer": "string",
  "privacy_policy_url": "string",
  "terms_conditions_url": "string",
  "additional_policy_purchase_email_message": "string"
}