Valter
Notify
— subscribers
📲
Add to Home Screen
for best push notification support on iPhone.
Tap
Share → Add to Home Screen
in Safari.
Notification Status
Checking service worker…
Checking permission…
Checking subscription…
Enable Notifications
Disable Notifications
Send Test Notification
API Reference
POST
/api/notify/payment
// Request body
{
"ammount"
:
"99.99"
,
"platform"
:
"stripe"
,
"title"
:
"💸 New Payment"
,
// optional
"icon"
:
"https://…/icon.png"
// optional
}
// Optional auth header
x-api-secret: your-secret
POST
/api/notify/broadcast
// Request body
{
"title"
:
"Alert"
,
"body"
:
"Custom message"
}
GET
/api/stats
Recent Activity