Push

Send a test push notification to yourself

Send a test push to all saved subscriptions for the current user. Useful for validating permission and delivery.

post/v1/push/test

Response

Default Response

okboolean
sentinteger

Example response

{
  "ok": true,
  "sent": 2
}

Changes