GET
/
v1
/
core
/
auth
/
caller-identity
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

The response is of type object.