GET
/
folders
curl --request GET \
  --url https://app.delphihq.com/api/folders \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-CLIENT-ID: <api-key>'
{
  "status": "ok",
  "result": [
    {
      "id": "<string>",
      "title": "<string>",
      "description": "<string>",
      "parentFolderId": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

Authorizations

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

Query Parameters

parentFolderId
string
includeAll
boolean

Response

200 - application/json
Get folders
status
enum<string>
Available options:
ok
result
object[]