Downloads and Documentation

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
VMware Virtual Appliance
Based on Debian GNU/Linux, default root password: kerio
594 MB

Kerio Connect

Administration API for Kerio Connect
Index list of all interfaces, their methods, and data structures
 

Kerio Control

Administration API for Kerio Control
Access your server, integrate with 3rd-party solutions and handle advanced administration tasks
 

Kerio Operator

Provisioning Developer Guide
318 KB

Documentation

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.

Kerio Connect

Our Web Administration for Kerio Connect uses the same API that is now available to you. With the new Administration API for Kerio Connect, you can access your Kerio Connect server, integrate it with third-party solutions, or write simple scripts to handle advanced administration tasks. Currently, only the Administration API for Kerio Connect is available. Other APIs to manage calendars or user data are not supported. You can use IMAP/CalDAV/CardDAV protocols instead.

The API is designed to be accessible for any programming language. Connect over HTTPS, send a request in a well-known human-readable format (JSON) and receive a response in the same format.

Programming Libraries

You can also use the Kerio APIs Client Library for PHP for easy integration into your scripts and applications.

GETTING STARTED