Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET 'https://api.example.com/permissions/by-scope/scope_123' \ -H 'Authorization: Bearer YOUR_TOKEN'
[ { "id": "perm_1", "name": "read:documents", "description": "Can read documents", "scopeId": "scope_123" }, { "id": "perm_2", "name": "write:documents", "description": "Can write documents", "scopeId": "scope_123" } ]
Retrieve all permissions defined within a specific scope
Show Permission object
Was this page helpful?