---
title: "Identify the caller"
method: GET
path: "/api/v2/caller-identity"
tags: ["Other"]
---

# Identify the caller

`GET /api/v2/caller-identity`

Get basic information about the identity used (session cookie, API token, SDK keys, etc.) to call the API

## Response `200`

Caller Identity

- CallerIdentityRep
  - `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[]

## Other responses

- `401` — Invalid access token
- `429` — Rate limited

## Changes

- **2026-02-28** `69c5c9aafe78` — 1 info
  - added the optional property `scopes` to the response with the `200` status

[Change history](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api/changes/api/v2/caller-identity/get.md)

---

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