---
title: "Cli Device Start"
method: POST
path: "/auth/cli/device/start"
tags: ["auth"]
---

# Cli Device Start

`POST /auth/cli/device/start`

Begin the device-code fallback (RFC 8628, WorkOS-proxied).

## Response `200`

Successful Response

- DeviceStartResponse
  - `device_code` string, required
  - `user_code` string, required
  - `verification_uri` string, required
  - `verification_uri_complete` string, nullable
  - `interval` integer, required
  - `expires_in` integer, required

---

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