---
title: "Get handoff info"
method: GET
path: "/auth/handoff/{code}/info"
tags: ["Auth"]
---

# Get handoff info

`GET /auth/handoff/{code}/info`

Retrieve device and location information about a pending handoff request. Non-destructive – the code remains valid after this call.

## Path parameters

- `code` string, required

## Response `200`

Success

- HandoffInfoResponse
  - `status` string, required — Current status of the handoff (pending, expired)
  - `client_info` object, nullable — Client information of the initiating device
    - `platform` string, nullable — The platform of the requesting device
    - `os` string, nullable — The operating system of the requesting device
    - `device` 'mobile' | 'desktop', required — Device class of the requesting device, decided by the server
    - `location` AuthSessionLocation
      - `city` string, nullable — The city name reported by the client
      - `region` string, nullable — The region reported by the client
      - `country` string, nullable — The country reported by the client

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid data
- `429` — Too Many Requests - You are being rate limited
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.dev/fluxer/apis/fluxer-api.md) · [All operations](https://skmtc.dev/fluxer/apis/fluxer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluxer/fluxer-api/revisions/d9c706133cc5/schema)
