Auth

Login with TOTP

Complete login by verifying TOTP code during multi-factor authentication. Requires the MFA ticket from initial login attempt.

post/auth/login/mfa/totp

Request body

codestring required

The TOTP code from the authenticator app

ticketstring required

The MFA ticket from the login response

Response

Success

tokenstring required

Authentication token for API requests

user_idstring required

ID of the authenticated user

Changes

No recorded changes to this endpoint across all 1 revision of this API.