Auth

Get handoff status

Check the status of a handoff session. Returns whether the handoff has been completed or is still pending.

get/auth/handoff/{code}/status

Path parameters

codestring required

The handoff code

The handoff code

Response

Success

statusstring required

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

tokenstring nullable

Authentication token if handoff is complete

user_idstring snowflake

Changes