Sign in

List sounds

documented

Return the list of available sounds for the given application token (including defaults and any custom sounds).

GET /sounds.json?token={token}Soundsno 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/sounds.json?token={{PUSHOVER_API_KEY}}" \
  -H "Accept: application/json"