---
title: "Device Poll"
method: POST
path: "/auth/device-poll"
tags: ["Device Auth"]
---

# Device Poll

`POST /auth/device-poll`

Poll for device code approval. Returns a JWT when approved.

## Request body

- DevicePollRequest
  - `device_code` string, required

## Response `200`

Successful Response

- DevicePollResponse
  - `status` string, required
  - `token` string, nullable
  - `user_key` string, nullable
  - `email` 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)
