Root Insurance · Example Payload

Updating A Claim Request

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Updating A Claim Request is an example object payload from Root Insurance, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

incident_typeincident_causeincident_dateapp_datarequested_amount

Example Payload

Raw ↑
{
  "incident_type": "Theft",
  "incident_cause": "Device stolen during burglary",
  "incident_date": "2017-10-16T10:12:02.872Z",
  "app_data": {
    "key3": "value3"
  },
  "requested_amount": 13000000
}