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

---

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