Root Insurance · Example Payload

Disable Webhook Response 200

Claim opened event

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Disable Webhook 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

webhook_idorganization_idnamedescriptionsecretverification_tokenurlenabledsubscriptions

Example Payload

Raw ↑
{
  "webhook_id": "274b2899-7957-464b-a609-49939039cd49",
  "organization_id": "34b2899-7957-464b-a609-49939039cd49",
  "name": "Claim opened",
  "description": "Claim opened event",
  "secret": "B3a8y1WotX7glI7OxZhX5EAd_6UJ7YEvTJBNQzano4dHjntn9_5AlyPg-dzpX76A",
  "verification_token": "459106913AF9",
  "url": "http://yoururlhere.com",
  "enabled": false,
  "subscriptions": [
    "claim_opened"
  ]
}