---
title: "Reveal the full value of a constant-backed integration key"
method: POST
path: "/admin/constants/integration-keys/{key}/reveal"
tags: ["Admin Constants"]
---

# Reveal the full value of a constant-backed integration key

`POST /admin/constants/integration-keys/{key}/reveal`

POST because it is an audited action. Env-backed keys are not revealed — they stay in AWS Secrets Manager.

## Path parameters

- `key` string, required

## Response `200`

- RevealIntegrationApiKeyResponseDto
  - `key` string, required
  - `value` string, nullable, required — The constant value. Null when the key is served from the env var — those stay in AWS Secrets Manager and are not viewable here.
  - `source` 'constant' | 'env' | 'none', required

---

[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)
