Get application API resource roles
Get API resource roles assigned to the specified application with pagination.
GET
/api/applications/{applicationId}/roles
curl \
--request GET 'https://[tenant_id].logto.app/api/applications/{applicationId}/roles' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"tenantId": "string",
"id": "string",
"name": "string",
"description": "string",
"type": "User",
"isDefault": true
}
]