---
title: "Poll Github Token"
method: POST
path: "/auth/github/poll"
tags: ["auth"]
---

# Poll Github Token

`POST /auth/github/poll`

Poll for the access token after the user authorises on GitHub.

The client does not need to send a device_code — it is stored
server-side from the /login step.

## Response `200`

Successful Response

- PollTokenResponse
  - `status` string, required
  - `message` string, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

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