GET
/
v1
/
app-connections
curl --request GET \
  --url https://cloud.activepieces.com/api/v1/app-connections/ \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "created": "<string>",
      "updated": "<string>",
      "name": "<string>",
      "type": "OAUTH2",
      "pieceName": "<string>",
      "projectId": "<string>",
      "status": "ACTIVE"
    }
  ],
  "next": "<string>",
  "previous": "<string>"
}

Authorizations

Authorization
string
header
required

Use your api key generated from the admin console

Query Parameters

cursor
string
projectId
string
required
pieceName
string
limit
number

Response

200 - application/json
Default Response
data
object[]
required
next
string | null

Cursor to the next page

previous
string | null

Cursor to the previous page