Skip to main content
POST
Initiate MFA Challenge

Body

application/json

Information used to request a new MFA verification code via email or SMS.

mfaToken
string
required

The temporary MFA token received from the access token endpoint.

mfaType
enum<string>
required

The MFA method to use for the challenge.

Available options:
app,
email,
sms

Response

The MFA challenge was initiated. A verification code has been sent through the requested method.

message
string

Confirmation that the challenge was initiated.