Skip to main content
POST
/
auth
/
ip-authorization
/
resend
Resend IP authorization
curl --request POST \
  --url https://api.fluxer.app/v1/auth/ip-authorization/resend \
  --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