---
title: "Api Auth Verify Device"
method: POST
path: "/api/auth/verify"
tags: ["Infrastructure"]
---

# Api Auth Verify Device

`POST /api/auth/verify`

Verify a device code by entering the user_code shown in the CLI.

Called from the web dashboard after the user logs in and enters their code.
Generates a bearer token and marks the device flow as authorized.

## Request body

- DeviceVerifyRequest
  - `user_code` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/aabiro/apis/xcelsior.md) · [All operations](https://skmtc.dev/aabiro/apis/xcelsior/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aabiro/xcelsior/revisions/526c3dd3d9d7/schema)
