Sign in

Create highlight (OAuth)

documented

Post daily highlight via OAuth.

POST \/api\/oauth\/highlights_postAnalytic 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/highlights_post?access_token={{OAUTH2_ACCESS_TOKEN}}&highlight_date={{$highlight_date}}&description={{$description}}&source={{$source}}" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"