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

# Verify OTP using request Id

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

This API enables you to validate the OTP entered by the user using request_id.

## Path parameters

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

## Query parameters

- `request_id` string, required
- `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

---

[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/7b479358bfc0/schema)
