Sign in

Download messages

documented

Download pending messages for a specific Open Client device using secret and device_id.

GET /messages.jsonOpen Client 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://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 API"