POST /auth/otp/verify

Verify One-Time Password token for 2FA

Verify One-Time Password token for 2FA
KeyTypeExampleDescription
access_tokenrequiredstring
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJndWlkIj...'
bearer access token
otp_tokenrequiredstring
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJndWlkIj...'
OTP token from authenticator
verifiedoptionalboolean
true
Mark as verified after successful validation
{
  "verified": true
}
{
  "error": "ERROR_KEY"
}
PermissionDescription
*publicNo authentication required, public endpoint

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