|
|
|
|
|
by benscarberry
4532 days ago
|
|
as far as I understand. It's especially interesting for product/apps/services owners to follow up on transactions that they find important. And about API there's a raw CURL right there
curl -X POST \
-H "x-instapush-appid: 529e45aa128773e72b8b4567" \
-H "x-instapush-appsecret: e5aaf9c65ce78d67718e68557e31ad66" \
-H "Content-Type: application/json" \
-d '{"event":"registeration", "trackers":{"email":"someone@somewhere.com","country":"US"}}' \
http://api.instapush.im/post |
|