Last updated 6 months ago
Get all folders for a workspace
Folders
GET /api/v1/workspaces/{workspaceId}/folders HTTP/1.1 Host: www.taskade.com Authorization: Bearer YOUR_OAUTH2_TOKEN Accept: */*
{ "ok": true, "items": [ { "id": "text", "name": "text" } ] }