Pushover website screenshot

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.

Pushover publishes 6 APIs on the APIs.io network, including Open Client API, Apps API, Messages.json API, and 3 more. Tagged areas include Notification, Push Notifications, Messaging, Alerts, and Monitoring.

Pushover’s developer surface includes documentation, pricing, signup flow, FAQ, support, engineering blog, and 5 more developer resources.

30.2/100 thin ▬ flat Agent 21/100 agent aware saas Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
1 APIs
NotificationPush NotificationsMessagingAlertsMonitoring

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/pushover: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 6

Individual APIs this provider publishes, each with its own machine-readable definition.

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

Pushover Apps API

The Apps API from Pushover — 1 operation(s) for apps.

Pushover Messages.json API

The Messages.json API from Pushover — 1 operation(s) for messages.json.

Pushover Receipts API

The Receipts API from Pushover — 2 operation(s) for receipts.

Pushover Sounds.json API

The Sounds.json API from Pushover — 1 operation(s) for sounds.json.

Pushover Users API

The Users API from Pushover — 1 operation(s) for users.

Open Collections 8

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Pushover Message Apps API

OPEN COLLECTION

Pushover Open Client API

OPEN COLLECTION

Pushover Message API

OPEN COLLECTION

Scroll for all 8

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Pushover Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Pushover Agentic Access

6 operations · 3 acting

6 operations · 3 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml 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
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/pushover.png
tags:
- Notification
- Push Notifications
- Messaging
- Alerts
- Monitoring
tags_raw:
- 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.23'
apis:
- 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:
  - Notification
  - Push Notifications
  - WebSocket
  - Real-Time
  - Streaming
  tags_raw:
  - 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
- aid: pushover:pushover-apps-api
  name: Pushover Apps API
  description: The Apps API from Pushover — 1 operation(s) for apps.
  humanURL: https://pushover.net/api
  baseURL: https://api.pushover.net/1
  tags:
  - Application
  tags_raw:
  - Apps
  properties:
  - type: OpenAPI
    url: openapi/pushover-apps-api-openapi.yml
  - 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
- aid: pushover:pushover-messages-json-api
  name: Pushover Messages.json API
  description: The Messages.json API from Pushover — 1 operation(s) for messages.json.
  humanURL: https://pushover.net/api
  baseURL: https://api.pushover.net/1
  tags:
  - Messages.json
  properties:
  - type: OpenAPI
    url: openapi/pushover-messages-json-api-openapi.yml
  - 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
- aid: pushover:pushover-receipts-api
  name: Pushover Receipts API
  description: The Receipts API from Pushover — 2 operation(s) for receipts.
  humanURL: https://pushover.net/api
  baseURL: https://api.pushover.net/1
  tags:
  - Receipts
  properties:
  - type: OpenAPI
    url: openapi/pushover-receipts-api-openapi.yml
  - 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
- aid: pushover:pushover-sounds-json-api
  name: Pushover Sounds.json API
  description: The Sounds.json API from Pushover — 1 operation(s) for sounds.json.
  humanURL: https://pushover.net/api
  baseURL: https://api.pushover.net/1
  tags:
  - Sounds.json
  properties:
  - type: OpenAPI
    url: openapi/pushover-sounds-json-api-openapi.yml
  - 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
- aid: pushover:pushover-users-api
  name: Pushover Users API
  description: The Users API from Pushover — 1 operation(s) for users.
  humanURL: https://pushover.net/api
  baseURL: https://api.pushover.net/1
  tags:
  - User
  tags_raw:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/pushover-users-api-openapi.yml
  - 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
common:
- type: AgenticAccess
  url: agentic-access/pushover-agentic-access.yml
- type: DomainSecurity
  url: security/pushover-domain-security.yml
- 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
- type: Blog
  url: https://blog.pushover.net/rss
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/pushover"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/pushover/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/pushover/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.