---
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 — UTC time at which Zernio generated this event (set once when the event payload is built, before delivery is queued). Retries and redeliveries keep the original value, so it reflects the event, not the delivery attempt.
  - `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/revisions/3c7cf84cec44/schema)
