Root Insurance · Example Payload

Create Webhook Request

A webhook for receiving various events

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Create Webhook Request is an example object payload from Root Insurance, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedescriptionverification_tokenurlsubscriptions

Example Payload

Raw ↑
{
  "name": "Example webhook",
  "description": "A webhook for receiving various events",
  "verification_token": "459106913AF9",
  "url": "http://your.url.here",
  "subscriptions": [
    "policyholder_created"
  ]
}