Links
Comment on page

Subscribers

Manage subscribers through PushPushGo API
These methods are deprecated are will only be supported until December 31st, 2023.

Get details about subscriber

get
https://api.pushpushgo.com
/project/:projectId/subscriber/:subscriberId
Get subscriber details

Manage subscribers from mobile apps

post
https://api.pushpushgo.com
/v1/:platform/:projectId/subscriber
Add subscriber
post
https://api.pushpushgo.com
/v1/:platform/:projectId/subscriber/:subscriberId/beacon
Send beacon
delete
https://api.pushpushgo.com
/v1/:platform/:projectId/subscriber/:subscriberId
Remove subscriber
Last modified 2mo ago