Pushover Message API

REST API for sending push notifications to Pushover users and groups via HTTPS POSTs to /1/messages.json. Authentication is token-based, requiring an application API token and recipient user/group key with each request; supports priorities, attachments, HTML, and sounds.

API entry from apis.yml

apis.yml Raw ↑
aid: pushover:message-api
name: Pushover Message API
description: REST API for sending push notifications to Pushover users and groups via HTTPS POSTs to /1/messages.json.
  Authentication is token-based, requiring an application API token and recipient user/group key with
  each request; supports priorities, attachments, HTML, and sounds.
humanURL: https://pushover.net/api
baseURL: https://api.pushover.net/1
tags:
- Notifications
- Messaging
- Push
- Alerts
properties:
- type: Documentation
  url: https://pushover.net/api
- type: Groups API
  url: https://pushover.net/api/groups
- type: Subscriptions
  url: https://pushover.net/api/subscriptions
- type: Receipts
  url: https://pushover.net/api#receipt
- type: Open Client
  url: https://pushover.net/api/client