With the Kerio Control Administration API, you can programmatically access your Kerio Control server, integrate it with third-party solutions and write simple scripts to handle advanced administration tasks.
Connect over HTTPS, send a request in a well-known human-readable format (JSON) and receive a response in the same format.
Download API PackageThe administration API provides all actions that are available in the Kerio Control administration (our internal Kerio Control web administration uses the same API).
As an example, you can list Traffic Rules, add new Rules, edit HTTP Filters, read Logs, setup Bandwidth Management and much more with this sophisticated API.
The following features are not part of this API:
Note: By downloading the APIs and VMware Virtual Appliance below, you agree to the Kerio SDK End User License Agreement.
Client Library |
||
Kerio APIs Client Library for PHP 1.4 Source Class, Documentation, Examples, Sample Applications |
775 kB | DOWNLOAD |
VMware Virtual Appliance Based on Debian GNU/Linux, default root password: kerio |
594 MB | DOWNLOAD |
Kerio Operator |
||
Provisioning Developer Guide | 318 KB | DOWNLOAD IN ARCHIVES |
The Kerio API is built on solid foundations of JSON-RPC, whose advantages include easy-of-use code readability and wide support among different programming languages and publicly available libraries. For full JSON-RPC 2.0 specifications, click here.
You can also use the Kerio APIs Client Library for PHP for easy integration into your scripts and applications.