Overview
The Dükkango Integration API allows external POS (Point of Sale) systems to integrate seamlessly with the Dükkango restaurant delivery platform.Quick Links
- Quick Start Guide - Get your first API call running in 5 minutes
- Authentication - Learn how to authenticate with the API
- API Reference - Complete endpoint documentation
- Order Lifecycle - Understand the complete order flow
Key Features
- Real-time Order Notifications - Orders automatically repeat in API responses until acknowledged, ensuring you never miss an order.
- Multi-branch Support - Single API key can manage multiple restaurant locations simultaneously.
- Automatic Status Tracking - Order status history is automatically managed by database triggers.
- Built-in Rate Limiting - Protection against excessive API calls with smart 30-second cooldowns.
- Secure Authentication - Token-based authentication with 24-hour validity and automatic refresh.
API Specifications
| Specification | Details |
|---|---|
| Protocol | HTTPS (SSL/TLS) |
| Authentication | API Key (Access Token) |
| Base URL | https://www.xn--dkkango-n2a.com/api/integrations |
| Response Format | JSON |
| Token Validity | 24 hours |
| Rate Limit | 30 seconds (specific endpoints) |
Getting Started
- Quick Start - Get up and running in 5 minutes
- Authentication Guide - Learn about token management
- Integration Checklist - Step-by-step integration guide
- Best Practices - Build a robust integration