API Method: /api/distribution/ios/register-device
Register an iOS device such as an iPhone, iPad or iPod Touch for push notications.
Parameters
| Parameter | Description |
|---|---|
| device_token (required) | The unique device token from the iOS device. |
Permission level
The minimum required permission level is:
none
Example XML Response
<response status="ok" permission_level="super"
message="The device was successfully registered" cached="0"/>
Example JSON Response
{
"status": "ok",
"message": "The device was successfully registered",
"permission_level":"none",
"cached":"0",
"photo":{},
"p": "1",
"size": "1",
"site": { ... },
"endpoint": "/api/distribution/ios/register-device"
}




