Root Insurance · Example Payload

Archive Application Attachment Response 200

Police Report

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Archive Application Attachment Response 200 is an example object payload from Root Insurance, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeapplication_idfile_namefile_typefile_urldescriptioncreated_atrequested_by

Example Payload

Raw ↑
{
  "type": "attachment_archived",
  "application_id": "128ba0c0-3f6a-4f8b-9b40-e2066b02b59e",
  "file_name": "report.pdf",
  "file_type": "application/pdf",
  "file_url": "https://example.com/report.pdf",
  "description": "Police Report",
  "created_at": "2023-02-03T12:00:00.000Z",
  "requested_by": {
    "type": "user",
    "id": "00000000-0000-0000-0000-000000000001"
  }
}