---
id: gk-foundation-abilities-rest-catalog-permission
title: "Filter - gk/foundation/abilities/rest/catalog/permission"
sidebar_label: "gk/foundation/abilities/rest/catalog/permission"
tags:
  - "1.23.0"
---

# Filter: gk/foundation/abilities/rest/catalog/permission

Filters whether the current request can view the GravityKit abilities catalog.

Restrict-only: this filter runs only after the default manage_options gate has already passed. Return false to deny access; truthy returns cannot widen access for users who failed the cap check.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $allowed | `bool` | Whether catalog access is allowed (always true at this point). |

### Since

- 1.23.0

### Source

Defined in `Abilities/REST.php` at line 152

