Skip to main content

Base URL

Authentication

All endpoints (except /auth/login) require the Access-Token header:

Response Format

All API responses follow this standard format:

Success Response

Error Response

Endpoint Categories

Authentication

Login and obtain access tokens

Restaurants

Manage restaurant status and information

Foods

Control menu items and availability

Orders

Receive and manage orders

Endpoint Summary

Restaurants

Foods

Orders

Rate Limiting

Some endpoints are rate-limited to prevent excessive API calls.
Rate Limit Error:
Implement exponential backoff when receiving 429 errors.

Common Error Codes

Data Types

UUID Format

Restaurant IDs and order payment_key use UUID format:

Datetime Format

All timestamps use the format:

Currency

All prices are in the smallest currency unit (cents/kuruş):

Start Building

Ready to integrate? Follow our quick start guide