POST
/
folders
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"
}

Authorizations

X-API-KEY
string
header
required
X-CLIENT-ID
string
header
required

Body

application/json
folder
object
required

Response

200 - application/json
Create folder
status
enum<string>
Available options:
ok