Last updated 4 months ago
Get all workspaces for a user
curl -L \ --url 'https://www.taskade.com/api/v1/workspaces'
{ "ok": true, "items": [ { "id": "text", "name": "text" } ] }