List groups
documentedFetch a list of groups for the given application token.
GET /groups.json?token={token}Delivery Groupsno 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/groups.json?token={{PUSHOVER_API_KEY}}" \
-X GET \
-H "Accept: application/json"