KIKI API Documentation
Click the links below to access the documentation for the three microservices that expose APIs. The documentation was created using Swagger.
Please note: Swagger doesn’t work because the browser blocks cross-origin requests (CORS) — the server doesn’t allow requests from Swagger’s origin. Use an external service such as https://reqbin.com/.
-
Data Admin
API for managing client data, settings, repository files, pages (= dashboards), categories (= panels, tabs), cards and events for the Quantitas dashboard application. Categories and cards are pre-defined and cannot be deleted. Categories list is provided by querying a page.
-
Data Manager
API for managing client data uploads. Note for authentication: the user must first authenticate through the Data Admin service to obtain a key.
-
Data Provider
API for querying data. No authentication is required unless for private dashboards. In that case a password is required (no username though).
-
Status
API for status monitoring. No authentication required.