---
title: "Get Integration Key"
method: POST
path: "/v1/get-integration-key"
tags: ["Integration Keys"]
---

# Get Integration Key

`POST /v1/get-integration-key`

Decrypt and return a single integration secret field.

## Headers

- `X-Organization-Id` string
- `X-API-Key` string, required

## Request body

- IntegrationKeyRequest
  - `field` string, required — The secret field name to retrieve
  - `workspace_id` string, nullable — Workspace whose integrations row to read; defaults to the org's default workspace

## Response `200`

Successful Response

- IntegrationKeyResponse
  - `value` string, required — The decrypted plaintext value

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `aa501502e1fc` — 1 info
  - added the new optional `header` request parameter `X-Organization-Id`
- **2026-08-27** `a52d6f90f25a` — 1 info
  - added the new optional request property `workspace_id`

[Change history](https://skmtc.dev/getbluejay/apis/bluejay-api/changes/v1/get-integration-key/post.md)

---

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