Public API Reference
The Public API documentation will be available once the API is live at https://api.kesk.app/v1/openapi.json.
Overview
The Kesk Public API provides access to:
- Orders - Create and manage customer orders
- Merchants - Browse available merchants and menus
- Delivery - Track delivery status in real-time
- Payments - Process payments securely
Authentication
All API requests require authentication using OAuth 2.0 Bearer tokens.
curl -X GET https://api.kesk.app/v1/merchants \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"Base URL
https://api.kesk.app/v1Coming Soon
Full API reference documentation will be auto-generated from our OpenAPI specification once the API is publicly available.