---
title: "Dynamic client registration"
method: POST
path: "/oauth/register"
tags: ["oauth-server"]
---

# Dynamic client registration

`POST /oauth/register`

## Request body

- ClientRegistrationRequest
  - `redirect_uris` string[]
  - `client_name` string
  - `grant_types` string[]
  - `response_types` string[]
  - `token_endpoint_auth_method` string

## Response `200`

Registered

- ClientRegistrationResponse
  - `client_id` string, required
  - `client_secret` string, nullable, required
  - `client_id_issued_at` integer, required
  - `client_secret_expires_at` 0, required
  - `redirect_uris` string[], required
  - `client_name` string, nullable, required
  - `grant_types` string[], required
  - `response_types` string[], required
  - `token_endpoint_auth_method` string, required

---

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