Zephiel API

Push Notifications

Free tier

One call to reach iOS, Android, and the web.

4.612 reviewsby Northwind Data20k subscribers
pushapnsfcmmobilenotifications

Starts at

$18/mo

Choose a plan

Create a free account to subscribe.

Latency
130ms
Uptime
99.97%
Endpoints
4

About this API

Send to APNs, FCM, and Web Push through a single endpoint with per-device token management, delivery receipts, quiet hours, and topic subscriptions. Handles token rotation and cleans up unregistered devices so your list stays accurate.

Common use cases

Order and delivery updates
Re-engagement campaigns
Security alerts
Live match or price notifications

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/push-notifications/send" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "id": "psh_71ab3f",
  "recipients": 12840,
  "delivered": 12615,
  "failed": 12,
  "unregistered_cleaned": 213
}

Related APIs in Communication