Fyno Verify

Verify OTP using destination

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

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

destinationstring required

Enter the destination where the OTP is sent. It can be either mobile no or email id

otpstring required

Enter the OTP which you want to validate.

Response

OTP successfully validated

statusstring
_messagestring

Example response

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

Changes