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

# Verification webhook

> Pion sends this webhook for verification-related events. The webhook is signed using HMAC-SHA256 for security verification.



## OpenAPI

````yaml /api-reference/openapi-v1.json webhook verificationWebhook
openapi: 3.1.0
info:
  title: Pion API Reference
  description: API for authentication and verification status retrieval.
  version: 1.0.0
servers:
  - url: https://api.wearepion.com
    description: Main production server
security:
  - bearerAuth: []
tags:
  - name: Authentication
    description: Authenticating with Pion API
  - name: Beans iD Whitelabel API
    description: Endpoints used for the Beans iD Whitelabel API product.
paths: {}
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````