Skip to main content
GET
/
api
/
v2
/
auth
/
identity
Retrieves the current user's identity, tenant, and databases.
curl --request GET \
  --url https://api.trychroma.com/api/v2/auth/identity \
  --header 'x-chroma-token: <api-key>'
{
  "databases": [
    "<string>"
  ],
  "tenant": "<string>",
  "user_id": "<string>"
}

Authorizations

x-chroma-token
string
header
required

Response

Get user identity

databases
string[]
required
tenant
string
required
user_id
string
required