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/perm_123' \ -H 'Authorization: Bearer YOUR_TOKEN'
{ "id": "perm_123", "name": "read:documents", "description": "Can read documents", "scopeId": "scope_456" }
Retrieve a permission by its unique identifier
Was this page helpful?