Skip to content

Build with RestroLab

One credential, independent modules, seamlessly connect delivery, booking, POS, and marketplace platforms with your Restaurant or Hotel.

Quick integration

Connect to an organization's menu or rooms and start placing orders or reservations in minutes.

Simple & secure

Every request uses an X-API-Key and X-API-Secret issued by the organization owner through their RestroLab dashboard.

Restaurant & Hotel

One credential works for both Restaurant and Hotel features. You can access the modules that are enabled for the organization.

Real-time webhooks

Stay up to date with order and reservation changes through secure, HMAC-signed webhooks. Know when something is created, updated, or cancelled.

No duplicate orders

Each order or reservation uses the external ID you provide. If you retry the same request, RestroLab safely recognizes it and won't create a duplicate.

List a tenant’s menu with your integration credential:

Terminal window
curl https://api.restrolab.com/v1/third-party/menu/ \
-H "X-API-Key: YOUR_API_KEY" \
-H "X-API-Secret: YOUR_API_SECRET"