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

# Webhook Verification Success



## OpenAPI

````yaml WEBHOOK verificationSuccess
openapi: 3.1.0
info:
  title: Everprotec Verify Sessions
  description: >-
    This API enables you to create verification sessions and retrieve their
    status.
  license:
    name: MIT
  version: 1.0.0
servers:
  - url: http://api.everprotec.com/v1
security:
  - basicAuth: []
paths: {}
components:
  securitySchemes:
    basicAuth:
      type: http
      scheme: basic

````