OpenAPI 3.1.02026-08-133854115.5 MB
48408451a1f0
API Keys
List the Permission Catalog
Lists the catalog of permission actions that can be granted to users, apps, and API keys — the source for the dashboard's permission pickers. Small and returned in full on one page.
get/api_keys/permissions
Response
permission catalog listed
Example response
{
"data": [
{
"granted_to_system_roles": [
"owner"
]
}
]
}