• FAQ
  • API
  • Timers
  • Stopping the authorized user active timer through API: stop_my_timer

Stopping the authorized user active timer through API: stop_my_timer


Sample stop_my_timer request

?action=stop_my_timer
Stops and saves authorized user (oauth2) active timer

method available only for access token

Optional parameters:
  • comment — timer log comment

Sample JSON response
If the request succeeds, the response will contain ok status:

{
"status": "ok" }