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/roles' \ -H 'Authorization: Bearer YOUR_TOKEN'
[ { "id": "role_admin", "name": "Admin", "description": "Full administrative access" }, { "id": "role_member", "name": "Member", "description": "Standard member access" } ]
Retrieve all roles defined within a scope
Show Role object
Was this page helpful?