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

# Verification approved event

`POST verification.approved` (webhook)

Fired when a managed-OTP verification is approved (the user submitted
the correct code to POST /v1/verify/verifications/{verificationId}/check).

## Payload

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

## 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/f81ca70ea6b9/schema)
