Cravme
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/orders
POST/api/v1/orders
GET/api/v1/orders/:id
PATCH/api/v1/orders/:id/status
GET/api/v1/menu
POST/api/v1/menu/items
GET/api/v1/customers
GET/api/v1/analytics/revenue

Full 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 →