Last updated 21 days ago
Get share link for the project
Share link
The share links of a project
const response = await fetch('https://www.taskade.com/api/v1/projects/{projectId}/shareLink', { method: 'GET', headers: {}, }); const data = await response.json();
{ "ok": true, "item": { "checkUrl": "https://example.com", "editUrl": "https://example.com", "viewUrl": "https://example.com" } }