Go to documentation repository
Page History
...
Section | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
APNS(iOS), C2DN (Android), etc. notification systems are in use.
deviceid – device token (APNs), registration id (C2DN), etc.;
username userparam – login. The field can be blank.
...
The POST body should contain information about created subscribing. Only JSON format is received. It's required to specify the Content-Type title properly.
Sample of responserequest:
JSON
Content-Type : application/json
...
"deviceid" : "somedeviceid"
}
...
Subscription cancellation
...
Overview
Content Tools