Tint API
About Tint
Search…
Getting Started
What is Tint
How Tint Works
Policy management
Claim management
Implementation and Prerequisites
Configuration
Validation Schema
Insurance Product
Insurance Plan
Coverages
Insurance Product A/B testing
Organization Mail configuration
Integration Guides
First steps
Entities
Policy
Quote
Decision
Score
Questionnaire
Insurance Product
Insurance Product Version
Insurance Plan
Coverage
Claim
Endpoints
Policy Module
Score Module
Decision Engine
Rating Engine
Questionnaire Module
Insurance Product Module
Plan Module
Claim Module
Webhooks
Policies
Claims
Powered By
GitBook
Score
Score
is the result of combining multiple signals from your internal data and external data vendors to quantify the risk of a given policy.
{
"id"
:
"080949ea-0de3-4690-8cb4-6f558118d7e5"
,
"value"
:
43
,
"status"
:
"DONE"
,
"prediction_type"
:
"PHYSICAL_DAMAGE"
,
"reject_threshold"
:
75
,
"reject"
:
false
,
"created_at"
:
"2019-08-11T12:42:51.00Z"
,
"updated_at"
:
"2019-08-11T12:42:51.00Z"
}
It has the following properties:
Field
Type
Description
id
UUID v4
Tint score ID
status
String
(deprecated)
Always set to
DONE
value
Integer
Value of the score, between 0 and 100. A higher score means a riskier policy.
reject_threshold
Integer
(deprecated)
Please contact us if you need more details.
reject
Boolean
(deprecated)
Please contact us if you need more details.
prediction_type
String
(deprecated)
Type of loss predicted by the score. Can be one of:
physical_damage
,
theft
, or
liability
.
created_at
RFC 3339 date
Date at which the score was computed
updated_at
RFC 3339 date (deprecated)
Value would be the same than the
created_at
field.
​
Previous
Decision
Next
Questionnaire
Last modified
2mo ago
Copy link