Skip to main content
GET
/
api
/
v2
/
caller-identity
Identify the caller
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.

Authorizations

Authorization
string
header
required

Response

Caller Identity

accountId
string
environmentId
string
projectId
string
environmentName
string
projectName
string
authKind
string
tokenKind
string
clientId
string
tokenName
string
tokenId
string
memberId
string
serviceToken
boolean
scopes
string[]