Tint API
Search…
Quote
Quote contains all the information to be displayed on your UI, to let your customer purchase a policy.
{
"id": "3d762b4c-0e1e-4631-896f-06ebf31f0ef9",
"calculated_premium": 470,
"insurance_plan": {
"id": "3d762b4c-0e1e-4631-896f-06ebf31f0ef9",
"name": "Peace of Mind",
"custom_attributes": { "state": "CA" }
},
"coverages": {
"property-damage-protection": {
"name": "Property Damage Protection",
"description": "Damage Protection",
"premium": 470,
"deductible": 1500,
"deductible_type": "FLAT_VALUE",
"limit": 500000,
"security_deposit": 450,
"custom_attributes": {}
}
}
}
It is represented by a JSON object with the following attributes:
Field
Type
Description
id
UUID v4
Tint quote ID
calculated_premium
Float
Calculated premium for all coverages
insurance_plan
​Insurance Plan​
Plan attached to the current quote
coverages
Map of coverages​
Coverage details attached to the quote, indexed by coverage slugs.
Read the Rating Engine section to know how to retrieve Quotes for a given Policy.
Copy link