Added
Priority Ranking Now Available for Suggested Coverages
about 1 month ago by Root Insurance
We have a new attribute in the Get suggested coverages response that represents the priority ranking for each coverage package recommendation.
Affected Endpoints
📌 Important Things to Know
priorityis an integer, and lower numerical values indicate stronger recommendations. Coverage packages with equal recommendation strength may share the same priority value.- Suggested coverages are returned in priority order, where the first suggestion is the most recommended coverage package.
Sample Response
{
"suggestedCoverages": [
{
// Existing attributes
"coverages": {...},
"default": true,
"description": "The Embedded",
"derivedFromPriorCoverage": true,
"name": "Embedded",
// New attribute
"priority": 1
}
]
}