cURL
curl --request GET \ --url https://cloud.activepieces.com/api/v1/projects \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "created": "<string>", "updated": "<string>", "ownerId": "<string>", "displayName": "<string>", "platformId": "<string>", "type": "TEAM", "icon": { "color": "RED" }, "releasesEnabled": true, "plan": { "id": "<string>", "created": "<string>", "updated": "<string>", "projectId": "<string>", "locked": false, "name": "<string>", "piecesFilterType": "NONE", "pieces": [ "<string>" ] }, "analytics": { "totalUsers": 123, "activeUsers": 123, "totalFlows": 123, "activeFlows": 123 }, "maxConcurrentJobs": 123, "externalId": "<string>", "metadata": {} } ], "next": "<string>", "previous": "<string>" }
Use your api key generated from the admin console
TEAM
Default Response
Show child attributes
Cursor to the next page
Cursor to the previous page