---
title: "Get admin console config"
method: GET
path: "/api/configs/admin-console"
tags: ["Configs"]
---

# Get admin console config

`GET /api/configs/admin-console`

Get the global configuration object for Logto Console.

## Response `200`

The configuration object.

- object
  - `signInExperienceCustomized` boolean, required
  - `organizationCreated` boolean, required
  - `developmentTenantMigrationNotification` object
    - `isPaidTenant` boolean, required
    - `tag` string, required
    - `readAt` number
  - `checkedChargeNotification` object
    - `token` boolean
    - `apiResource` boolean
    - `machineToMachineApp` boolean
    - `tenantMember` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Configuration not found.

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/versions/a163dc77d842/schema)
