Skip to main content

01 / Feature · API

Your data. Your integrations. No lock-in.

If you use other software — accounting, reporting, your own website — StoreBay can talk to it automatically. Included as standard, not reserved for a premium tier. Export everything, any time.

02 / A real REST API

Ask for exactly the data you need

Every screen in StoreBay is built on the same API you can use — ask for a unit, a customer, or an invoice, and get back exactly that. Below is a real example, for anyone who wants to see it (or hand this page to a developer).

GET /v1/unit-types/small
→ 200 OK
{
  "data": {
    "name": "Small",
    "size_sq_ft": 25,
    "price_minor": 2900,
    "currency": "GBP",
    "storefront_status": "bookable"
  }
}

03 / Webhooks you can trust

We tell your other software the moment something happens

A payment clears, an agreement gets signed — StoreBay can notify your other systems immediately and automatically, with no manual export or polling required.

webhook payment.collected
{
  "amount_minor": 3300,
  "currency": "GBP"
}
X-StoreBay-Signature: t=…,v1=…

Every notification is cryptographically verified as genuinely from StoreBay, retried automatically if delivery fails, and if it still can’t get through after repeated tries, we flag it — never a silent drop.

Illustration: a webhook delivery being retried on a widening schedule — six attempts from thirty seconds out to six hours — with the signature header shown, the delivery succeeding on the fourth attempt, and a separate panel showing what happens when every attempt fails: the event lands in a dead-letter queue and a person is notified rather than the event being dropped.

Illustrative example — sample payloads and timings, not live data.

04 / Test safely in a sandbox

Connect safely, test freely, and never worry about a ceiling

Secure connection (OAuth2)

Industry-standard, secure login for connecting your own systems or a partner app — no password-sharing required.

Sandbox by default

A full test environment with its own API keys — never test against your live data.

Room to grow

20 req/s

1,200/min. Stora’s published default is 10 req/s (60/min), as of 2026-07-18 — so if you build a lot on top of StoreBay, you’re much less likely to hit a ceiling.

Stora is a trademark of its respective owner. Source: docs.stora.co.

05 / Export your data — it's yours

No lock-in, by design

Everything you can see in the product is available over the API — export and escrow it whenever you like, for as long as you're a customer and beyond.

Open by default

Ready to build on an API that’s included?