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

## Changes

> 37 revisions in range; 1 not diffed.

- **2026-04-22** `a4bf4f3aaf15` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hyperspell/apis/hyperspell-api/changes/auth/device-poll/post.md)

---

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