GET /api/systems/application
curl \
-X GET https://[tenant_id].logto.app/api/systems/application \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"protectedApps": {
"defaultDomain": "string"
}
}