---
title: "Client Configuration: GET (RFC 7592)"
method: GET
path: "/oauth/register/{client_id}"
tags: ["OAuth"]
---

# Client Configuration: GET (RFC 7592)

`GET /oauth/register/{client_id}`

## Path parameters

- `client_id` string, required

## Response `200`

Default Response

- object
  - `client_id` string, required
  - `client_name` string, required
  - `redirect_uris` string[], required
  - `application_type` string, required
  - `client_uri` string, nullable
  - `logo_uri` string, nullable
  - `tos_uri` string, nullable
  - `policy_uri` string, nullable
  - `contacts` string[], nullable
  - `software_id` string, nullable
  - `software_version` string, nullable
  - `client_id_issued_at` number, required

## Other responses

- `401` — Default Response
- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.dev/jam/apis/jam-public-api.md) · [All operations](https://skmtc.dev/jam/apis/jam-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jam/jam-public-api/revisions/b628e9368a59/schema)
