GET
/
v1
/
global-connections
curl --request GET \
  --url https://cloud.activepieces.com/api/v1/global-connections \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "created": "<string>",
      "updated": "<string>",
      "externalId": "<string>",
      "displayName": "<string>",
      "type": "OAUTH2",
      "pieceName": "<string>",
      "projectIds": [
        "<string>"
      ],
      "platformId": "<string>",
      "scope": "PROJECT",
      "status": "ACTIVE",
      "ownerId": "<string>",
      "owner": {
        "id": "<string>",
        "email": "<string>",
        "firstName": "<string>",
        "status": "ACTIVE",
        "externalId": "<string>",
        "lastChangelogDismissed": "<string>",
        "platformId": "<string>",
        "platformRole": "ADMIN",
        "lastName": "<string>",
        "created": "<string>",
        "updated": "<string>"
      },
      "metadata": {}
    }
  ],
  "next": "<string>",
  "previous": "<string>"
}

Authorizations

Authorization
string
header
required

Use your api key generated from the admin console

Query Parameters

cursor
string
scope
Available options:
PROJECT
pieceName
string
displayName
string
status
enum<string>[]
Available options:
ACTIVE
limit
number

Response

200 - application/json
Default Response
data
object[]
required

App connection is a connection to an external app.

next
string | null

Cursor to the next page

previous
string | null

Cursor to the previous page