---
title: "Read all client registrations."
method: GET
path: "/clients"
tags: ["Client Registration"]
---

# Read all client registrations.

`GET /clients`

Read all clients registrations available in your Collibra instance.

This endpoint is proprietary, rather than part of the OAuth 2.0 family of standards.

## Response `200`

Client registrations retrieved successfully

- ClientRegistrations — Client registrations found.
  - `registrations` ClientInformationSummary[]
    - `client_id` string — Technical client identifier of the client.
    - `client_name` string — Descriptive name of the client.
    - `client_id_issued_at` integer — Time at which the client identifier was issued.
    - `grant_types` string[] — Authorization grants that the client is allowed to use at the token endpoint.
    - `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.

---

[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)
