Bentley Systems · Example Payload

Bentley Webhook Subscription Example

Infrastructure EngineeringDigital TwinBIMCADReality CaptureConstructionAsset ManagementGeospatialiTwiniModel

Bentley Webhook Subscription Example is an example object payload from Bentley Systems, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddisplayNameeventTypesdeliveryUrlstatecreatedDateTime

Example Payload

Raw ↑
{
  "id": "wh-2c4f8e1a-3b5d-4e6f-8a9c-1b2d3e4f5a6b",
  "displayName": "iModel changeset push notifications",
  "eventTypes": [
    "iModelChangesetPushed",
    "NamedVersionCreated"
  ],
  "deliveryUrl": "https://example.com/webhooks/bentley-itwin",
  "state": "Active",
  "createdDateTime": "2026-02-14T10:00:00Z"
}