Get admin console config
Get the global configuration object for Logto Console.
GET /api/configs/admin-console
curl \
-X GET https://[tenant_id].logto.app/api/configs/admin-console \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"signInExperienceCustomized": true,
"organizationCreated": true,
"developmentTenantMigrationNotification": {
"isPaidTenant": true,
"tag": "string",
"readAt": 42.0
},
"checkedChargeNotification": {
"token": true,
"apiResource": true,
"machineToMachineApp": true,
"tenantMember": true
}
}