PushPushGo
Search…
⌃K

Endpoints

Campaigns

post
https://api.pushpushgo.com
/project/:projectId/send/push
Send transactional push

Payload objects

message object
property name
type
description
title
string
required, campaign title
body
string
required, campaign content
icon
string
full URL to icon of size 192x192
redirectLink
string
required, valid URL to redirect on notification click
image
string
full URL to image
actions
action[]
List of action object
requireInteraction
boolean
closes only on click then set true
expireDate
string
date of message expiration expected format example: 2022-05-18T13:16:54+02:00
action object
property name
type
description
title
string
action name
link
string
action redirect link
post
https://api.pushpushgo.com
/project/:projectId/push
Send push campaign
image field value is cached by backend server for 1 hour after first POST request. So if you change image frequently please use different URL for each POST.

Subscribers

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

Tags

get
https://api.pushpushgo.com
/project/:projectId/tag/:tagId
Get tag details
post
https://api.pushpushgo.com
/project/:projectId/tag/search
Search for tag or get all

Mobile devices

post
https://api.pushpushgo.com
/v1/:platform/:projectId/subscriber
Add subscriber
post
https://api.pushpushgo.com
/v1/:platform/:projectId/subscriber/:subscriberId/beacon
Send beacon
post
https://api.pushpushgo.com
/v1/:platform/:projectId/event
Campaign analytics event
delete
https://api.pushpushgo.com
/v1/:platform/:projectId/subscriber/:subscriberId
Remove subscriber