Skip to main content
POST
Initiate MFA Challenge

Cuerpo

application/json

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

mfaToken
string
requerido

The temporary MFA token received from the access token endpoint.

mfaType
enum<string>
requerido

The MFA method to use for the challenge.

Opciones disponibles:
app,
email,
sms

Respuesta

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

message
string

Confirmation that the challenge was initiated.