Notifications
Clear all
General Questions
2
Posts
2
Users
0
Reactions
1,191
Views
Mar 04, 2019 2:05 pm
Hello,
Is it possible to call API to add new domain / website? if yes, How?
1 Reply
Mar 04, 2019 8:43 pm
Hello,
It is possible to do this via our SOAP API. At the current time there is no full documentation on this but you can load the following pages on the enterprise server to see the API calls. The following pages are the ones you will be looking for:
New Domain: /esServers.asmx?op=AddDomain
Add Website: /esWebServers.asmx?op=AddWebSite
For example in the browser load http://127.0.0.1:9002/esServers.asmx?op=AddDomain and it will show you the soap calls.
Thanks,
Trevor Robinson