Welcome to Web API 3

Welcome to the documentation of all the method available in Web API 3. This is the latest version of the API. Web API 2 should no longer be used in new projects.

Please keep in mind that every method call requires you to provide an access token. It is an additional argument, called token, that you have to add in each request, i.e. token={access token}.

The parameter names and properties returned have case-insensitive names. By default, objects returned will use lower camel case naming convention.

Getting Started

If you are new to the Web API, please see our quick start guide.

Methods

Methods are grouped into specific categories. For example, to manipulate a license key, a good idea would be to look at key methods.

;