DevelopersAn API that treats your
An API that treats your
data like it’s yours.
A REST API for orders, products, bookings, availability, discounts and locations — plus signed webhooks for everything that moves. Ship stock tooling, booking widgets, IoT, or anything else that needs to live alongside your tills.
Bearer-token auth
Per-resource scopes, location allowlists, custom rate limits. Issue and revoke from the admin.
Signed webhooks
HMAC-SHA256 with replay protection. At-least-once delivery, exponential backoff, manual replay.
Idempotency-Key
Required on writes. Same key + same body returns the cached response for 24 hours.