aid_auth_mfa_challenge_post
challenge
Challenge request
Request a challenge for multi-factor authentication (MFA) based on the challenge types supported by the user.
The challenge_type is how the user will get the challenge and prove possession. Supported challenge types include:
oob: for SMS messages or out-of-band (OOB)
Use the response to request access token from the
auth/token endpoint
with grant_type=mfa_oob
scopes:
- admin:accounts
- write:accounts
- write:accounts:/auth/mfa
POST
aid_auth_mfa_challenge_post
Authorizations
Path Parameters
An id that uniquely identifies the account.
Required string length:
9Body
application/json
multi-factor authentication (MFA) challenge
The challenge type accepted by your application
Available options:
oob The token received from mfa_required error.
The channel to use for OOB. Can only be provided when
challenge_type is oob.
Available options:
sms, email Last modified on July 22, 2026