Documentation
Welcome to the EaseDine documentation. Here you'll find everything you need to integrate with our platform and build powerful restaurant applications.
Overview
EaseDine is a comprehensive restaurant management platform that provides a suite of tools for ordering, kitchen management, inventory, and analytics. Our API allows developers to extend the platform's functionality and integrate with third-party services.
This documentation is a work in progress. If you find any errors or have suggestions, please contact us.
Getting Started
To get started with the EaseDine API, you'll need to create an account and generate an API key from your dashboard. Once you have your key, you can start making requests to our endpoints.
curl -X GET https://api.easedine.com/v1/restaurants \
-H "Authorization: Bearer YOUR_API_KEY"