GET
/
v1
/
core
/
auth
/
tokens
curl --request GET \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/auth/tokens
{
  "data": [
    {
      "tokenId": "<string>",
      "tokenName": "<string>",
      "organizationId": "<string>",
      "authorizedOrgGroupId": "<string>",
      "parentOrgGroupTokenId": "<string>",
      "createdAt": "<string>"
    }
  ],
  "cursor": "<string>"
}

Response

200 - application/json

List all tokens for a given org.

The response is of type object.