Root Insurance · Example Payload

Update Claimant Request

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

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

Top-level fields

first_namelast_nameid_numberemailcellphonerelationship

Example Payload

Raw ↑
{
  "first_name": "John",
  "last_name": "Doe",
  "id_number": "9001015000000",
  "email": "john.doe@example.com",
  "cellphone": "+27821234567",
  "relationship": "spouse"
}