Sign in

Register device

documented

Register a new Open Client device for a user (requires session secret).

POST /devices.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/devices.json" \
  -X POST \
  -F "secret={{PUSHOVER_SECRET}}" \
  -F "name={{$device_name}}" \
  -F "os=O" \
  -H "Accept: application/json"