Sign in

List groups

documented

Fetch a list of groups for the given application token.

GET /groups.json?token={token}Delivery Groupsno 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/groups.json?token={{PUSHOVER_API_KEY}}" \
  -X GET \
  -H "Accept: application/json"
List groups · Pushover · OpenIntegrations