---
title: "Verification failed event"
method: POST
path: "verification.failed"
tags: ["Webhook Events"]
---

# Verification failed event

`POST verification.failed` (webhook)

Fired when a managed-OTP verification is exhausted (the maximum number
of wrong code attempts was reached).

## Payload

- object
  - `id` string
  - `event` 'verification.failed'
  - `timestamp` string, date-time
  - `verification` object
    - `verificationId` string
    - `channel` 'sms'
    - `to` string
  - `reason` 'max_attempts_reached'

## Acknowledgement `200`

Webhook received successfully

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/versions/51932b099b2f/schema)
