Admin Constants

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

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.

get/admin/constants/integration-keys

Response

Example response

{
  "items": [
    {
      "key": "MCP_MARKETING_API_KEY",
      "label": "MCP marketing key",
      "header": "x-mcp-api-key",
      "maskedValue": "••••••••a91f"
    }
  ]
}

Changes

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