Sign in

List notifications

documented

Retrieve notifications for the authenticated user.

GET /notifications.jsonNotificationsno 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://discourse.org/notifications.json" \
  -X GET \
  -H "Api-Key: {{DISCOURSE_API_KEY}}" \
  -H "Api-Username: {{DISCOURSE_API_USERNAME}}" \
  -H "Accept: application/json"
List notifications · discourse · OpenIntegrations