Get Started
API backend
API system
More information

POST api/2.0/portal/mobile/registration This function requires authentication

Description

Registers the mobile app installation.

Parameters
Name Description Type Example
Type
sent in body
Mobile app type ASC.Core.Common.Notify.Push.MobileAppType
Example
POST api/2.0/portal/mobile/registration
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "Type": "IosProjects"
}
Returns

This method doesn't return any data.