Pushpad

Export the web push subscriptions

The following steps describe how to export the subscriptions from Pushpad. This is useful if you want to create your own backup or in case you want to migrate from Pushpad to other services.

Export your sender

All the subscriptions are associated to a VAPID key pair: without that you cannot use the subscriptions. In order to export your VAPID key pair go to your sender settings and copy the VAPID private key and VAPID public key.

Export subscriptions

You can export your subscriptions using the Subscriptions API. For example, visit the following URL:

https://pushpad.xyz/projects/PROJECT_ID/subscriptions.json?per_page=10000&page=1

You can find your PROJECT_ID in the project settings. If you have many subscriptions you have to export multiple pages using the page param.