auth

POST /v1/auth/login/2fa — complete a pending login challenge with TOTP or recovery code.

post/v1/auth/login/2fa

Request body

challenge_tokenstring required
codestring nullable
recovery_codestring nullable

Response

Login completed

access_tokenstring required
expires_ininteger required

Access token TTL in seconds.

refresh_tokenstring required

Changes

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