For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Get basic information about the identity used (session cookie, API token, SDK keys, etc.) to call the API
curl --request GET \
--url https://app.launchdarkly.com/api/v2/caller-identity \
--header 'Authorization: <api-key>'{
"accountId": "<string>",
"environmentId": "<string>",
"projectId": "<string>",
"environmentName": "<string>",
"projectName": "<string>",
"authKind": "<string>",
"tokenKind": "<string>",
"clientId": "<string>",
"tokenName": "<string>",
"tokenId": "<string>",
"memberId": "<string>",
"serviceToken": true,
"scopes": [
"<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/caller-identity \
--header 'Authorization: <api-key>'{
"accountId": "<string>",
"environmentId": "<string>",
"projectId": "<string>",
"environmentName": "<string>",
"projectName": "<string>",
"authKind": "<string>",
"tokenKind": "<string>",
"clientId": "<string>",
"tokenName": "<string>",
"tokenId": "<string>",
"memberId": "<string>",
"serviceToken": true,
"scopes": [
"<string>"
]
}