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' \ -H 'Authorization: Bearer YOUR_TOKEN'
{ "id": "scope_123", "name": "Acme Organization", "typeId": "type_org", "externalId": "org-acme" }
Retrieve a scope by its unique identifier
Was this page helpful?