Build with RestroLab
Everything you need to integrate
Section titled “Everything you need to integrate”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.
Quick example
Section titled “Quick example”List a tenant’s menu with your integration credential:
curl https://api.restrolab.com/v1/third-party/menu/ \ -H "X-API-Key: YOUR_API_KEY" \ -H "X-API-Secret: YOUR_API_SECRET"