---
title: "Get application configuration"
method: GET
path: "/app/config"
tags: ["Configuration"]
---

# Get application configuration

`GET /app/config`

Retrieve public application configuration including OAuth settings, registration status, etc.

## Response `200`

Configuration retrieved successfully

- AppConfig
  - `apiUrl` string — API base URL
  - `uiUrl` string — UI base URL
  - `captchaSiteKey` string — reCAPTCHA site key
  - `googleOauth2Url` string — Google OAuth2 URL
  - `googleOauth2Enabled` boolean — Whether Google OAuth2 is enabled
  - `facebookOauth2Url` string — Facebook OAuth2 URL
  - `facebookOauth2Enabled` boolean — Whether Facebook OAuth2 is enabled
  - `analyticsAccount` string — Analytics account ID
  - `registrationEnabled` boolean — Whether user registration is enabled
  - `jwtExpirationMin` integer — JWT token expiration time in minutes

---

[API](https://skmtc.dev/wisemapping/apis/wisemapping-api.md) · [All operations](https://skmtc.dev/wisemapping/apis/wisemapping-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wisemapping/wisemapping-api/revisions/a5345a4ed9d0/schema)
