GET api/2.0/settings/companywhitelabel This function requires authentication

Description

Returns the licensor data.

Parameters

This method doesn't have any parameters.

Example
GET api/2.0/settings/companywhitelabel
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

List of company white label settings

Example Response
{
  "status": 0,
  "response": [
    {
      "CoreSettings": {
        "BaseDomain": "some text"
      },
      "CompanyName": "some text",
      "Site": "some text",
      "Email": "some text",
      "Address": "some text",
      "Phone": "some text",
      "IsLicensor": true
    }
  ]
}