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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt

Use this file to discover all available pages before exploring further.

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

Pattern: ^(0|[1-9][0-9]*)$