MFA sign in

Complete multi-factor authorization to sign in, with a TOTP and an MFA attempt code

Request

This endpoint expects an object.
typestringRequired
totpstringRequired
codestringRequired
A 45 character code

Response

Successful response
refresh_tokenstring

Long-lived refresh token that can be used to obtain a new access token

access_tokenstring

Short-lived access token that can be used to authenticate the user

is_new_userboolean
Whether the user is a new user
user_idstring
The unique identifier of the user