Pushover logo

Pushover

Pushover is a simple push notification service that delivers real-time notifications to phones, tablets, desktops, and watches from servers, scripts, and applications. The Pushover Message API accepts HTTPS POSTs with an application token and user/group key to send formatted messages with priorities, sounds, images, and supplementary URLs. Additional APIs exist for groups, subscriptions, licensing, receipts, and Open Client.

2 APIs 0 Features
NotificationsPush NotificationsMessagingAlertsMonitoring

APIs

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 r...

Pushover Open Client API

Real-time client API for Pushover. Combines a WebSocket channel at wss://client.pushover.net/push that streams single-byte control frames (`#` keepalive, `!` new message, `R` re...

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
SignUp
SignUp
💬
FAQ
FAQ
💬
Support
Support
🟢
StatusPage
StatusPage

Sources

Raw ↑
aid: pushover
name: Pushover
description: >-
  Pushover is a simple push notification service that delivers real-time
  notifications to phones, tablets, desktops, and watches from servers,
  scripts, and applications. The Pushover Message API accepts HTTPS POSTs
  with an application token and user/group key to send formatted messages
  with priorities, sounds, images, and supplementary URLs. Additional APIs
  exist for groups, subscriptions, licensing, receipts, and Open Client.
type: Index
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
  - Notifications
  - Push Notifications
  - Messaging
  - Alerts
  - Monitoring
url: >-
  https://raw.githubusercontent.com/api-evangelist/pushover/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-30'
specificationVersion: '0.19'
apis:
  - 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: OpenAPI
        url: https://raw.githubusercontent.com/api-evangelist/pushover/refs/heads/main/openapi/pushover-openapi.yml
      - 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
  - aid: pushover:open-client-api
    name: Pushover Open Client API
    description: >-
      Real-time client API for Pushover. Combines a WebSocket
      channel at wss://client.pushover.net/push that streams
      single-byte control frames (`#` keepalive, `!` new message,
      `R` reload, `E` permanent error, `A` session closed) with
      REST channels for user login, device registration, message
      download, deletion, and emergency-priority acknowledgement.
    humanURL: https://pushover.net/api/client
    baseURL: https://client.pushover.net
    tags:
      - Notifications
      - Push Notifications
      - WebSocket
      - Real-Time
      - Streaming
    properties:
      - type: Documentation
        url: https://pushover.net/api/client
      - type: AsyncAPI
        url: https://raw.githubusercontent.com/api-evangelist/pushover/refs/heads/main/openapi/pushover-asyncapi.yml

common:
  - type: GitHubOrganization
    url: https://github.com/pushoverapp
  - type: Website
    url: https://pushover.net
  - type: Documentation
    url: https://pushover.net/api
  - type: Pricing
    url: https://pushover.net/pricing
  - type: SignUp
    url: https://pushover.net/signup
  - type: FAQ
    url: https://pushover.net/faq
  - type: Support
    url: https://pushover.net/support
  - type: StatusPage
    url: https://status.pushover.net
maintainers:
  - FN: Kin Lane
    email: kin@apievangelist.com