Bentley Systems · Capability

iTwin Webhooks API — Subscriptions

iTwin Webhooks API — Subscriptions. Self-contained Naftiko capability covering the Subscriptions resource of the iTwin Webhooks API.

iTwin Webhooks API — Subscriptions is a Naftiko capability published by Bentley Systems, one of 16 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Bentley, iTwin, and Subscriptions.

Run with Naftiko BentleyiTwinSubscriptions

Capability Spec

webhooks-subscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "iTwin Webhooks API \u2014 Subscriptions"
  description: "iTwin Webhooks API \u2014 Subscriptions. Self-contained Naftiko capability covering the Subscriptions resource\
    \ of the iTwin Webhooks API."
  tags:
  - Bentley
  - iTwin
  - Subscriptions
  created: '2026-05-23'
  modified: '2026-05-23'
binds:
- namespace: env
  keys:
    ITWIN_ACCESS_TOKEN: ITWIN_ACCESS_TOKEN
capability:
  consumes:
  - type: http
    namespace: webhooks-subscriptions
    baseUri: https://api.bentley.com/webhooks
    description: iTwin Webhooks API Subscriptions capability against the iTwin Platform.
    resources:
    - name: subscriptions
      path: /subscriptions
      operations:
      - name: listSubscriptions
        method: GET
        description: List Subscriptions via iTwin Webhooks API
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters: []
      - name: createSubscription
        method: POST
        description: Create Subscription via iTwin Webhooks API
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).