Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

View path-based ACLs from REST API Explorer

Path-based Access Control Levels (ACLs) enable you to define access control rules for scripted REST API endpoints using their resource path. This can be done independently of the ACL references on the operation record. Path-based ACLs enable more flexible security configurations, especially for read-only APIs and guest user experiences.

Before you begin

Role required: admin

Procedure

  1. Navigate to All > REST API Explorer

  2. Locate your API and expand the methods.

  3. Select the menu icon (

Image omitted: menu-icon.png
\).
  1. Select View Resource ACLs.

  2. Review the list of path-based ACLs protecting that endpoint.

    ACL interaction rules include:

    • No Overriding: Path-based ACLs do override operation-referenced ACLs or other path-based ACLs.
    • Owner Control: If the API owner has restrictive ACLs, your path-based ACLs can’t bypass them.

Parent Topic:View path-based ACLs

Related topics

Add a path-based ACL for a scripted REST API

Configure a scripted REST API resource to require an ACL

View path-based ACLs