---
title: "Registers a new client using the OpenID Connect Dynamic Client Registration protocol."
method: POST
path: "/client/register"
tags: ["Client"]
---

# Registers a new client using the OpenID Connect Dynamic Client Registration protocol.

`POST /client/register`

Follows RFC 7591.

## Request body

- DynamicClientRegistrationRequest — The request body for dynamic client registration.
  - `redirect_uris` string[], nullable
  - `grant_types` string[], nullable
  - `response_types` string[], nullable
  - `client_id` string, nullable
  - `client_name` string, nullable
  - `client_uri` string, nullable
  - `logo_uri` string, nullable
  - `scope` string, nullable — String containing a space-separated list of scope values that the client can use when requesting access tokens.
  - `contacts` string[], nullable — Array of strings representing ways to contact people responsible for this client, typically email addresses.
  - `tos_uri` string, nullable
  - `policy_uri` string, nullable
  - `jwks_uri` string, nullable
  - `jwks` JsonWebKeySet
    - `keys` JsonWebKey[], nullable
      - `alg` string, nullable
      - `crv` string, nullable
      - `d` string, nullable
      - `dp` string, nullable
      - `dq` string, nullable
      - `e` string, nullable
      - `k` string, nullable
      - `key_ops` string[], nullable
      - `kid` string, nullable
      - `kty` string, nullable
      - `n` string, nullable
      - `oth` string[], nullable
      - `p` string, nullable
      - `q` string, nullable
      - `qi` string, nullable
      - `use` string, nullable
      - `x` string, nullable
      - `x5c` string[], nullable
      - `x5t` string, nullable
      - `x5t#S256` string, nullable
      - `x5u` string, nullable
      - `y` string, nullable
      - `pub` string, nullable
      - `priv` string, nullable

## Response `200`

OK

---

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