---
title: "Get an app config by configKey, optionally localized. Roles: public."
method: GET
path: "/api/appConfigs/key/{configKey}"
tags: ["App Configs"]
---

# Get an app config by configKey, optionally localized. Roles: public.

`GET /api/appConfigs/key/{configKey}`

## Path parameters

- `configKey` string, required

## Query parameters

- `locale` string

## Response `200`

OK

- AppConfigResponse
  - `success` boolean
  - `error` string
  - `appConfig` AppConfigCore
    - `audit` Audit
      - `createdTime` string, date-time
      - `modifiedTime` string, date-time
      - `modifiedBy` string
    - `alternateLocales` object
      - `empty` boolean
    - `appConfigId` integer
    - `appId` integer
    - `configKey` string
    - `configValue` string
    - `configType` 'BOOLEAN' | 'HTML' | 'HTML_TEXT' | 'STRING'
    - `label` string
    - `description` string
    - `locale` string
    - `isSystem` boolean

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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