List heartbeats (current user)
documentedList the current user’s heartbeats for a given day.
GET /api/v1/users/current/heartbeatsUsersno implementation yet0 runsNo 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://wakatime.com/api/v1/users/current/heartbeats?date={{$date}}&api_key={{WAKATIME_API_KEY}}" \
-X GET \
-H "Accept: application/json"