Skip to main content
GET
/
auth
/
ip-authorization
/
poll
Poll IP authorization
curl --request GET \
  --url https://api.fluxer.app/v1/auth/ip-authorization/poll
{
  "completed": true,
  "token": "<string>",
  "user_id": "<string>"
}

Query Parameters

ticket
string
required

The IP authorization ticket

Response

Success

completed
boolean
required

Whether the IP authorization has been completed

token
string | null

Authentication token if authorization is complete

user_id
string<snowflake> | null

User ID if authorization is complete