Skip to main content
POST
Create connection environments

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Body

application/json
baseConnectionId
string<uuid>
required

The UUID of the base connection to associate environment connections with

environmentConnectionIds
string
required

A comma-separated list of connection UUIDs to use as environment connections. All connection IDs must be valid UUIDs that:

  • Exist in your organization
  • Have the same dialect as the base connection
  • Aren't already used as environment connections for the base connection
  • Aren't the same as the base connection

Response

Connection environment(s) created successfully

success
boolean
data
object[]