Get admin console config

GET /api/configs/admin-console

Get the global configuration object for Logto Console.

Responses

GET /api/configs/admin-console
curl \
 -X GET https://[tenant_id].logto.app/api/configs/admin-console
Response examples (200)
{
  "signInExperienceCustomized": true,
  "organizationCreated": true,
  "developmentTenantMigrationNotification": {
    "isPaidTenant": true,
    "tag": "string",
    "readAt": 42.0
  },
  "checkedChargeNotification": {
    "token": true,
    "apiResource": true,
    "machineToMachineApp": true,
    "tenantMember": true
  }
}