Check 2FA Secret
POST/users/self/2fa-verifications
Validate a TOTP code against the authenticated user's pending (or active) 2FA secret without enabling 2FA. Returns verify_otp=true when the code matches, otherwise verify_otp=false.
Request
Responses
- 200
- 422
Successful Response
OTP code input and secret are required for this endpoint.