---
title: "Device Authorization"
method: POST
path: "/oauth/device_authorization"
tags: ["OAuth"]
---

# Device Authorization

`POST /oauth/device_authorization`

RFC 8628 device authorization endpoint.

## Response `200`

Successful Response

- DeviceAuthorizationResponse — RFC 8628 device authorization response.
  - `device_code` string, required
  - `user_code` string, required
  - `verification_uri` string, required
  - `verification_uri_complete` string, required
  - `expires_in` integer, required
  - `interval` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/compresr/apis/compresr-platform-api.md) · [All operations](https://skmtc.net/compresr/apis/compresr-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/compresr/compresr-platform-api/revisions/93ee959dfa51/schema)
