Root Insurance · Example Payload

Issue A Policy Response 200

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Issue A Policy Response 200 is an example object payload from Root Insurance, with 24 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

policy_idpolicy_numberpolicyholder_idstatuspackage_namesum_assuredbase_premiummonthly_premiumbilling_amountbilling_daybilling_frequencybeneficiariescovered_peoplestart_dateend_datepolicy_schedule_uriterms_uripolicy_welcome_letter_urischedule_versionscreated_atmoduleapp_datacreated_bycharges

Example Payload

Raw ↑
{
  "policy_id": "128ba0c0-3f6a-4f8b-9b40-e2066b02b59e",
  "policy_number": "1HFCT1CDBJ",
  "policyholder_id": "bf3ab7ce-064d-43b7-811d-0ecd9aca3daf",
  "status": "active",
  "package_name": "Theft + comprehensive",
  "sum_assured": 1199900,
  "base_premium": 14999,
  "monthly_premium": 50000,
  "billing_amount": 50000,
  "billing_day": 1,
  "billing_frequency": "monthly",
  "beneficiaries": [],
  "covered_people": [],
  "start_date": "2017-10-05T00:00:00.000Z",
  "end_date": "2018-10-05T00:00:00.000Z",
  "policy_schedule_uri": "https://sandbox.root.co.za/v1/insurance/policies/128ba0c0-3f6a-4f8b-9b40-e2066b02b59e/schedule/schedule_latest.pdf",
  "terms_uri": "https://sandbox.root.co.za/v1/insurance/policies/128ba0c0-3f6a-4f8b-9b40-e2066b02b59e/terms/terms.pdf",
  "policy_welcome_letter_uri": "https://sandbox.root.co.za/v1/insurance/policies/128ba0c0-3f6a-4f8b-9b40-e2066b02b59e/welcome-letter/welcome_letter.pdf",
  "schedule_versions": [
    {
      "version": 1,
      "created_at": "2017-10-05T18:40:47.281Z"
    }
  ],
  "created_at": "2017-10-05T18:40:47.281Z",
  "module": {
    "type": "root_gadgets",
    "make": "Apple",
    "model": "iPhone 6S 64GB LTE",
    "serial_number": "1234567890"
  },
  "app_data": {
    "gadget_colour": "Space Grey"
  },
  "created_by": {
    "id": "00000000-0000-0000-0000-000000000001",
    "type": "user"
  },
  "charges": []
}