• FAQ
  • API
  • Timers
  • Starting the authorized user timer through API: start_my_timer

Starting the authorized user timer through API: start_my_timer


Sample start_my_timer request

?action=start_my_timer&id_task=TASK_ID
Starts authorized user (oauth2) timer in selected task

method available only for access token

Required parameters:
  • id_task — task ID

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

{
"status": "ok" }