Integration Keys

Get Integration Key

Decrypt and return a single integration secret field.

post/v1/get-integration-key

Headers

X-API-Keystring required

API key required to authenticate requests.

Request body

fieldstring required

The secret field name to retrieve

workspace_idstring nullable

Workspace whose integrations row to read; defaults to the org's default workspace

Response

Successful Response

valuestring required

The decrypted plaintext value

Changes