v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 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.

type'bearer' | 'basic' required

The type of secret.

tokenstring

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

usernamestring

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

passwordstring

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

Response

Successful Response

Example response

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