Send push notification to specific endpoints (batch)
POST /api/v1/notify/batch
POST
/api/v1/notify/batch
Enqueues a push notification to up to 100 specific subscription endpoints.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
endpoints
required
Target subscription endpoints
Array<string>
payload
required
object
title
required
string
body
required
string
url
Https:// URL only
string format: uri
Responses
Section titled “ Responses ”Notifications enqueued ({ queued })
Missing fields / invalid endpoints / too many endpoints
Unauthorized
Insufficient scope
Payload too large
Monthly limit exceeded or rate limited (RATE_LIMITED)