Real-time notification
documentedConnect to the WebSocket for real-time notification events (requires Open Client session).
GET /websocket (WebSocket)Open Client APIno 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://api.pushover.net/1/messages.json?secret={{PUSHOVER_SECRET}}&device_id={{$device_id}}" \
-X GET \
-H "Accept: application/json" \
-H "User-Agent: Pushover Open Client"