Vertical Insure
Room block protection

Stay-to-Play Confirm Event

Confirm event details for a stay-to-play event

POST
/v1/products/stay-to-play/events
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
enabled?boolean

Response Body

application/json

curl -X POST "https://api.verticalinsure.com/v1/products/stay-to-play/events" \  -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"    }  }'
{
  "event_id": "a7a26ff2-e851-45b6-9634-d595f45458b7",
  "enabled": true,
  "rate": 0.1
}