Content Management
Synchronize menu, category, product and campaign data.
Connect menu, order, QR and reservation data to your systems via REST API. Run operations in sync with a single source of truth.
→ API DocumentationSynchronize menu, category, product and campaign data.
Manage table QR, delivery QR and reservation QR access flows.
Create orders, update statuses, and track delivery flow.
Handle delivery zones, minimum basket, courier and order tracking.
Use a consistent response schema across modules for faster integration.
{
"status": true,
"response": "başarılı",
"data": {
"menu": {"id": 96, "ad": "Kahvaltı"},
"urunler": [
{"id": 7, "ad": "Küçük Kahvaltı Tabağı", "fiyat": 25.00}
]
},
"meta": {
"page": 1,
"per_page": 25,
"total": 128
},
"code": 200
}
Panel and integrations run on the same dataset.
Add new channels easily through API contracts.
Use standard API instead of custom fragile integrations.