Returns the licensor data.
This method doesn't have any parameters.
GET api/2.0/settings/companywhitelabel Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
List of company white label settings
{ "status": 0, "response": [ { "CoreSettings": { "BaseDomain": "some text" }, "CompanyName": "some text", "Site": "some text", "Email": "some text", "Address": "some text", "Phone": "some text", "IsLicensor": true } ] }