MFA sign in

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

Request

This endpoint expects an object.
typestringRequired
totpstringRequired
codestringRequired

Response

This endpoint returns an object.
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 this user