GET api/2.0/mailserver/domains/exists This function requires authentication

Description

Checks if a web domain name specified in the request already exists or not.

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

Boolean value: true - domain name exists, false - domain name does not exist