APPush v0.1 documentation
The basic version of the Appush API provides access to resources restricted by Basic Auth. To get started a developer must login to https://appush.com
When a developer creates an account with Appush, Appush issues an initial set of authentication keys that allow programatic access to the Appush service. This gives the developer the ability to create applications, products, and send notifications through a RESTful API. This authentication is known as the Root Key and Root Secret.
When a developer creates an applications, it creates a second set of authentication keys. These keys should be distributed with the source code of the application. This provides the application the ability to register with the service. This authentication is known as the Application Key and Application Secret
When accessing resources from an application, the application first obtains a Profile Key and Profile Secret. This set of credentials is used to access the device resource to register devices and categorize them with tags.