Sign in

End Focus Time (OAuth)

documented

End the active Focus Session via OAuth.

POST \/api\/oauth\/end_focustimeAnalytic Data APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.rescuetime.com/api/oauth/end_focustime?access_token={{OAUTH2_ACCESS_TOKEN}}" \
  -X POST \
  -H "Accept: application/json"