Root Insurance · Example Payload

Update Scheduled Data Export Request

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

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

Top-level fields

nameadapterenvironmentdata_rangeexport_typetemplate_idfrequency

Example Payload

Raw ↑
{
  "name": "Daily policies export",
  "adapter": {
    "type": "sftp",
    "host": "127.0.0.1",
    "port": 22,
    "username": "someuser",
    "password": "somepassword",
    "path": "/some/path/"
  },
  "environment": "production",
  "data_range": "full",
  "export_type": "custom_export",
  "template_id": "00000000-0000-0000-0000-000000000002",
  "frequency": {
    "type": "daily",
    "time_of_day": "11:00"
  }
}