Insurance Opt-Out
The Insurance opt-out workflow describes the API call that must be made in the case that XCover insurance is offered but not selected by the customer. The purpose of utilising the opt-out workflow is so Cover Genius can demonstrate conversion rate to the regulators ensuring the product and pricing is fit for purpose. It also enables XCover machine learning platform Brightwrite to deliver the optimal products at the optimal prices.
Sending Opt-Out Data
POST
https://api.xcover.com/x/partners/:partner_id/bookings/:quote_package_id/opt_out
The opt-out request does not require any data to be contained in the payload.
Path Parameters
Name | Type | Description |
---|---|---|
partner_id | string | Uniquer Partner Code |
quote_package_id | string | Quote Package ID |
Headers
Name | Type | Description |
---|---|---|
Date | string | Current Datetime |
Authorization | string | HMAC Signature |
X-Api-Key | string | API Key |
Last updated