---
title: "POST /v1/oauth-clients"
method: POST
path: "/v1/oauth-clients"
tags: ["OAuth Clients"]
---

# POST /v1/oauth-clients

`POST /v1/oauth-clients`

Create a new OAuth 2.0 client for your organization

## Request body

- object
  - `organization_id` string, uuid, required
  - `name` string, required
  - `description` string
  - `redirect_uris` string[], required
  - `scopes` string[], required
  - `is_public` boolean

## Response `201`

Default Response

- object
  - `id` string
  - `client_id` string
  - `client_secret` string
  - `name` string
  - `redirect_uris` string[]
  - `scopes` string[]
  - `is_public` boolean
  - `created_at` string

---

[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/844a2377a76d/schema)
