Admin Constants

Reveal the full value of a constant-backed integration key

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

post/admin/constants/integration-keys/{key}/reveal

Path parameters

keystring required
Example:MCP_MARKETING_API_KEY

Response

keystring required
valuestring 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

Example response

{
  "key": "MCP_MARKETING_API_KEY"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.