RUAL Documentation

POST /auth/otp/verify

Verify One-Time Password token for 2FA

Verify One-Time Password token for 2FA
Key Type Example Description
access_token required string
"example-string"
JWT access token
otp_token required string
"example-string"
OTP token from authenticator
verified optional boolean
true
Mark as verified after successful validation
{ "verified": true }
{ "success": false, "error": "ERROR_KEY" }
permission description
*public No authentication required - public endpoint

Back to Authentication Return to the Authentication category to view other endpoints All API Categories Browse all available API categories