---
title: "Get OAuth2 client"
method: GET
path: "/v2/auth/oauth2/clients/{clientId}"
tags: ["OAuth2"]
---

# Get OAuth2 client

`GET /v2/auth/oauth2/clients/{clientId}`

Returns the OAuth2 client information for the given client ID

## Path parameters

- `clientId` string, required

## Response `200`

- OAuth2ClientResponseDto
  - `status` 'success' | 'error', required
  - `data` OAuth2ClientDto, required
    - `client_id` string, required — The OAuth client ID
    - `redirect_uris` string[], required — The redirect URIs for the OAuth client
    - `name` string, required — The name of the OAuth client
    - `logo` string, nullable — The logo URL of the OAuth client
    - `is_trusted` boolean, required — Whether the OAuth client is trusted
    - `client_type` 'CONFIDENTIAL' | 'PUBLIC', required — The type of OAuth client (CONFIDENTIAL or PUBLIC)

## Changes

- **2026-07-17** (v2) `16de9d3eb7b3` — 1 breaking, 1 info
  - removed the required property `data/redirect_uri` from the response with the `200` status
  - added the required property `data/redirect_uris` to the response with the `200` status
- **2026-02-05** (v2) `5b889daf53c2` — 1 info
  - endpoint added
- **2025-09-26** (v2) `daa3e48bc03a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/calcom/apis/cal-diy-api-v2/changes/v2/auth/oauth2/clients/:clientId/get.md)

---

[API](https://skmtc.dev/calcom/apis/cal-diy-api-v2.md) · [All operations](https://skmtc.dev/calcom/apis/cal-diy-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/calcom/cal-diy-api-v2/revisions/16de9d3eb7b3/schema)
