---
title: "Cli Poll"
method: POST
path: "/api/auth/cli-poll"
---

# Cli Poll

`POST /api/auth/cli-poll`

Step 4 — CLI polls. Returns one of pending / approved / expired.
On `approved`, mints fresh user_token + process_token bound to the
user who confirmed the pairing in their browser.

## Request body

- CliPollBody
  - `device_code` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
