AuthTOTP
Authorizations
AuthorizationstringRequired
Body
temp_tokenstringRequiredExample:
Temporary token received from initial login
eyJ0eXA...tokenstringRequiredExample:
TOTP verification code
123456Responses
200
The TOTP verification was successful and login is completed.
application/json
keystringOptionalExample:
Login token
a46ba...400
Required field(s) are missing, data is invalid, or the action is not allowed.
application/json
401
Unauthorized Access
application/json
403
Forbidden
post
/api/v1/auth/totp/verify/Authorizations
AuthorizationstringRequired
Body
tokenstringRequiredExample:
TOTP verification code
123456Responses
200
The TOTP activation was successful.
application/json
recovery_codesstring[]OptionalExample:
Recovery codes
ABCD1234400
Required field(s) are missing, data is invalid, or the action is not allowed.
application/json
403
Forbidden
post
/api/v1/auth/totp/activate/Last updated
Was this helpful?

