> ## Documentation Index
> Fetch the complete documentation index at: https://docs.7exchange.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook



## OpenAPI

````yaml KYC post /webhook
openapi: 3.0.1
info:
  title: Veriff
  version: 0.1.0
servers:
  - url: https://gateway.7exchange.io/kyc/1.0.0
    description: Beta/Live
security:
  - default: []
paths:
  /webhook:
    post:
      operationId: postWebhook
      responses:
        '202':
          description: Accepted
components:
  securitySchemes:
    default:
      type: oauth2
      flows:
        implicit:
          authorizationUrl: https://test.com
          scopes: {}

````