Root Insurance · Example Payload

Create Secret Key Response 200

API Key for Integration X

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

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

Top-level fields

organization_idsecret_key_idtypekeydescriptioncreated_atcreated_byupdated_atupdated_by

Example Payload

Raw ↑
{
  "organization_id": "4ce6ad99-9576-4d28-84ba-c30d2d536cbe",
  "secret_key_id": "43c13dc8-2c19-402c-bb70-a7deb56b9f38",
  "type": "api_key_type",
  "key": "your_api_key_value",
  "description": "API Key for Integration X",
  "created_at": "2023-01-10T12:34:56.789Z",
  "created_by": {
    "id": "00000000-0000-0000-0000-000000000001",
    "type": "user"
  },
  "updated_at": "2023-01-10T12:34:56.789Z",
  "updated_by": {
    "id": "00000000-0000-0000-0000-000000000001",
    "type": "user"
  }
}