Connections API

Overview

The Connections API provides endpoints for managing connections to external systems such as databases, message queues, email servers, and logging systems. Connections are reusable configurations that can be used by policies and other components.

Endpoints

CRUD Operations

Connection Types

Each connection type has its own documentation page with complete examples:

Authentication

All endpoints require authentication using a Personal API Access Token.

Permissions

  • ROLE_API_SECURITY - Required for all connection operations

Secret Fields

  • List Operations: Secret fields (passwords, API keys, etc.) are masked and returned as null
  • Get Single Connection: Secret fields are returned in full
  • Security: Never commit connection configurations with secrets to version control