---
title: "POST /api/oauth/clients/register-dynamic"
method: POST
path: "/api/oauth/clients/register-dynamic"
tags: ["oauth"]
---

# POST /api/oauth/clients/register-dynamic

`POST /api/oauth/clients/register-dynamic`

## Request body

- object
  - `owner` 'org' | 'user', required
  - `slug` string, required
  - `issuer` string, nullable
  - `registrationEndpoint` string, required
  - `authorizationUrl` string, required
  - `tokenUrl` string, required
  - `resource` string, nullable
  - `scopes` string[], required
  - `tokenEndpointAuthMethodsSupported` string[], nullable
  - `clientName` string, nullable
  - `redirectUri` string, nullable
  - `originIntegration` string, nullable

## Response `200`

Success

- object
  - `client` string, required

## Other responses

- `400` — OAuthRegisterDynamicError
- `500` — InternalError

---

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