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
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"
}
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"
}
Was this page helpful?