Send a push notification to all active subscribers
POST /api/v1/apps/{appId}/notify
POST
/api/v1/apps/{appId}/notify
Enqueues a broadcast for every active subscriber of the app. Session tokens and full-scope API keys are accepted. Individual endpoint targeting is not supported.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” appId
required
string
Request Body required
Section titled “Request Body required ”object
title
required
Notification title
string
body
required
Notification body
string
url
HTTPS URL to open on click
string format: uri
icon
string format: uri
badge
string format: uri
Responses
Section titled “ Responses ”Notification broadcast enqueued
object
ok
required
boolean
send_id
required
string
Missing required fields or invalid URL
Unauthorized
Full-scope API key required
App not found (NOT_FOUND)
Payload too large (PAYLOAD_TOO_LARGE)
Monthly limit exceeded or rate limited (RATE_LIMITED)