v33

latestOpenAPI 3.0.2raw.githubusercontent.com2026-03-142353151.8 KB
Fyno Verify

Verify OTP

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

post/{WSID}/{version}/verify/validate

Path parameters

WSIDstring required

Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.

version'live' | 'test' required

Specify the version for which you would like to manage the user profile.

Query parameters

request_idstring

Specify the request id of the triggered notification event that sent the OTP to the user.<br/>You must use this query parameter if you've disabled "Use destination as id" in the Fyno Verify setting.

destinationstring

Enter the destination where the OTP is sent. It can be either mobile no or email id.<br/>You must use this query parameter if you've enabled "Use destination as id" in the Fyno Verify setting.

otpstring required

Enter the OTP which you want to validate.

Response

OTP successfully validated

_messagestring required
statusstring required

Example response

{
  "_message": "OTP successfully validated.",
  "status": "ok"
}