Last updated 8 months ago
Get all workspaces for a user
Workspaces
const response = await fetch('https://www.taskade.com/api/v1/workspaces', { method: 'GET', headers: {}, }); const data = await response.json();
{ "ok": true, "items": [ { "id": "text", "name": "text" } ] }