---
title: "Device Info"
method: GET
path: "/auth/device-info/{device_code}"
tags: ["Device Auth"]
---

# Device Info

`GET /auth/device-info/{device_code}`

Look up a device code to show the approval UI.

## Path parameters

- `device_code` string, required

## Response `200`

Successful Response

- DeviceInfoResponse
  - `app_slug` string, required
  - `status` string, required
  - `device_name` string, nullable
  - `requester_name` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/hyperspell/apis/hyperspell-api.md) · [All operations](https://skmtc.net/hyperspell/apis/hyperspell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperspell/hyperspell-api/revisions/5721acd588e6/schema)
