REST API

About PushPushGo REST API

PushPushGo's REST API allows you to send campaigns, manage subscribers & labels through API requests.

Rate limits

In future we are going to set up some limits for API requests.

Meanwhile, please make sure that your call is constructed properly, to avoid accidentally flooding our system with faulty requests.

Authorization

For authorization set the x-token header with a token generated in Access Manager.

curl --header "x-token: <your generated token>"

Last updated