Subscribers

Manage subscribers through PushPushGo API

These methods are deprecated are will only be supported until December 31st, 2023.

Get details about subscriber

Get subscriber details

GET https://api.pushpushgo.com/project/:projectId/subscriber/:subscriberId

Path Parameters

NameTypeDescription

subscriberId

string

projectId

string

Headers

NameTypeDescription

x-token

string

Manage subscribers from mobile apps

Add subscriber

POST https://api.pushpushgo.com/v1/:platform/:projectId/subscriber

Add subscriber to database

Path Parameters

NameTypeDescription

platform

string

ios, android or or huawei

projectId

string

Headers

NameTypeDescription

x-token

string

Send beacon

POST https://api.pushpushgo.com/v1/:platform/:projectId/subscriber/:subscriberId/beacon

Send beacon for subscriber. Beacons are temporary stored, then reduced to one payload. They trigger automation module in the application.

Path Parameters

NameTypeDescription

platform

string

ios, android or huawei

subscriberId

string

projectId

string

Headers

NameTypeDescription

x-token

string

Remove subscriber

DELETE https://api.pushpushgo.com/v1/:platform/:projectId/subscriber/:subscriberId

Mark subscriber as unsubscribed

Path Parameters

NameTypeDescription

platform

string

ios, android or huawei

subscriberId

string

projectId

string

Headers

NameTypeDescription

x-token

string

Request Body

NameTypeDescription

tagsToDelete

array

array of tag names to remove

tags

array

array of objects with tagNames and tagLabels {tag: tagName, label: tagLabel}

:selectorName

string

Last updated