Skip to main content
GET
http://localhost:3000
/
scope-types
/
{id}
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"
}

Path Parameters

id
string
required
The unique identifier of the scope type

Response

id
string
Unique identifier for the scope type
name
string
Display name of the scope type
description
string
Description of the scope type
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"
}