tbltap

Build with tbltap

Developer-facing API reference for partner APIs, hosted menu links, table context, order handoff, payments, webhooks, status codes, rate limits, and POS or delivery connections.

Open developer docsContact support
EveryoneUpdated Jul 13, 2026

Choose an integration path with concrete contracts

Start by choosing the surface you need to connect. The maintained developer page shows request bodies, 200 success responses, 4xx and 5xx error examples, and rate-limit counts instead of making partners reverse-engineer restaurant, menu, table, payment, and support behavior from app pages.

  • Hosted menu links open public restaurant menus, table tags, QR menus, NFC menus, and Quick Pay locations without API credentials.
  • Partner APIs are for approved server-to-server integrations that need credentials, scoped access, and production certification.
  • Endpoint examples include the visible HTTP status, JSON response body, required headers, and retry/idempotency notes.
  • Webhooks should be used for asynchronous status changes such as order, payment, table-session, delivery, or POS events when an integration is approved.
  • POS and delivery connectors should preserve money, fulfillment, and customer-data boundaries instead of turning tbltap into the merchant, courier, bank, or payment processor.

Access model

Developer access is intentionally gated until the public credential, sandbox, rate-limit, and certification flows are complete. The docs page should be the maintained entry point, but it must not promise self-serve production access before the product supports it.

  • Public docs can be read without signing in.
  • API credentials are partner-scoped and should be issued only through an approved tbltap process.
  • Production access should require reviewed use case, scoped credentials, webhook replay plan, and live-safe smoke evidence.
  • Secrets, API keys, webhook signing secrets, card data, cookies, and customer PII must never be posted in public docs or support requests.

Operational contracts

Developer docs should make integration safety visible in the same place as endpoint examples.

  • Use idempotency keys for mutating requests that create orders, payments, deliveries, dispatches, or external state.
  • Read rate-limit headers such as X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and Retry-After before retrying.
  • Clients should branch on stable error codes in the shared error envelope rather than matching prose.
  • Treat payment state as authoritative only after processor-backed confirmation and tbltap server state agree.
  • Keep public menu media on tbltap-approved static variants and do not emit third-party, signed, original-only, or Supabase render URLs.
  • Use webhooks and retry-safe reconciliation instead of polling tight loops or assuming every network timeout means a mutation failed.

Most likely questions

Quick answers

Is tbltap API access self-serve?

Not yet. The developer docs can be public, but server-to-server production access should remain partner-scoped until credential management, sandboxing, rate limits, and certification are ready.

Can developers link to a public menu without credentials?

Yes. Hosted public menu, QR, NFC, and table-tag links are the no-credential integration path for opening guest-facing tbltap experiences.

Where should an approved partner start?

Start with the relevant integration section, confirm the required scopes and event model, then request sandbox credentials and webhook signing details from tbltap.

Can an LLM extract the API contract?

Yes. The developer page includes a machine-readable JSON script tag named tbltap-developer-api-spec plus visible endpoint examples for 200, 4xx, 429, 500, and 503 responses.

Was this helpful?
Need help?

Contact tbltap support and include the document title so we can route your question quickly.

Contact support
Build with tbltap | tbltap Docs