cURL
curl --request POST \ --url https://cloud.activepieces.com/api/v1/folders \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "displayName": "<string>", "projectId": "<string>" } '
{}
Create a new folder
Use your api key generated from the admin console
Default Response