---
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

- object
  - `_message` string, required
  - `status` string, required

## Other responses

- `400` — Invalid OTP entered by user
- `401` — API Key or Workspace ID is invalid. User is unauthorised.

---

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