GET api/2.0/mailserver/domains/ownership/check This function requires authentication

Description

Checks if a web domain specified in the request belongs to the current user or not.

Parameters
Name Description Type Example
name
sent in url
Web domain name string some text
Example
GET api/2.0/mailserver/domains/ownership/check?name=%22some+text%22
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Boolean value: true - current user is the domain owner, false - current user is not the domain owner