Skip to main content

Quote Registration Cancellation Insurance

POST 

https://api.verticalinsure.com/v1/quote/registration-cancellation

Quote Registration Cancellation Insurance

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/registration-cancellation' \
-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": {
"insurable_amount": 0,
"insurable_amount_currency": "USD",
"event_start_date": "2024-07-29",
"event_end_date": "2024-07-29",
"participant": {
"first_name": "string",
"last_name": "string"
},
"organization": {
"org_name": "string",
"org_contact_email": "string",
"org_contact_first_name": "string",
"org_contact_last_name": "string",
"org_contact_phone": "string",
"org_website": "string",
"org_city": "string",
"org_state": "string",
"org_postal_code": "string",
"org_country": "string",
"payment_plan": true,
"registration_session_name": "string"
}
},
"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": {
    "insurable_amount": 0,
    "insurable_amount_currency": "USD",
    "event_start_date": "2024-07-29",
    "event_end_date": "2024-07-29",
    "participant": {
      "first_name": "string",
      "last_name": "string"
    },
    "organization": {
      "org_name": "string",
      "org_contact_email": "string",
      "org_contact_first_name": "string",
      "org_contact_last_name": "string",
      "org_contact_phone": "string",
      "org_website": "string",
      "org_city": "string",
      "org_state": "string",
      "org_postal_code": "string",
      "org_country": "string",
      "payment_plan": true,
      "registration_session_name": "string"
    }
  },
  "quote_id": "string",
  "email_quote": false,
  "language": "string",
  "currency": "USD"
}
ResponseClear

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