Added

Third-party Telematics Consent

We have added a new attribute to the profile object which accepts customer consent, permitting Root to order and use third-party telematics data:

AttributeType
profile.thirdPartyTelematicsConsentTimestampdate-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": []
        },
        ....
      },
      ....
  },
  ....
}