Last updated 21 days ago
Get project
Project
const response = await fetch('https://www.taskade.com/api/v1/projects/{projectId}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "ok": true, "item": { "id": "text", "name": "text" } }