latestOpenAPI 3.0.02026-08-08122526.9 KB
f31fa8578dbb
bind a quote
post/binds
Request body
Example request
{
"app_attestation": true,
"client": {
"additional_contacts": [
{
"cell_phone": "+1 123-456-7890",
"contact_roles": [
"security_alerts",
"policy_notices"
],
"email": "example@gmail.com",
"first_name": "John",
"last_name": "Atbay"
}
],
"insured_main_contact": {
"cell_phone": "+1 123-456-7890",
"email": "example@gmail.com",
"first_name": "John",
"last_name": "Atbay"
}
},
"dates": {
"effective": "2020-09-15",
"expiration": "2021-09-15",
"mpl_retroactive_date": "2021-09-15"
},
"quote_identifier": "9916c08c-b00f-43ec-b6fb-5d6f5b17851d"
}Response
success
Example response
{
"quotes": [
{
"aggregate_limit": 250000,
"aggregate_retention": 5000,
"per_claim_limit": 1000000,
"per_claim_retention": 5000,
"quote_identifier": "9916c08c-b00f-43ec-b6fb-5d6f5b17851d",
"requested_aggregate_limit": 250000,
"requested_aggregate_retention": 5000,
"requested_per_claim_limit": 1000000,
"requested_per_claim_retention": 5000
}
]
}