Start a handoff session to transfer authentication between devices. Returns a handoff code for device linking.
curl --request POST \
--url https://api.fluxer.app/v1/auth/handoff/initiate{
"code": "<string>",
"expires_at": "2023-11-07T05:31:56Z"
}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.
curl --request POST \
--url https://api.fluxer.app/v1/auth/handoff/initiate{
"code": "<string>",
"expires_at": "2023-11-07T05:31:56Z"
}