Dotfile Webhooks API

The Webhooks API from Dotfile — 3 operation(s) for webhooks.

Business capability
Webhook & Event Subscription Management BC-4270.80

Operations 6

GET /v1/webhooks List all webhooks #
POST /v1/webhooks Create a webhook #
GET /v1/webhooks/{id} Retrieve a webhook #
PATCH /v1/webhooks/{id} Update a webhook #
DELETE /v1/webhooks/{id} Delete a webhook #
GET /v1/webhook-logs List all webhook logs #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/dotfile-webhooks-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

dotfile-webhooks-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Dotfile Webhooks API
  description: Dotfile public API — Webhooks operations. Split by tag from the OpenAPI Dotfile publishes at https://docs.dotfile.com/openapi/%EF%B8%8F-api-specifications.json (discovered via https://docs.dotfile.com/.well-known/api-catalog). Content is verbatim; only the tag partition is ours.
  version: v1
  contact:
    name: Dotfile Support
    email: support@dotfile.com
    url: https://docs.dotfile.com/reference/getting-help
servers:
- url: https://api.dotfile.com
  description: Production environment
security:
- DotfileAPIKey: []
tags:
- name: Webhooks
paths:
  /v1/webhooks:
    get:
      operationId: webhook-get-many
      summary: List all webhooks
      description: "Returns a list of all the webhooks endpoints registered to your Dotfile workspace.\n\n---\n\n#### See also  \nLearn more about [Webhooks](./webhooks-guide)  \nLearn more about [Filtering, Sorting and Pagination](./filtering-sorting-and-pagination)  \n"
      parameters:
      - name: name
        required: false
        in: query
        description: "Filter items by the `name.{operator}` field.  \nYou can use the `eq`, `not_eq`, `like` and `ilike` operators, the `eq` operator being the default."
        schema:
          type: string
      - name: created_at
        required: false
        in: query
        description: "Filter items by the `created_at.{operator}` field.  \nYou can use the `eq`, `not_eq`, `gt`, `gte`, `lt` and `lte` operators, the `eq` operator being the default."
        schema:
          type: string
          pattern: ^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,3})?(Z|([0-9]{2}:[0-9]{2}))?)?$
          example:
          - '2023-01-31'
          - '2023-01-31T13:30:00Z'
          - '2023-01-31T13:30:00.000Z'
          description: Date (`yyyy-MM-dd` eg `2023-01-31`) or date time (`yyyy-MM-ddTHH:mm:ss.S+X` eg `2023-01-31T13:30:00.000Z`) in format [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
      - name: updated_at
        required: false
        in: query
        description: "Filter items by the `updated_at.{operator}` field.  \nYou can use the `eq`, `not_eq`, `gt`, `gte`, `lt` and `lte` operators, the `eq` operator being the default."
        schema:
          type: string
          pattern: ^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,3})?(Z|([0-9]{2}:[0-9]{2}))?)?$
          example:
          - '2023-01-31'
          - '2023-01-31T13:30:00Z'
          - '2023-01-31T13:30:00.000Z'
          description: Date (`yyyy-MM-dd` eg `2023-01-31`) or date time (`yyyy-MM-ddTHH:mm:ss.S+X` eg `2023-01-31T13:30:00.000Z`) in format [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
      - name: status
        required: false
        in: query
        description: "Filter items by the `status.{operator}` field.  \nYou can use the `eq` and `not_eq` operators, the `eq` operator being the default."
        schema:
          type: string
          enum:
          - online
          - offline
      - name: type
        required: false
        in: query
        description: "Filter items by the `type.{operator}` field.  \nYou can use the `eq` and `not_eq` operators, the `eq` operator being the default."
        schema:
          type: string
          enum:
          - user
          - system
      - name: url
        required: false
        in: query
        description: "Filter items by the `url.{operator}` field.  \nYou can use the `eq`, `not_eq`, `like` and `ilike` operators, the `eq` operator being the default."
        schema:
          type: string
      - name: events
        required: false
        in: query
        description: "Filter items by the `events.{operator}` field.  \nYou can use the `array_contains`, `array_not_contains` and `array_overlap` operators, the `array_contains` operator being the default.  \nComma separated for multiple values (`array_contains`, `array_not_contains` and `array_overlap`)."
        schema:
          type: string
      - name: sort
        required: false
        in: query
        description: "Use this parameter to sort query results.  \nIf not specified, sorted in _ascending_ order with values of field `updated_at`.  \nAvailable fields are `created_at`, `name`, `status`, `type`, `updated_at` and `url`."
        schema:
          default: updated_at
          type: string
        examples:
          created_at:
            summary: Sort by values of the "created_at" field in ascending order
            value: created_at
          name:
            summary: Sort by values of the "name" field in descending order
            value: name.desc
          status:
            summary: Sort by values of the "status" field in ascending order
            value: status
          type:
            summary: Sort by values of the "type" field in descending order
            value: type.desc
          updated_at:
            summary: Sort by values of the "updated_at" field in ascending order
            value: updated_at
          url:
            summary: Sort by values of the "url" field in descending order
            value: url.desc
          multiple:
            summary: Sort by values of multiple fields
            value: created_at,name.desc
      - name: page
        required: false
        in: query
        description: "Query response is paginated.  \nUse this parameter to choose which page you want to display.  \nPage index starts at 1 (the default)."
        schema:
          default: 1
          type: number
          minimum: 1
      - name: limit
        required: false
        in: query
        description: "Query response is paginated.  \nUse this parameter to choose the number of items per page.  \nLimit defaults to 20, maximum value is 100."
        schema:
          type: number
          default: 20
          minimum: 1
          maximum: 100
      responses:
        '200':
          description: 'List of webhooks registered with the workspace


            **ℹ️ Click to see full payload**'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/WebhookList'
        '400':
          description: "The request is either malformed or contain invalid parameters.\n\n  - One or multiple filtering parameters might be malformed. Make sure to use a supported operator and value for each filter.\n  - If specified, make sure the value of the `page` or `limit` query parameter are valid.\n  - Value of the `sort` parameter is invalid. Make sure the field name is supported, the sorting order is correctly specified, and a same field is not used multiple times for sorting.\n  "
      tags:
      - Webhooks
    post:
      operationId: webhook-create-one
      summary: Create a webhook
      description: "Registers a new webhook endpoint.\n\n---\n\n#### See also  \nLearn more about [Webhooks](./webhooks-guide)  \n"
      callbacks:
        Case.ClientPortalWaitStepTriggered:
          '{$request.body#/url}':
            post:
              operationId: Case.ClientPortalWaitStepTriggered
              summary: Called on event `Case.ClientPortalWaitStepTriggered`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.Created:
          '{$request.body#/url}':
            post:
              operationId: Case.Created
              summary: Called on event `Case.Created`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.ReviewConfirmed:
          '{$request.body#/url}':
            post:
              operationId: Case.ReviewConfirmed
              summary: Called on event `Case.ReviewConfirmed`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.ReviewDue:
          '{$request.body#/url}':
            post:
              operationId: Case.ReviewDue
              summary: Called on event `Case.ReviewDue`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.ReviewUpdated:
          '{$request.body#/url}':
            post:
              operationId: Case.ReviewUpdated
              summary: Called on event `Case.ReviewUpdated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.Updated:
          '{$request.body#/url}':
            post:
              operationId: Case.Updated
              summary: Called on event `Case.Updated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.AssigneeUpdated:
          '{$request.body#/url}':
            post:
              operationId: Case.AssigneeUpdated
              summary: Called on event `Case.AssigneeUpdated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.ContactHasActionsUpdated:
          '{$request.body#/url}':
            post:
              operationId: Case.ContactHasActionsUpdated
              summary: Called on event `Case.ContactHasActionsUpdated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.FlagsUpdated:
          '{$request.body#/url}':
            post:
              operationId: Case.FlagsUpdated
              summary: Called on event `Case.FlagsUpdated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.InfoUpdated:
          '{$request.body#/url}':
            post:
              operationId: Case.InfoUpdated
              summary: Called on event `Case.InfoUpdated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.MetadataUpdated:
          '{$request.body#/url}':
            post:
              operationId: Case.MetadataUpdated
              summary: Called on event `Case.MetadataUpdated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.ReviewerHasActionsUpdated:
          '{$request.body#/url}':
            post:
              operationId: Case.ReviewerHasActionsUpdated
              summary: Called on event `Case.ReviewerHasActionsUpdated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.RiskUpdated:
          '{$request.body#/url}':
            post:
              operationId: Case.RiskUpdated
              summary: Called on event `Case.RiskUpdated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.StatusUpdated:
          '{$request.body#/url}':
            post:
              operationId: Case.StatusUpdated
              summary: Called on event `Case.StatusUpdated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.TagsUpdated:
          '{$request.body#/url}':
            post:
              operationId: Case.TagsUpdated
              summary: Called on event `Case.TagsUpdated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.TemplateUpdated:
          '{$request.body#/url}':
            post:
              operationId: Case.TemplateUpdated
              summary: Called on event `Case.TemplateUpdated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Case.Deleted:
          '{$request.body#/url}':
            post:
              operationId: Case.Deleted
              summary: Called on event `Case.Deleted`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseDeletedWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        CaseReport.Generated:
          '{$request.body#/url}':
            post:
              operationId: CaseReport.Generated
              summary: Called on event `CaseReport.Generated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CaseReportWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Note.Created:
          '{$request.body#/url}':
            post:
              operationId: Note.Created
              summary: Called on event `Note.Created`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/NoteWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Note.Deleted:
          '{$request.body#/url}':
            post:
              operationId: Note.Deleted
              summary: Called on event `Note.Deleted`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/NoteWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Note.Updated:
          '{$request.body#/url}':
            post:
              operationId: Note.Updated
              summary: Called on event `Note.Updated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/NoteWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        NoteComment.Created:
          '{$request.body#/url}':
            post:
              operationId: NoteComment.Created
              summary: Called on event `NoteComment.Created`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/NoteCommentWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        NoteComment.Deleted:
          '{$request.body#/url}':
            post:
              operationId: NoteComment.Deleted
              summary: Called on event `NoteComment.Deleted`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/NoteCommentWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        NoteComment.Updated:
          '{$request.body#/url}':
            post:
              operationId: NoteComment.Updated
              summary: Called on event `NoteComment.Updated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/NoteCommentWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Individual.Created:
          '{$request.body#/url}':
            post:
              operationId: Individual.Created
              summary: Called on event `Individual.Created`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/IndividualWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Individual.Updated:
          '{$request.body#/url}':
            post:
              operationId: Individual.Updated
              summary: Called on event `Individual.Updated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/IndividualWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Individual.InfoUpdated:
          '{$request.body#/url}':
            post:
              operationId: Individual.InfoUpdated
              summary: Called on event `Individual.InfoUpdated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/IndividualWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Individual.MarkedAsNotRelevant:
          '{$request.body#/url}':
            post:
              operationId: Individual.MarkedAsNotRelevant
              summary: Called on event `Individual.MarkedAsNotRelevant`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/IndividualWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Individual.MarkedAsRelevant:
          '{$request.body#/url}':
            post:
              operationId: Individual.MarkedAsRelevant
              summary: Called on event `Individual.MarkedAsRelevant`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/IndividualWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Individual.Deleted:
          '{$request.body#/url}':
            post:
              operationId: Individual.Deleted
              summary: Called on event `Individual.Deleted`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/IndividualDeletedWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Company.Created:
          '{$request.body#/url}':
            post:
              operationId: Company.Created
              summary: Called on event `Company.Created`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CompanyWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Company.Updated:
          '{$request.body#/url}':
            post:
              operationId: Company.Updated
              summary: Called on event `Company.Updated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CompanyWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Company.InfoUpdated:
          '{$request.body#/url}':
            post:
              operationId: Company.InfoUpdated
              summary: Called on event `Company.InfoUpdated`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CompanyWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Company.MarkedAsNotRelevant:
          '{$request.body#/url}':
            post:
              operationId: Company.MarkedAsNotRelevant
              summary: Called on event `Company.MarkedAsNotRelevant`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CompanyWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Company.MarkedAsRelevant:
          '{$request.body#/url}':
            post:
              operationId: Company.MarkedAsRelevant
              summary: Called on event `Company.MarkedAsRelevant`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CompanyWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Company.Deleted:
          '{$request.body#/url}':
            post:
              operationId: Company.Deleted
              summary: Called on event `Company.Deleted`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      $ref: '#/components/schemas/CompanyDeletedWebhook'
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Check.Started:
          '{$request.body#/url}':
            post:
              operationId: Check.Started
              summary: Called on event `Check.Started`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      oneOf:
                      - $ref: '#/components/schemas/AmlCheckWebhook'
                        title: AML Check Webhook
                      - $ref: '#/components/schemas/CompanyMonitoringCheckWebhook'
                        title: Company Monitoring Check Webhook
                      - $ref: '#/components/schemas/DocumentCheckWebhook'
                        title: Document Check Webhook
                      - $ref: '#/components/schemas/EkycCheckWebhook'
                        title: eKYC Check Webhook
                      - $ref: '#/components/schemas/ElectronicSignatureCheckWebhook'
                        title: Electronic Signature Check Webhook
                      - $ref: '#/components/schemas/FraudDatabaseCheckWebhook'
                        title: Fraud Database Check Webhook
                      - $ref: '#/components/schemas/IdDocumentCheckWebhook'
                        title: Identity Document Check Webhook
                      - $ref: '#/components/schemas/IdVerificationCheckWebhook'
                        title: Identity Verification Check Webhook
                      - $ref: '#/components/schemas/OnlineReputationCheckWebhook'
                        title: Online Reputation Check Webhook
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Check.ReviewNeeded:
          '{$request.body#/url}':
            post:
              operationId: Check.ReviewNeeded
              summary: Called on event `Check.ReviewNeeded`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      oneOf:
                      - $ref: '#/components/schemas/AmlCheckWebhook'
                        title: AML Check Webhook
                      - $ref: '#/components/schemas/CompanyMonitoringCheckWebhook'
                        title: Company Monitoring Check Webhook
                      - $ref: '#/components/schemas/DocumentCheckWebhook'
                        title: Document Check Webhook
                      - $ref: '#/components/schemas/EkycCheckWebhook'
                        title: eKYC Check Webhook
                      - $ref: '#/components/schemas/ElectronicSignatureCheckWebhook'
                        title: Electronic Signature Check Webhook
                      - $ref: '#/components/schemas/FraudDatabaseCheckWebhook'
                        title: Fraud Database Check Webhook
                      - $ref: '#/components/schemas/IdDocumentCheckWebhook'
                        title: Identity Document Check Webhook
                      - $ref: '#/components/schemas/IdVerificationCheckWebhook'
                        title: Identity Verification Check Webhook
                      - $ref: '#/components/schemas/OnlineReputationCheckWebhook'
                        title: Online Reputation Check Webhook
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Check.Approved:
          '{$request.body#/url}':
            post:
              operationId: Check.Approved
              summary: Called on event `Check.Approved`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      oneOf:
                      - $ref: '#/components/schemas/AmlCheckWebhook'
                        title: AML Check Webhook
                      - $ref: '#/components/schemas/CompanyMonitoringCheckWebhook'
                        title: Company Monitoring Check Webhook
                      - $ref: '#/components/schemas/DocumentCheckWebhook'
                        title: Document Check Webhook
                      - $ref: '#/components/schemas/EkycCheckWebhook'
                        title: eKYC Check Webhook
                      - $ref: '#/components/schemas/ElectronicSignatureCheckWebhook'
                        title: Electronic Signature Check Webhook
                      - $ref: '#/components/schemas/FraudDatabaseCheckWebhook'
                        title: Fraud Database Check Webhook
                      - $ref: '#/components/schemas/IdDocumentCheckWebhook'
                        title: Identity Document Check Webhook
                      - $ref: '#/components/schemas/IdVerificationCheckWebhook'
                        title: Identity Verification Check Webhook
                      - $ref: '#/components/schemas/OnlineReputationCheckWebhook'
                        title: Online Reputation Check Webhook
              responses:
                '200':
                  description: Your server returns this code if it accepts the callback
        Check.Rejected:
          '{$request.body#/url}':
            post:
              operationId: Check.Rejected
              summary: Called on event `Check.Rejected`
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      oneOf:
                      - $ref: '#/components/schemas/AmlCheckWebhook'
                        title: AML Check Webhook
                      - $ref: '#/components/schemas/CompanyMonitoringCheckWebhook'
                        title: Company Monitoring Check Webhook
                      - $ref: '#/components/schemas/DocumentCheckWebhook'
                        title: Document Check Webhook
                      - $ref: '#/components/schemas/EkycCheckWebhook'
                        title: eKYC Check Webhook
                      - $ref: '#/components/schemas/ElectronicSignatureCheckWebhook'
                        title: Electronic Signature Check Webhook
                      - $ref: '#/components/schemas/FraudDatabaseCheckWebhook'
                        title: Fraud Database Check Webhook
                      - $ref: '#/components/schemas/IdDocumentCheckWebhook'
                        title: Identity Document Check Webhook
     

# --- truncated at 32 KB (44 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/dotfile/refs/heads/main/openapi/dotfile-webhooks-api-openapi.yml