---
title: "Inbound integration API keys: which are set, from where, and a masked preview"
method: GET
path: "/admin/constants/integration-keys"
tags: ["Admin Constants"]
---

# Inbound integration API keys: which are set, from where, and a masked preview

`GET /admin/constants/integration-keys`

Values are masked. The runtime constant wins when non-empty; otherwise the env var (AWS Secrets Manager) is used, exactly as before this screen existed.

## Response `200`

- IntegrationApiKeysListResponseDto
  - `items` IntegrationApiKeyItemDto[], required
    - `key` string, required
    - `label` string, required
    - `description` string, required — What the key unlocks and what breaks if wrong
    - `header` string, required
    - `source` 'constant' | 'env' | 'none', required — Where the value in force comes from: the runtime constant, the env var (AWS Secrets Manager), or nowhere
    - `maskedValue` string, nullable, required — Dots plus the last four characters; null when unconfigured
    - `envConfigured` boolean, required — Whether the env var still holds a value
    - `updatedAt` string, date-time, nullable, required — When the constant was last set

---

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