Sign in

List web notifications

documented

Retrieve user notifications.

GET \/api\/resource\/web_notificationsNotificationsno 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/resource/web_notifications?unread_only={{$unread_only}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{RESCUETIME_API_KEY}}" \
  -H "Accept: application/json"