GET
/
v1
/
core
/
auth
/
caller-identity
Get details about your current auth token
curl --request GET \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/auth/caller-identity
{
  "tokenId": "<string>",
  "tokenName": "<string>",
  "organizationId": "<string>",
  "authorizedOrgGroupId": "<string>",
  "parentOrgGroupTokenId": "<string>",
  "createdAt": "<string>"
}

Response

200 - application/json

Get details about your current auth token

tokenId
string
required
tokenName
string
required
organizationId
string
required
authorizedOrgGroupId
string | null
required

The ID of the org-group that this token is authorized to act as. Default null.

parentOrgGroupTokenId
string | null
required

The ID of the org-group-token that created this org-scoped token. Will be null for tokens created through the UI.

createdAt
string
required