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?ids=scope_1,scope_2' \ -H 'Authorization: Bearer YOUR_TOKEN'
[ { "id": "scope_1", "name": "Acme Organization", "typeId": "type_org", "externalId": "org-acme" }, { "id": "scope_2", "name": "Engineering Team", "typeId": "type_team", "externalId": "team-eng" } ]
Retrieve scopes by their IDs
Show Scope object
Was this page helpful?