Added
Third-party Telematics Consent
4 months ago by Root Insurance
We have added a new attribute to the profile object which accepts customer consent, permitting Root to order and use third-party telematics data:
| Attribute | Type |
|---|---|
profile.thirdPartyTelematicsConsentTimestamp | date-time |
When available, third-party telematics data will be used to score and rate drivers.
Affected Endpoints
Example
Request
{
....
"profile": {
"thirdPartyTelematicsConsentTimestamp": "2023-06-19T16:20:36Z",
....
}
....
}Response
{
"quote": {
....,
"profile": {
....,
"thirdPartyTelematicsConsentTimestamp": {
"value": "2023-06-19T16:20:36.000+00:00",
"valid": true,
"message": null,
"requirements": []
},
....
},
....
},
....
}