Time tracking
Stop a timer
Stops the active timer for the authenticated user and creates a time entry as a side effect. Returns the created time entry.
DELETE
Stop the current user's timer
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Response
Timer stopped; created time entry returned
Previous
List time categoriesReturns the list of time categories defined at the workspace level.
Next
Stop the current user's timer