Documentation: Push Notifications Onsite Messaging REST API
  1. Documentation
  2. GDPR & CCPA Compliance

Extract Subscription Key

When you subscribe to push notifications on a browser, a unique Subscription Key ("Subs ID") is generated. This Subs ID is stored at our end along with other required information for enabling web push notifications.

To gain access to your data stored at PushAlert, you need to provide us this Subs ID, as by itself, PushAlert does not store any personal information which can uniquely identify you.

Here's how you can extract the Subs ID:

  • Browse to the website to which you have subscribed and right click on it.
  • Select Inspect or Inspect Element from the menu.
  • Click on the Console tab.
  • Type "PushAlertCo.subs_id" (without quotes) and hit the enter key.
  • This alphanumeric value is the subscription key.