---
title: "Get clients"
method: GET
path: "/api/v2/oauth/clients"
tags: ["OAuth2 Clients"]
---

# Get clients

`GET /api/v2/oauth/clients`

Get all OAuth 2.0 clients registered by your account.

## Response `200`

OAuth 2.0 client collection response

- ClientCollection
  - `_links` object, required — The location and content type of related resources
  - `items` Client[], required — List of client objects
    - `_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

---

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