Send push notification
POST /api/v1/notify
POST
/api/v1/notify
Enqueues a push notification to all active subscribers (or a specific endpoint).
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
title
required
Notification title
string
body
required
Notification body
string
url
URL to open on click
string format: uri
icon
string format: uri
badge
string format: uri
endpoint
Target specific subscription endpoint
string
Responses
Section titled “ Responses ”Notification enqueued
Missing required fields
Unauthorized
Insufficient scope
Payload too large
Monthly limit exceeded