Skip to main content
POST
/
auth
/
login
/
mfa
/
sms
/
send
Send SMS MFA code
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>"
    }
  ]
}

Body

application/json
ticket
string
required

The MFA ticket from the login response

Response

No Content