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