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

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