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"
    }
  ]
}

Changes

Changed in 3 of the 74 revisions of this API.12

Of the 74 revisions, 1 has no diff computed.