cURL
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>" }
List all tokens for a given org. Can be used with org-scoped or org-group token. If org-group token, must pass selector.
List all tokens for a given org.
The response is of type object.
object