cURL
curl --request POST \ --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/auth/tokens \ --header 'Content-Type: application/json' \ --data '{ "tokenName": "<string>", "organizationId": "<string>" }'
{ "tokenId": "<string>", "tokenName": "<string>", "organizationId": "<string>", "authorizedOrgGroupId": "<string>", "parentOrgGroupTokenId": "<string>", "createdAt": "<string>", "token": "<string>" }
Create a new authentication token for an organization. Can only be used with org-group tokens.
Create a new authentication token for an organization.
The response is of type object.
object