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>"
}
'{
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
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>"
}
'{
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}