---
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 — The handoff code

## 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

## Changes

> 21 revisions in range; 2 not diffed.

- **2026-09-18** `dd0ad4ea1c88` — 5 breaking, 5 info
  - the response property `client_info/anyOf[subschema #1]/location/anyOf[#/components/schemas/AuthSessionLocation]/city` became nullable for the status `200`
  - the response property `client_info/anyOf[subschema #1]/location/anyOf[#/components/schemas/AuthSessionLocation]/country` became nullable for the status `200`
  - the response property `client_info/anyOf[subschema #1]/location/anyOf[#/components/schemas/AuthSessionLocation]/region` became nullable for the status `200`
  - the response property `client_info/anyOf[subschema #1]/os` became nullable for the status `200`
  - …6 more
- **2026-09-06** `a52a2cf49d9b` — 16 warning, 100 info
  - added the new `IP_BAN_DECLINED` enum value to the `code` response property for the response status `400`
  - added the new `IP_BAN_DECLINED` enum value to the `code` response property for the response status `500`
  - added the new `PHONE_COUNTRY_NOT_SUPPORTED` enum value to the `code` response property for the response status `400`
  - added the new `PHONE_COUNTRY_NOT_SUPPORTED` enum value to the `code` response property for the response status `500`
  - …112 more
  - …this revision’s changelog is incomplete
- …earlier changes not shown

[Full history](https://skmtc.dev/fluxer/apis/fluxer-api/changes/auth/handoff/:code/info/get.md)

---

[API](https://skmtc.dev/fluxer/apis/fluxer-api.md) · [All operations](https://skmtc.dev/fluxer/apis/fluxer-api/llms.txt) · [OpenAPI document](https://skmtc.dev/fluxer/apis/fluxer-api/revisions/3d3fd6ec1785?raw)
