List 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>" }
Use your api key generated from the admin console
Show child attributes
OAUTH2
ACTIVE
Cursor to the next page
Cursor to the previous page