Checks if a web domain name specified in the request already exists or not.
Name | Description | Type | Example |
name
sent in url
|
Web domain name | string | some text |
GET api/2.0/mailserver/domains/exists?name=%22some+text%22 Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
Boolean value: true - domain name exists, false - domain name does not exist