UnifiedPush RESTful Endpoint 1.0.3

Path: / registry

RESTful API for Device registration. The Endpoint is protected using HTTP Basic (credentials VariantID:secret).
 curl -u "variantID:secret"
   -v -H "Accept: application/json" -H "Content-type: application/json"
   -X POST
   -d '{
     "deviceToken" : "someTokenString",
     "deviceType" : "iPad",
     "operatingSystem" : "iOS",
     "osVersion" : "6.1.2",
     "alias" : "someUsername or email adress...",
     "categories" : ["football", "sport"]
   }'
   https://SERVER:PORT/context/rest/registry/device
 
Details about JSON format can be found HERE!


Resources
NameDescription
deviceRESTful API for Device registration.

UnifiedPush RESTful Endpoint 1.0.3