v8
OpenAPI 3.1.02026-08-033623795.0 MBAPI 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"
]
}
]
}