Skip to main content
GET
/
auth
/
handoff
/
{code}
/
status
Get handoff status
curl --request GET \
  --url https://api.fluxer.app/v1/auth/handoff/{code}/status
{
  "status": "<string>",
  "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.

Path Parameters

code
string
required

The code

Response

Success

status
string
required

Current status of the handoff (pending, completed, expired)

token
string | null

Authentication token if handoff is complete

user_id
string<snowflake> | null

User ID if handoff is complete

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