Skip to main content
GET
/
v1
/
knowledge-base
/
acl
/
config
Get the org's effective KB ACL config (role→clearance map + mode)
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/knowledge-base/acl/config \
  --header 'x-api-key: <api-key>'
{
  "role_clearance_map": {},
  "role_audience_map": {},
  "classification_mode": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

Effective ACL config (custom map merged over defaults).

role_clearance_map
Role Clearance Map · object
required
role_audience_map
Role Audience Map · object
required
classification_mode
string
required