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/scopes/scope_123/permissions' \ -H 'Authorization: Bearer YOUR_TOKEN'
[ { "id": "perm_read", "name": "read:documents", "description": "Can read documents" }, { "id": "perm_write", "name": "write:documents", "description": "Can write documents" } ]
Retrieve all permissions defined within a scope
Show Permission object
Was this page helpful?