Web services

Overview

Sitebuilder 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 API is provided through the set of XML Web services. You can easily use Sitebuilder 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 services

Web serviceDescription
AccountWebService This web service provides account management functions. Methods are invoked by the user whose credentials are specified in SOAP-header (see CredentialsSoapHeader).
HostWebService This web service provides host management functions. Methods are invoked by the user whose credentials are specified in SOAP-header (see CredentialsSoapHeader).
PlanWebService This web service provides plan management functions. Methods are invoked by the user whose credentials are specified in SOAP-header (see CredentialsSoapHeader).
SiteWebService This web service provides site management functions. Methods are invoked by the user whose credentials are specified in SOAP-header (see CredentialsSoapHeader).
SystemWebService This web service provides system management functions. Methods are executing in context of a user specified by SOAP-header (see CredentialsSoapHeader).