For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Get all OAuth 2.0 clients registered by your account.
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.
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>"
}
]
}