curl -X GET 'https://api.example.com/scope-types/type_org' \
-H 'Authorization: Bearer YOUR_TOKEN'
{
"id": "type_org",
"name": "Organization",
"description": "Top-level organization scope"
}
Retrieve a scope type by its unique identifier
curl -X GET 'https://api.example.com/scope-types/type_org' \
-H 'Authorization: Bearer YOUR_TOKEN'
{
"id": "type_org",
"name": "Organization",
"description": "Top-level organization scope"
}
curl -X GET 'https://api.example.com/scope-types/type_org' \
-H 'Authorization: Bearer YOUR_TOKEN'
{
"id": "type_org",
"name": "Organization",
"description": "Top-level organization scope"
}
Was this page helpful?