Sweet Spot API

Command Palette

Search for a command to run...

GET/v1/auth/permissions

Retrieves all available permissions (actions), scopes (packs), and roles in the authorization system. Use this endpoint to understand what permissions exist, how they're organized into packs, which roles have which packs, and which roles can perform actions across all organizations. Requires user authentication.

Response Data
Fields returned in the response

Always Present

NameTypeDescription
actions
All available actions in the authorization system
packs
All available permission packs (groups of actions)
roles
All available roles with their permissions
Retrieves all available permissions (actions), scopes (pa... | Sweet Spot API Documentation