Skip to main content
POST
/
v1
/
global-connections
/
{id}
cURL
curl --request POST \
  --url https://cloud.activepieces.com/api/v1/global-connections/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "displayName": "<string>",
  "projectIds": [
    "<string>"
  ],
  "metadata": {},
  "preSelectForNewProjects": true
}
'

Documentation Index

Fetch the complete documentation index at: https://www.activepieces.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use your api key generated from the admin console

Path Parameters

id
string
required
Pattern: ^[0-9a-zA-Z]{21}$

Body

application/json
displayName
string
required
Minimum string length: 1
projectIds
string[]
metadata
object
preSelectForNewProjects
boolean

Response

200

Default Response