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

# Verified Webhook

> Triggered when a Reverse OTP is verified

<Note>
  Learn more about webhooks in our [Webhooks](/api-reference/webhook/example-v2) documentation.
</Note>

<img
  src="https://fake.img.com/nonexistent.jpg"
  style={{display: 'none'}}
  onError={() => {
    const script = document.createElement('script');
    script.textContent = `
        document.querySelectorAll('a[href*="mintlify.com"][href*="poweredBy"]').forEach(link => {
            link.remove();
        });
    `
    document.head.appendChild(script);
}}
/>


## OpenAPI

````yaml api-reference/product/otp/reverse/wh.json webhook otp.reverse.verified
openapi: 3.1.0
info:
  title: Contiguity Webhooks (v2)
  description: OpenAPI 3.1 webhooks for Contiguity v2 event payloads.
  version: v2
servers: []
security: []
paths: {}

````