cURL
curl --request POST \ --url https://push.platform.arb.inc/web-push/verify \ --header 'Content-Type: application/json' \ --data ' { "subscriptionID": "<string>" } '
"test notification sent"
Sends a test notification to the specified subscription ID.
Subscription ID to test.
The ID of the subscription to test.
Test notification sent successfully.
The response is of type string.
string