v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Integration Secrets

Create a secret

Create a new secret with an associated identifier that can be used to securely integrate with other services.

post/integration_secrets

Request body

identifierstring required

The unique identifier of the secret.

passwordstring

The password for the secret. Required for basic type secrets, ignored otherwise.

tokenstring

The token for the secret. Required for bearer type secrets, ignored otherwise.

type'bearer' | 'basic' required

The type of secret.

usernamestring

The username for the secret. Required for basic type secrets, ignored otherwise.

Response

Successful Response

Example response

{
  "data": {
    "record_type": "integration_secret"
  }
}