Prerequisites
Before you begin, make sure you have:App Secret Key - Provided by Dükkango
Restaurant Secret Key - Unique per vendor/branch
HTTPS-enabled environment - All API calls require SSL
Don’t have your API credentials yet? Contact us at support@dkkango.com
Integration Workflow
1
Obtain API Credentials
Get your
app_secret_key and rest_secret_key from the Dükkango team.2
Authenticate
Call Response:
/auth/login to get your access token.3
Store Your Access Token
Save the
access_token securely. It’s valid for 24 hours.4
Make Your First API Call
Get your restaurant list using the access token:Response:
5
Poll for Orders
Start polling for active orders every 30+ seconds:
What’s Next?
Authentication Guide
Learn about token management and security
Order Lifecycle
Understand the complete order flow
API Reference
Explore all available endpoints
Best Practices
Build a robust, production-ready integration