コンテンツにスキップ

Send push notification to specific endpoints (batch)

POST
/api/v1/notify/batch

Enqueues a push notification to up to 100 specific subscription endpoints.

object
endpoints
required

Target subscription endpoints

Array<string>
>= 1 items <= 100 items
payload
required
object
title
required
string
body
required
string
url

Https:// URL only

string format: uri

Notifications enqueued ({ queued })

Missing fields / invalid endpoints / too many endpoints

Unauthorized

Insufficient scope

Payload too large

Monthly limit exceeded or rate limited (RATE_LIMITED)