---
title: "Get client by ID"
method: GET
path: "/api/v2/oauth/clients/{clientId}"
tags: ["OAuth2 Clients"]
---

# Get client by ID

`GET /api/v2/oauth/clients/{clientId}`

Get a registered OAuth 2.0 client by unique client ID.

## Path parameters

- `clientId` string, string, required — The client ID

## Response `200`

OAuth 2.0 client response

- Client
  - `_links` object, required — The location and content type of related resources
  - `name` string, required — Client name
  - `description` string — Client description
  - `_accountId` string, required — The account ID the client is registered under
  - `_clientId` string, required — The client's unique ID
  - `_clientSecret` string — The client secret. This will only be shown upon creation.
  - `redirectUri` string, required — The client's redirect URI
  - `_creationDate` integer, required

## Other responses

- `400` — Invalid request
- `401` — Invalid access token
- `403` — Forbidden
- `404` — Invalid resource identifier

---

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