Skip to main content
POST
/
web-push
/
verify
Send test notification to verify subscription
curl --request POST \
  --url https://push.platform.arb.inc/web-push/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "subscriptionID": "3f8c7e4d-2a1b-4c9d-8e7f-6a5b4c3d2e1f"
}
'
"test notification sent"

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
subscriptionID
string
required

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"