---
title: "Device Authorize"
method: POST
path: "/api/v1/auth/cli/authorize"
tags: ["authentication"]
---

# Device Authorize

`POST /api/v1/auth/cli/authorize`

Authorize a device code (called from web dashboard after SSO login).

Requires an authenticated user session.

## Request body

- DeviceAuthorizeRequest — Body for POST /auth/cli/authorize - authorize a device code.
  - `user_code` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Invalid or expired user code
- `401` — Authentication required
- `404` — SSO authentication is not configured on this server
- `422` — Validation Error

---

[API](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/versions/86f514b4e920/schema)
