Skip to content
All features

Feature

API + webhooks

Connect MISE AN PLACE to everything else.

The bottom line

Your data is yours, programmatically. Plug it into anything that speaks REST or webhooks.

Included

Part of the Platform plan — no upgrade tier, no add-on cost.

$179/mo

Programmatic access to your tenant data.

Read your orders, products, customers via REST. Receive webhooks on every state change. Build whatever you need on top.

How to think about it

Before, and after.

Most operators come to MISE AN PLACE because the workarounds stopped scaling. Here's what changes the day this feature is live.

Without it

  • Your accountant exports CSVs from the platform every Friday and types them into Xero.
  • You'd love a Slack ping for big catering orders — but no integration supports it.
  • Your inventory tool and your storefront drift; SKUs go missing or duplicate.
  • Every report you want lives in someone else's roadmap.

With MISE AN PLACE

  • Daily order pull into Xero / QuickBooks / your custom dashboard via REST.
  • Webhook fires the moment an order locks — Slack, SMS, anything.
  • Two-way product sync so your inventory tool and storefront stay aligned.
  • Build the report you actually want, on top of structured JSON.

What's included

Every detail you need.

Built by people who've worked in scheduled-production food and spent too many evenings with spreadsheets. Each item below is there because we needed it ourselves.

  • 01

    REST API

    GET /api/v1/orders, /api/v1/products. Bearer auth. JSON responses. Rate-limited at 600 req/min per key.

  • 02

    Outbound webhooks

    Configure URLs to receive HMAC-signed JSON payloads on order.locked, order.delivered, quote.sent, etc.

  • 03

    Exponential backoff retries

    Failed webhooks retry at 1m, 5m, 15m, 1h, 6h. Max 5 attempts before pending → failed.

  • 04

    Per-key scopes

    Keys can read orders, products, customers — independently. No global admin keys exposed.

  • 05

    Public docs

    Documentation lives at /docs/api with curl examples for every endpoint.

In the wild

How operators would use it.

Illustrative scenarios — not customer testimonials. These are the typical situations the feature was designed for.

All

Case 01

Scenario

Tenant uses Xero for accounting and wants daily order data pulled in.

Outcome with MISE AN PLACE

Xero integration polls /api/v1/orders?since=yesterday and reconciles. No manual export.

What you'll see

In your dashboard.

Sample webhook payload

{"event_type":"order.delivered","data":{"order_id":"...","order_number":"HP-00342"}}

Try api + webhooks for yourself.

14-day trial. No card. Live in under 30 minutes.

API + webhooks · MISE AN PLACE