v1 · REST API
API Reference
A clean REST API to read and write restaurant data. Webhooks included.
REST API
JSON over HTTPS
Webhooks
Real-time events
API Keys
Bearer token auth
Base URL
api.cravme.com/v1
Endpoints Overview
Authentication
All API requests require an Authorization: Bearer <api_key> header. Get your API key from the Admin Dashboard → Settings → API.
curl https://api.cravme.com/v1/orders \ -H "Authorization: Bearer YOUR_API_KEY"
GET
/api/v1/ordersList all orders with filtersPOST
/api/v1/ordersCreate a new orderGET
/api/v1/orders/:idGet a specific orderPATCH
/api/v1/orders/:id/statusUpdate order statusGET
/api/v1/menuGet full menu structurePOST
/api/v1/menu/itemsCreate a new menu itemGET
/api/v1/customersList customers with paginationGET
/api/v1/analytics/revenueGet revenue analyticsFull Documentation
The full interactive API documentation is available in our developer portal. Includes request/response schemas, error codes, and a live test console.
Open Developer Portal →