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

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