Authyo Docs
  1. APIs
Authyo Docs
  • 🐶 Walk through Authyo
  • Error Codes
  • About Pricing
  • APIs
    • Send OTP
      GET
    • Send OTP
      POST
    • Verify OTP
      GET
  • Web SDKs
    • JavaScript
    • PHP
    • AngularJS Examples
    • TypeScript Examples
    • React JS
    • Vue JS Examples
  1. APIs

Verify OTP

GET
https://authyo.io/api/v1/authyoapi/verifyotp
pet

Request

Query Params
maskId
string 
required
otp
string 
required
Header Params
clientId
string 
required
clientSecret
string 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://authyo.io/api/v1/authyoapi/verifyotp?maskId&otp' \
--header 'clientId;' \
--header 'clientSecret;'

Responses

🟢200OK
application/json
Body
success
string 
required
status
string 
required
message
string 
required
Examples
{
    "success": true,
    "message": "OTP Verified Successfully",
    "status": "verified"
}
Modified at 2025-04-24 05:55:44
Previous
Send OTP
Next
JavaScript
Built with