JUMP TOTimeero Public APIWebhook Integration DocumentationGetting Started With Timeero Public APITIMEERO PUBLIC APIUsersGet UsersgetCreate New UserpostGet a UsergetEdit a UserputTimesheetsGet TimesheetsgetCreate a TimesheetpostDelete Timesheet(s)deleteGet a TimesheetgetEdit TimesheetputApprove Timesheets by IDspostUnapprove Timesheets by IDspostClock - InpostClock - OutpostGroupsGet GroupsgetGet a GroupgetJobsGet JobsgetCreate a JobpostGet a JobgetUpdate a JobputDelete a JobdeleteTasksGet TasksgetCreate a TaskpostGet a TaskgetUpdate a TaskputDelete a TaskdeleteSchedulesGet SchedulesgetGet a SchedulegetUpdate a ScheduleputCreate a SchedulepostPublish a SchedulepostDelete a ScheduledeleteBreaksGet BreaksgetCreate a BreakpostUpdate a BreakputDelete a BreakdeleteOTHERSGet Details of All The Users WorkinggetGet All The Geolocations of a TimesheetgetGet TimeoffsgetAPI Documentation [Webhook]Get company webhook settinggetSubscribe to Webhook URLpostUnsubscribe Webhook URLdeletePowered by Update a Taskput https://api.timeero.app/api/public/tasks/{taskId}Request Body Sample: JSON{ "name": "Task A", "billable": true, "billable_rate": 100, "description": "New task Updated from api", "jobs": [ 5103, 5104 ], "user_id": 678 } Where: name and user_id fields are required. user_id is any active admin's id