Skip to main content
GET
/
api
/
v2
/
oauth
/
clients
Get clients
curl --request GET \
  --url https://app.launchdarkly.com/api/v2/oauth/clients \
  --header 'Authorization: <api-key>'
{
  "_links": {
    "self": {
      "href": "/api/v2/oauth/clients",
      "type": "application/json"
    }
  },
  "items": [
    {
      "_links": {
        "parent": {
          "href": "/api/v2/oauth/clients",
          "type": "application/json"
        },
        "self": {
          "href": "/api/v2/oauth/clients/50666563-9144-4125-b822-33f308227e45",
          "type": "application/json"
        }
      },
      "name": "<string>",
      "_accountId": "<string>",
      "_clientId": "<string>",
      "redirectUri": "<string>",
      "_creationDate": "1494437420312",
      "description": "<string>",
      "_clientSecret": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Response

OAuth 2.0 client collection response

The location and content type of related resources

Example:
{
"self": {
"href": "/api/v2/oauth/clients",
"type": "application/json"
}
}
items
object[]
required

List of client objects