Root Insurance · Example Payload

Create Data Store Response 200

Devices data store

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Create Data Store Response 200 is an example object payload from Root Insurance, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

data_store_idorganization_idkeyschemadescriptionnamecreated_atcreated_byupdated_atupdated_by

Example Payload

Raw ↑
{
  "data_store_id": "6e91fe74-aa56-4b4e-8f68-636d23d5706f",
  "organization_id": "952bfef5-7517-47ff-bf41-08c5a66c52db",
  "key": "devices",
  "schema": {
    "async": true,
    "type": "object",
    "properties": {
      "name": {
        "type": "string"
      },
      "price": {
        "type": "number"
      }
    },
    "required": [
      "name",
      "price"
    ]
  },
  "description": "Devices data store",
  "name": "devices",
  "created_at": "2021-02-01T06:05:13.678Z",
  "created_by": {
    "type": "api_key",
    "id": "313f7511-c16a-4fdb-ba49-25a80a9b571c",
    "owner_id": "da20903b-7f0d-4318-96bd-6df78514e2fd"
  },
  "updated_at": "2021-02-01T06:05:13.678Z",
  "updated_by": {
    "type": "api_key",
    "id": "313f7511-c16a-4fdb-ba49-25a80a9b571c",
    "owner_id": "da20903b-7f0d-4318-96bd-6df78514e2fd"
  }
}