Request an SMS code to be sent to the user’s registered phone number during MFA login. Requires the MFA ticket from initial login attempt.
curl --request POST \
--url https://api.fluxer.app/v1/auth/login/mfa/sms/send \
--header 'Content-Type: application/json' \
--data '
{
"ticket": "<string>"
}
'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}The MFA ticket from the login response
No Content
curl --request POST \
--url https://api.fluxer.app/v1/auth/login/mfa/sms/send \
--header 'Content-Type: application/json' \
--data '
{
"ticket": "<string>"
}
'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}