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>"
],
"scope": "PROJECT",
"status": "ACTIVE",
"pieceVersion": "<string>",
"platformId": "<string>",
"ownerId": "<string>",
"owner": {
"id": "<string>",
"email": "<string>",
"firstName": "<string>",
"status": "ACTIVE",
"platformRole": "ADMIN",
"lastName": "<string>",
"created": "<string>",
"updated": "<string>",
"externalId": "<string>",
"platformId": "<string>",
"lastActiveDate": "<string>"
},
"metadata": {},
"flowIds": [
"<string>"
]
}
],
"next": "<string>",
"previous": "<string>"
}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>",
"externalId": "<string>",
"displayName": "<string>",
"type": "OAUTH2",
"pieceName": "<string>",
"projectIds": [
"<string>"
],
"scope": "PROJECT",
"status": "ACTIVE",
"pieceVersion": "<string>",
"platformId": "<string>",
"ownerId": "<string>",
"owner": {
"id": "<string>",
"email": "<string>",
"firstName": "<string>",
"status": "ACTIVE",
"platformRole": "ADMIN",
"lastName": "<string>",
"created": "<string>",
"updated": "<string>",
"externalId": "<string>",
"platformId": "<string>",
"lastActiveDate": "<string>"
},
"metadata": {},
"flowIds": [
"<string>"
]
}
],
"next": "<string>",
"previous": "<string>"
}Use your api key generated from the admin console
PROJECT ACTIVE Default Response
Show child attributes
OAUTH2 PROJECT ACTIVE Show child attributes
ACTIVE ADMIN Cursor to the next page
Cursor to the previous page