Skip to main content
POST
/
auth
/
authorize-ip
Authorize IP address
curl --request POST \
  --url https://api.fluxer.app/v1/auth/authorize-ip \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{
  "code": "ACCESS_DENIED",
  "message": "<string>",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>",
      "code": "<string>"
    }
  ]
}

Body

application/json
token
string
required

The IP authorization token from email

Response

No Content