cURL
curl --request GET \ --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/auth/tokens/{id}
{ "tokenId": "<string>", "tokenName": "<string>", "organizationId": "<string>", "authorizedOrgGroupId": "<string>", "parentOrgGroupTokenId": "<string>", "createdAt": "<string>" }
Get a single authentication token within a given org by ID
Get a single authentication token by ID
The response is of type object.
object