Authenticator app
Verify Authenticator App Challenge
Verify a challenge when enrolling a authenticator app authenticator or when re-authenticating with an existing authenticator app authenticator
POST
/
verify
/
totp
Body
application/json
verificationCode
string
requiredThe TOTP code inputted by the user.
Response
200 - application/json
isVerified
boolean
requiredTrue if the inputted TOTP is correct.
accessToken
string
A new short-term token with scopes to manage authenticators (e.g. add secondary authenticators, remove authenticators, view or regenerate recovery codes). Only present if the challenge succeeded.
failureReason
enum<string>
Available options:
CODE_INVALID_OR_EXPIRED
, MAX_ATTEMPTS_EXCEEDED
Was this page helpful?