Get API resource scopes
Get scopes (permissions) defined for an API resource.
GET
/api/resources/{resourceId}/scopes
curl \
--request GET 'https://[tenant_id].logto.app/api/resources/{resourceId}/scopes' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"tenantId": "string",
"id": "string",
"resourceId": "string",
"name": "string",
"description": "string",
"createdAt": 42.0
}
]