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": [
{
"action": "waitlist_entry:cancel",
"allowed_on_user": true,
"granted_to_system_roles": [
"owner"
],
"name": "waitlist_entry:cancel"
}
]
}