Zephr SDK
Zephr uses web APIs for all its functionality. These are split into two categories: the Admin API and the Public API. All functionality of the system can be controlled by the Admin API. The Public API is used for client-side implementations and is tightly linked to a user’s session.
You can read the Admin API and Public API specifications online.
The Zephr SDK is a wrapper around the Zephr APIs allowing for rapid integration development. The Zephr SDK is supplied in the following programming languages:
- JavaScript
- Browser SDK
- Swift (recommended for iOS development)
- PHP
See Server-side Integration Guide using Zephr JavaScript SDK for integration instructions.
Please note: For Android, we recommend making HTTP calls to our Web API using the HTTP client of your choice.