Get all projects of mine
Last updated 11 months ago
Projects
const response = await fetch('https://www.taskade.com/api/v1/me/projects', { method: 'GET', headers: {}, }); const data = await response.json();
{ "ok": true, "items": [ { "id": "text", "name": "text" } ] }