Poll the status of an IP authorization request. Use the ticket parameter to check if verification has been completed.
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.
The IP authorization ticket
curl --request GET \
--url https://api.fluxer.app/v1/auth/ip-authorization/poll{
"completed": true,
"token": "<string>",
"user_id": "<string>"
}