SiteBuilder Integration API is a programming interface to various functions of SiteBuilder. Using this API, you can administrate SiteBuilder without visual web interface (Administrator Panel), integrate SiteBuilder with other third-party control panels or applications.
Access to SiteBuilder Integration API is provided through the set of XML Web services. You can easily use SiteBuilder Integration API from various operating systems or platforms by using HTTP and XML. Available SOAP toolkits let you use Java, .NET, PHP or virtually any other programming languages or development environments.
| Web service | Description |
|---|---|
| AccountWebService | This web service provides account management functions. Methods are executing in context of user specified by SOAP-header CredentialsSoapHeader |
| HostWebService | This web service provides host management functions. Methods are executing in context of user specified by SOAP-header CredentialsSoapHeader |
| PlanWebService | This web service provides plan management functions. Methods are executing in context of user specified by SOAP-header CredentialsSoapHeader |
| SiteWebService | This web service provides site management functions. Methods are executing in context of user specified by SOAP-header CredentialsSoapHeader |
| SystemWebService | This web service provides system management functions. Methods are executing in context of user specified by SOAP-header CredentialsSoapHeader |