Create folder
curl --request POST \ --url https://app.delphihq.com/api/folders \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --header 'X-CLIENT-ID: <api-key>' \ --data '{ "folder": { "title": "<string>", "description": "<string>", "parentFolderId": "<string>" } }'
{ "status": "ok" }
Show child attributes
ok