Native Push Notifications

Get client id

curl -H "Content-Type: application/json" -X POST -d '{"app_key":"your app key", "platform_type": "apns", "token": "devicetoken"}' https://nativepushclient-cluster1.pusher.com/client_api/v1/clientsarrow-up-right

Subscribe to client

curl -H "Content-Type: application/json" -X POST -d '{"app_key":"your app key", "platform_type": "apns", "token": "devicetoken"}' https://nativepushclient-cluster1.pusher.com/client_api/v1/clients/:clientidfromprevious/interests/jqnarrow-up-right

Last updated