List available token scopes
API Tokens
List available token scopes
Get the list of available scopes for the authenticated user and whether they are an admin.
GET
List available token scopes
Authorizations
Bearer token authentication. Supports two token types:
- JWT Access Token — obtained via
POST /v1/auth/login - Personal Access Token (PAT) — created via
POST /v1/api-tokens, format:cmnd_<tokenId>.<secret>

