---
title: "POST /v1/oauth/register"
method: POST
path: "/v1/oauth/register"
tags: ["OAuth", "Public"]
---

# POST /v1/oauth/register

`POST /v1/oauth/register`

OAuth 2.0 Dynamic Client Registration (RFC 7591)

## Request body

- object
  - `client_name` string
  - `redirect_uris` string[], required
  - `grant_types` string[]
  - `response_types` string[]
  - `token_endpoint_auth_method` 'none' | 'client_secret_post'
  - `scope` string
  - `client_uri` string
  - `logo_uri` string

## Response `201`

Default Response

- object
  - `client_id` string
  - `client_secret` string
  - `client_name` string
  - `redirect_uris` string[]
  - `grant_types` string[]
  - `response_types` string[]
  - `token_endpoint_auth_method` string
  - `scope` string
  - `client_id_issued_at` number

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/3b06bcb5f808/schema)
