---
title: "Verify OTP"
method: POST
path: "/{WSID}/{version}/verify/validate"
tags: ["Fyno Verify"]
---

# Verify OTP

`POST /{WSID}/{version}/verify/validate`

This API enables you to validate the OTP entered by the user using either `request_id` (received in response of the Fire an Event API) or `destination` (such as phone number, email).

## Path parameters

- `WSID` string, required
- `version` 'live' | 'test', required

## Query parameters

- `request_id` string
- `destination` string
- `otp` string, required

## Response `200`

OTP successfully validated

- InlineResponse2005
  - `status` string
  - `_message` string

## Other responses

- `400` — Invalid OTP entered by user
- `401` — API Key or Workspace Id is invalid

## Changes

- **2025-02-10** `6f9dbe641420` — 1 breaking, 2 info
  - api path removed without deprecation
  - added the new optional `query` request parameter `destination`
  - the `query` request parameter `request_id` became optional

[Change history](https://skmtc.dev/fynoio/apis/fyno-rest-api/changes/:WSID/:version/verify/validate/post.md)

---

[API](https://skmtc.dev/fynoio/apis/fyno-rest-api.md) · [All operations](https://skmtc.dev/fynoio/apis/fyno-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fynoio/fyno-rest-api/revisions/4d85d55e5906/schema)
