Send test notification to verify subscription
web-push
Send test notification to verify subscription
Sends a test push notification to verify that a subscription is working correctly. This is useful for testing after registration to ensure the browser can receive notifications.
POST
Send test notification to verify subscription
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.
Body
application/json
Unique identifier for the subscription to test
Example:
"3f8c7e4d-2a1b-4c9d-8e7f-6a5b4c3d2e1f"
Response
200 - text/plain
Test notification sent successfully
The response is of type string.
Example:
"test notification sent"