Get API
Back to Marketplace
📨
Freemiumv2.0.0

PushWave Push Notifications

Communication Infrastructure

PushWave abstracts APNs, FCM, and Web Push into a single API. Features: personalized payloads with variables, scheduled delivery, A/B testing, segmentation by user attributes, and detailed analytics (delivered, opened, dismissed rates). SDKs for React Native, Flutter, and Web.

RESTTypeScript SDKWebhooksReal-timeNode.js
https://api.pushwave.io/v2
Trust Score

4.6 / 5

143 dev notes

Live Uptime

99.95%

Guaranteed SLA

Avg Latency

180ms

Global Edge

API Traffic

55.0M

monthly average

Available Endpoints

POST/notifications/sendSend to one or many device tokens
POST/notifications/broadcastBroadcast to a segment or topic
POST/notifications/scheduleSchedule a notification for later
GET/notifications/:id/statsGet delivery analytics
Implementation Example
const res = await fetch('https://api.pushwave.io/v2/notifications/send', {
  method: 'POST',
  headers: { 'X-API-Key': process.env.PW_KEY, 'Content-Type': 'application/json' },
  body: JSON.stringify({
    tokens: ['device_token_here'],
    title: 'New component released!',
    body: 'Check out the Aurora Hero Section',
    data: { url: '/components/aurora-hero-section' },
  }),
});

API Access

✓ FREE TIER ACTIVE

First 10,000 calls are free every month.

Personal$29/mo
Team$89/mo
Enterprise$299/mo
Technical Docs

API Provider

Omar Hassan

Omar Hassan

Cloud infra engineer. Auth, storage, and infra APIs.