Create a group token
Creates a new customer access token for a different group within the same organization. Use this token to separate customer identity across groups within one organization.
Authorizations
Path Parameters
Unique organization identifier.
Unique group identifier.
Body
The grant type.
agent_token— for backend integrations that manage customer identities using an agent token.cookie— for frontend apps that use browser cookies to identify customers.identity_token— for exchanging an identity transfer token for a customer access token.
agent_token, cookie, identity_token The client ID for which the token is being issued.
The redirect URI. Can be used only for grant_type=cookie. If not provided, the value of the Origin header is used.
The license ID for which the token is being issued. Required only if grant_type=cookie.
The entity ID for which the token is being issued. The entity (customer) must already exist. Can be used only for grant_type=agent_token.
The access token lifetime, in seconds.
An identity transfer token. Can be used only for grant_type=identity_token.
A code verifier, as in the OAuth2 PKCE flow. Can be used only for grant_type=identity_token.
Response
OK: Returns token details.