Sign in

List alerts feed (OAuth)

documented

OAuth2-protected alerts feed.

GET \/api\/oauth\/alerts_feedAnalytic 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/alerts_feed?access_token={{OAUTH2_ACCESS_TOKEN}}&op={{$op}}&alert_id={{$alert_id}}&format=json" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
List alerts feed (OAuth) · RescueTime · OpenIntegrations