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