Developers
Getting Started
Developer documentation is only available in English.
Welcome to the Kasify developer documentation. This section covers everything you need to build integrations on top of the Kasify platform — authentication, the HTTP API, webhooks, and the smart-lock and calendar-sync plugins.
What's here
- API Reference — the full OpenAPI-generated reference for every endpoint, with request/response schemas and a live playground.
Authentication
All API requests are authenticated with a Bearer token issued by Kinde:
Code
See the API Reference for the full list of endpoints and their auth requirements.
Base URL
Production API requests go to https://api.kasify.com. Use http://localhost:8080 when running the backend locally.
Last modified on