cURL
curl --request GET \ --url https://cloud.activepieces.com/api/v1/app-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": {}, "flowIds": [ "<string>" ] } ], "next": "<string>", "previous": "<string>" }
List app connections
Use your api key generated from the admin console
PROJECT
Show child attributes
Default Response
Cursor to the next page
Cursor to the previous page