[v3] Timer

Stop timer

Stop the current timer for the authenticated user.

post/v3/timer/stop

Headers

Acceptstring
Example:application/json
Content-Typestring
Example:application/json

Request body

timerIdinteger nullable

Running timer id. When omitted, the current user timer is stopped.

stoppedAtstring nullable

Local stop time. When time rounding is enabled, seconds are rounded to 00.

placestring nullable

Optional analytics source.

Example request

{
  "timerId": 501,
  "stoppedAt": "2026-06-29 09:15:00",
  "place": "timesheet"
}

Response

OK

Changes