Last updated 10 months ago
const response = await fetch('https://tracket.dev/api/2.0/categories', { method: 'GET', headers: {}, }); const data = await response.json();
{ "categories": [ { "is_billable": false, "label": "text", "id": "text" } ], "_links": { "self": { "href": "text" } } }