Send web push notification to subscription
Sends a web push notification to a specific subscription by ID. This endpoint is used internally by other services to deliver notifications to user browsers. Requires push.notifications.creator permission.
Documentation Index
Fetch the complete documentation index at: https://docs.platform.arb.inc/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
access token
Body
Unique identifier for the web push subscription
"3f8c7e4d-2a1b-4c9d-8e7f-6a5b4c3d2e1f"
Title of the push notification
"New Message"
Body text of the push notification
"You have received a new message from the court"
URL to an icon image for the notification
"https://platform.arb.inc/icons/notification.png"
URL to navigate to when the notification is clicked
"https://platform.arb.inc/cases/2025-08-00292"
Additional custom data to include with the notification
Response
Notification sent successfully
The response is of type string.
"Notification sent successfully"