Hi everyone,
We’ve been doing some work on the Account Manager API and I’d like some feedback on what everyone feels they need as far as functionality in the API. First, let me say that at this time we’re only planning on implementing an API for ServerProtect accounts. We may add some DomainProtect functionality at a later point, but we’re concentrating on basic add/delete/list type functionality for ServerProtect accounts at this time.
Currently, we have the following working:
listDomains - Returns a comma-separated list of domains mapped to the specified server
addDomain - Add a domain to the system, mapped to the specified server
We’ll have a deleteDomain function ready to go shortly as well.
So, after those three functions, what else is needed?
The API is implemented as a SOAP web service. We’ll have easy to use PHP examples available when we release the API.