---
title: "Read client registration"
method: GET
path: "/clients/{client_id}"
tags: ["Client Management"]
---

# Read client registration

`GET /clients/{client_id}`

Read the current client registration data stored by Collibra.

## Path parameters

- `client_id` string, required

## Response `200`

Client data retrieved successfully

- ClientInformation — Contains all data known for a registered client.
  - `client_id` string — Technical client identifier returned by the Authorization Server when the client is registered.
  - `client_id_issued_at` integer — Time at which the client identifier was issued. The time is represented as the number of seconds from 1970-01-01T00:00:00Z as measured in UTC until the date/time of issuance.
  - `client_name` string — Descriptive name of the client. Two different clients cannot have the same name. This should be a name that reveals the purpose of the client.
  - `grant_types` string[] — Authorization grants that the client is allowed to use.
  - `redirect_uris` string[] — Redirection URI strings for use in the authorization code flow. Required when the client intends to use the authorization_code grant type.

## Other responses

- `401` — This client doesn't exist on this server, or the provided access token is invalid
- `403` — Not authorized to retrieve the requested client data.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
