Skip to main content
POST
/
auth
/
login
/
mfa
/
sms
Login with SMS MFA
curl --request POST \
  --url https://api.fluxer.app/v1/auth/login/mfa/sms \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "<string>",
  "ticket": "<string>"
}
'
{
  "token": "<string>",
  "user_id": "<string>"
}

Body

application/json
code
string
required

The SMS verification code

ticket
string
required

The MFA ticket from the login response

Response

Success

token
string
required

Authentication token for API requests

user_id
string
required

ID of the authenticated user