Get organization scopes
Get organization scopes that match with pagination.
GET /api/organization-scopes
curl \
-X GET https://[tenant_id].logto.app/api/organization-scopes \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"tenantId": "string",
"id": "string",
"name": "string",
"description": "string"
}
]