TableMind QR Icon
TableMind
Developer Platform

Build custom restaurant connections with TableMind.

TableMind API & Integrations gives developers, partners, and enterprise restaurant teams a flexible way to connect orders, menus, payments, customers, loyalty, reviews, reservations, analytics, and custom workflows with approved external systems.

Developer API readiness

JSON REST endpoint schemas

Webhook event support

Real-time automated webhooks

Custom partner integrations

Map third-party services

Data exports & reports

Scheduled intelligence exports

Sandbox environment

Safe testing before launch

Integration event logs

Debug response payload codes

View Integration Hub
TM Developer
API Keys
Webhooks
Events
Logs
Partner Apps
Data Exports
Sandbox Mode

Webhook Stream Simulator

Endpoint: https://api.restaurant-group.com/v1/webhook
Event TypeDelivery Status
order.created200 OK
payment.confirmed200 OK
menu.item.updated200 OK
loyalty.reward.redeemed200 OK
reservation.created200 OK
review.submitted200 OK
customer.segment.updated502 RETRY
Events dispatched: 12,840Success rate: 99.92%
POS System
BI Dashboard
ERP Platform
CRM Database
Accounting Tool
Custom App
99.9% event delivery target
3 active webhooks
API Platform

When standard integrations are not enough, build around TableMind.

Every restaurant group runs differently. Some need a custom corporate intelligence dashboard. Others require sync with a centralized marketing CRM. Others work with bespoke POS partners, courier fleets, hotel ledger systems, or accounting tools.

API & Integrations is the technical connectivity layer that allows TableMind to fit into more complex enterprise technology ecosystems.

Ecosystem Flexibility

Make TableMind part of your wider restaurant technology stack.

A modern restaurant platform should not be closed. As operations grow, requirements change. Small locations may start with TableMind's built-in products. Larger operators often need custom reporting, partner integrations, enterprise exports, advanced analytics, sync with an external CRM, accounting processes, hotel integrations, franchise group dashboards, or internal tools.

Custom Business Intelligence

Aggregate order channels, ticket margins, and guest ratings into your existing BI tool.

Enterprise Accounting Sync

Automate daily ledger entries for payments, refunds, taxes, and service charges directly to internal books.

Centralized Customer CRM

Sync guest profiles, preferences, consent flags, and loyalty wallets with external marketing engines.

Hotel Operations Alignment

Connect reservation times, restaurant orders, and room billing events to approved guest management platforms.

Franchise Group Dashboards

Gather location-specific parameters, regional sales margins, and unit performance indicators into corporate portals.

External Loyalty Systems

Automatically trigger stamp updates, cashback, and tier points changes in third-party loyalty apps.

TableMind API & Integrations are designed for these exact scenarios. They provide approved technical teams a way to connect TableMind events and resource data with other systems under structured, monitored, and secure processes. This is not a feature for every restaurant on day one. It is a powerful layer built for operators, developers, and partners.
Definition

What is TableMind API & Integrations?

API & Integrations is the developer and partner connectivity layer of TableMind.

It allows approved external systems to read, write, update, or react to TableMind data resources and events based on permission settings, provider credentials, and product scope.

Technical customization: The goal is to ensure TableMind is flexible enough for groups, partners, agencies, and developers who need to build beyond standard product behaviors.

Capabilities Overview

Read, create, and update live orders payload
Sync menu prices, items, schedules, and allergen flags
Verify payment transactions and confirm checkout refunds
Import guest profiles, consent tags, and loyalty wallets
Query reviews sentiment scores and reservations schedules
Create campaigns vouchers, SMS alerts, and analytics records
Comparison

Where API & Integrations fits.

How our developer layer compares with standard built-in restaurant integrations.

Aggregator Ingestion

Marketplace Integrations

Connect external marketplace order platforms (Wolt, Glovo, Bolt, Uber Eats, Pyszne.pl) directly into TableMind workflows.

Fulfillment Handoff

Courier Integrations

Connect direct delivery orders with courier dispatch workflows, driver assignments, and live customer ETA updates.

Register Reconciliation

POS Integrations

Connect TableMind orders, menus, payments, and reporting directly to your restaurant's cash registers.

Developer Customization

API & Integrations

Enable custom, partner, developer, and enterprise software workflows (BI tools, hotel systems, custom databases).

Simple explanation: POS, Marketplace, and Courier integrations are built-in operational connections. API & Integrations is a flexible developer layer for custom connections.
Developer Needs

Advanced restaurant operations need flexible connections.

Enterprise teams have existing systems

Restaurant groups may already rely on in-house BI tools, ERP databases, centralized CRM engines, customized cashier accounts, or franchise portals.

Partners need structured access

Agencies, POS providers, delivery networks, loyalty vendors, and other technology suppliers require a reliable way to communicate with TableMind.

Custom workflows require flexibility

Bespoke operations, regional rules, custom tax handlers, or brand-specific logic demand connections that standard settings cannot solve.

Events should trigger automation

Real-time orders, payment validations, reviews submissions, checkouts, and loyalty redemptions can trigger instantaneous actions in other tools.

Data exports should not be manual

Finance departments, analysts, and operators shouldn't have to manually download, clean, and copy data records into worksheets every week.

Integration issues need visibility

Developers and support specialists require structured logs, payload histories, delivery states, and error alerts to debug active pipelines.

Connection Flow

The Developer Connection Flow

How TableMind delivers secure events and resource calls to custom tools.

DEVELOPER GATEWAY API Connected

Connect securely.

Step 1: Authenticate

Approved developers authenticate using secure credentials, API keys, OAuth-style scopes, or another supported access model.

Action: Enterprise team registers Client Credentials and generates a Bearer Token.
TableMind Event Pipeline
API Reference

Explore TableMind Core API Resource Areas

Select an endpoint grouping to view description, methods, real-world use case, and payload examples.

Orders API

Create, read, and update direct ordering tickets, modifier groupings, source attributes, and fulfillment progress.

SUPPORTED ENDPOINTS

GET/v1/orders
POST/v1/orders
GET/v1/orders/{id}
PATCH/v1/orders/{id}
Example Use Case:

A custom operations dashboard displays live orders across all locations.

RESPONSE SCHEMAAPPLICATION/JSON
{
  "id": "ord_89421",
  "source": "website",
  "status": "preparing",
  "items": [
    {
      "name": "Bacon Cheeseburger",
      "price": 38.50,
      "modifiers": [{"name": "Extra Bacon", "price": 4.00}]
    }
  ],
  "totals": {
    "subtotal": 42.50,
    "tax": 3.40,
    "total": 45.90
  }
}
Webhook Events

Events that trigger connected workflows.

Developers can subscribe to these payload events in our developer dashboard.

Order Events

order.createdorder.acceptedorder.rejectedorder.preparingorder.readyorder.picked_uporder.completedorder.cancelledorder.failed

Payment Events

payment.createdpayment.confirmedpayment.failedpayment.refundedpayment.partially_refunded

Menu Events

menu.createdmenu.updatedmenu.item.createdmenu.item.updatedmenu.item.unavailablemenu.item.availablemenu.price.updated

Customer Events

customer.createdcustomer.updatedcustomer.segment.updatedcustomer.tag.addedcustomer.consent.updated

Loyalty Events

loyalty.member.createdloyalty.points.earnedloyalty.reward.unlockedloyalty.reward.redeemedloyalty.tier.updated

Reservation Events

reservation.createdreservation.updatedreservation.cancelledreservation.completedreservation.no_show

Review Events

review.submittedreview.sentiment.updatedreview.response_neededreview.resolved

Campaign Events

campaign.createdcampaign.sentcampaign.clickedcampaign.offer_redeemedpromo_code.used

Integration Events

integration.connectedintegration.disconnectedintegration.sync_failedintegration.mapping_requiredintegration.sync_completed
Feature Catalog

Developer Platform Capabilities

Explore all 18 features built to connect custom databases, webhooks, and testing sandboxes.

Developer Tools

Developer Console

Gives approved technical users a place to manage API access, webhooks, environments, logs, and integration settings.

Developer Tools

API Keys & Secure Credentials

Provides secure token-based authentication to read and write TableMind resource data.

Developer Tools

OAuth-style Authorization

Supports scoped third-party permission handshakes for approved partner applications.

Developer Tools

Scoped Permissions

Restricts API keys to specific operations (e.g. read-only orders, write-only menus) for security.

Developer Tools

Sandbox Environment

Enables testing connection logic, menus, and orders without impacting production registers.

Developer Tools

Production Environment

Runs verified custom integrations in live environments with full system reliability constraints.

Webhooks & Sync

Webhook Management

Enables registration, configuration, and monitoring of HTTP endpoints for real-time alerts.

Webhooks & Sync

Webhook Retry Logic

Automatically retries event delivery on failure to minimize data drop errors.

Environments & Logs

Detailed Event Logs

Keeps request and response payload archives with response headers and timestamps.

Developer Tools

API Rate Limits

Applies quota controls to API calls to safeguard platform resource availability.

Developer Tools

API Versioning

Provides backward compatibility guarantees across multiple API schema revisions.

Developer Tools

API Documentation

Comprehensive guides detailing parameters, responses, return codes, and payloads.

Environments & Logs

Standardized Error Codes

Returns unified JSON error responses to speed client troubleshooting.

Developer Tools

Payload Examples

Provides code-ready request and response payload representations.

Environments & Logs

Integration Health Dashboard

Unifies sync health, latency logs, and warning signals into one status view.

Webhooks & Sync

Data Export Jobs

Supports scheduled or manual bulk data exports to CSV or JSON storage.

Developer Tools

Partner App Management

Authorizes and monitors connections to validated external agency tools.

Webhooks & Sync

Custom Workflow Support

Triggers external automation loops based on real-time TableMind restaurant events.

In Practice

Real situations, connected solutions.

How our developer tools streamline daily operations.

Custom BI Dashboard

Problem: Standard portals do not match franchise corporate metrics reporting standards.

Solution: Sync order, customer, locations, and revenue data to feed standard corporate BI tools.

Consolidated executive data dashboards.
Accounting Export

Problem: Finance teams copy payment records and daily sales to ledger ledgers manually.

Solution: Trigger daily payment, refund, tax, and sales JSON exports where supported.

Automation of ledger reconciliations.
Custom CRM Sync

Problem: Customer segments are split between TableMind and external marketing apps.

Solution: Sync guest tags, segments, order lists, and opt-in consent updates.

Consistent segment definitions.
Hotel System Alignment

Problem: Dine-in billing does not reconcile with reservation ledger systems on checkout.

Solution: Connect booking logs, customer history, and checkout events to hotel workflows.

Seamless guest billing profiles.
Franchise Reporting

Problem: Each location reports daily sales performance differently across states.

Solution: Aggregate local locations parameters and regional sales averages.

Unified performance comparisons.
Partner Loyalty App

Problem: Branded loyalty apps need points balances updated instantly at register checkout.

Solution: Use loyalty events and points calculation callbacks where supported.

Connected points wallet tracking.
Automated Service Recovery

Problem: Bad guest feedback goes unnoticed because review dashboards are manual.

Solution: Subscribe to review.submitted webhooks to alert regional customer support.

Fast alerts for service recovery.
Custom Ordering UI

Problem: Enterprise brands need custom front-end ordering styles but table layout infrastructure.

Solution: Query menu, cart, payment, and checkout APIs where available.

Custom interfaces on reliable backends.
User Roles

Who uses API & Integrations?

Developers

Use APIs, webhooks, documentation, sandbox environments, and logs to build integrations.

Restaurant Groups

Connect TableMind with internal systems, dashboards, reporting tools, and custom workflows.

Technology Partners

Use approved API access and credentials to connect partner products with TableMind.

Agencies

Build custom restaurant websites, ordering flows, dashboards, or automation.

Finance Teams

Utilize structured JSON data exports for accounting and daily reconciliation workflows.

Marketing Teams

Leverage customer segment, consent status, and loyalty data in approved systems.

IT Teams

Manage credentials, scopes, webhooks, rate limits, and security logs.

Multi-location Operators

Coordinate custom reports and multi-branch database queries.

Feature Showcase 01

Events that move with your restaurant.

React in real-time to restaurant activity such as orders, payments, reservations, reviews, loyalty rewards, and customer updates.

WEBHOOK EVENTS DISPATCHRUNNING
[14:02:18] Generated order.created event.
[14:02:19] Dispatched to https://webhook.site/tm-endpoint ... 200 OK
[14:02:22] Generated payment.confirmed event.
[14:02:23] Dispatched successfully. 200 OK
Feature Showcase 02

Build with controlled access.

Use scoped permissions, secure credentials, and approved access to ensure integrations receive only what they really need.

API Scopes & Permissions

orders:read
Read restaurant orders
orders:write
Create/Modify orders
menus:read
Read menu items
customers:read
Read CRM guest lists
loyalty:write
Modify point balances
Feature Showcase 03

Test before going live.

Use sandbox testing where available to verify payloads, events, and error handling before touching live restaurant operations.

Sandbox Environment

Status: Active

SANDBOXPRODUCTION
Feature Showcase 04

Connect TableMind with your own systems.

Send restaurant data to BI tools, accounting systems, enterprise CRMs, hotel platforms, franchise dashboards, or custom apps.

TM
API
BI
Feature Showcase 05

Debug integrations faster.

Logs, webhook attempts, response codes, and sync status help developers understand what happened.

Event Payload LogStatus
order.created - [12:44:01]200 OK
payment.confirmed - [12:44:02]200 OK
Feature Showcase 06

Built for partners and enterprise operators.

Support advanced restaurant tech ecosystems through approved partner integrations and custom workflows.

Partner App Connector

Scope validation requested by third-party vendor

PLAN AVAILABILITY

Add API & Integrations when your restaurant needs custom workflows.

API & Integrations are positioned as an advanced feature for technical teams, partners, agencies, and enterprise restaurant groups.

Basic

No API access. Digital Menu workflows run as built-in tools.

Not included

Standard

No API access. Custom integrations are not active.

Not included

Smart

Basic webhook delivery and selected exports supported.

Limited export

Pro

Full REST endpoints and webhook subscriptions available.

API & Webhooks

Enterprise / Multi-location

Recommended for custom BI dashboards, hotel connectors, and custom data syncs.

Prioritized
SAVE 20%

Starter

Essential tools for operations.

199PLN/month
  • Menu management
  • KDS
  • QR menu
  • Table management
Choose plan
Most Popular

Pro

Growth and online features.

259PLN/month
  • Everything in Starter
  • Online ordering
  • Reservations
  • Analytics
  • Custom branding
Choose plan

Premium

Enterprise automation.

Custom pricing

  • Advanced AI assistant
  • Preorder/dine-in automation
  • Priority support
  • API access
Contact us
Note: API access availability depends on product maturity, security review, business plan, technical feasibility, rate limits, and TableMind's roadmap.
FAQ

Questions, answered.

API & Integrations is a developer and partner connectivity layer that allows approved systems to connect with supported TableMind data, events, and workflows.

API & Integrations is intended for developers, technology partners, agencies, IT teams, and restaurant groups who need custom connections, webhooks, data exports, or custom workflows.

Yes. Most small restaurants can use TableMind's built-in products without API access. API & Integrations is an advanced layer for more technical or custom needs.

The API can support connections to approved external systems, such as BI dashboards, accounting tools, CRMs, hotel systems, partner apps, databases, or custom enterprise workflows, depending on product scope and permissions.

Webhooks can be supported for selected TableMind events, such as orders, payments, menus, customers, loyalty, reservations, reviews, campaigns, and integrations, where the feature is available.

A sandbox environment can be made available for approved integrations to test payloads, events, mappings, and error handling before going live in a production environment.

Yes. API access can be restricted by scopes and permissions (e.g., read-only orders, read-only menus, or specific write operations) depending on the approved access model.

Yes. Approved technical teams can use the API, webhooks, or data exports to build custom operational dashboards, BI tools, or group reporting portals.

Accounting integrations or data exports can be supported where appropriate data, permissions, technical scope, and an approved implementation process are available.

Approved partners can build connections or partner apps using supported TableMind data and events, subject to access approval, scopes, and security reviews.

They should not be treated as a direct replacement. POS Integrations are a dedicated sync layer for restaurant sales registers. API & Integrations are used for custom developer and partner connections.

API issues can be monitored through event logs, webhook attempts, delivery status, response codes, error alerts, and the integration health dashboard.

Not always. API access depends on the plan, business scope, security review, technical feasibility, rate limits, and TableMind's roadmap.

Ready to build custom restaurant workflows?

Use the API, webhooks, data exports, and partner integrations to connect TableMind with your wider restaurant technology stack.

View Integration Hub
API & Integrations
Get Started