SystemTokens
Long-lived credentials for a tenant's own integrations.
Create a system token
Issues a long-lived credential for a service that calls the platform without a person present. The token carries the permissions you grant it and nothing more. **The secret is shown once and cannot be retrieved again.** Requires `system-token.create`.
List system tokens
Returns the tenant's system tokens and what each may do. The secrets are not returned. Requires `system-token.read`.
Get a system token
Returns one token's metadata, never its secret. Requires `system-token.read`.
Revoke a system token
Revokes a token immediately, rather than waiting for it to expire. Requires `system-token.delete`.