Developer Documentation

Build with BizKitHub

A comprehensive digital platform for business management. BizKitHub combines CRM, e-commerce, payments, invoicing, emails, and automation into one system.

Manage contacts, products, and orders. Send campaigns, issue documents, and keep everything trackable. With workflow, cron, and API, you can automate processes and integrate into your own stack.

6 categories · 35 modules

Documentation for every module

The platform is organised into 6 categories that follow the operator's daily flow: Obchod → CRM → Finance → Komunikace → Obsah → Systém. Each module ships with reference docs, integration guides, and worked examples.

Obchod · Commerce

6 modules

What you sell and to whom

Orders

Order lifecycle, states, audit log

Cart

Abandoned carts, recovery emails

Vouchers

Discount codes, gift cards, promos

Products

Catalog, variants, pricing

Categories & Warehouses

Tree categories, stock, transfers

Branches

Physical locations, availability

CRM · People

6 modules

People and everything around them

Contacts

Customers, leads, suppliers — one database

Tasks

Per-contact, per-order, standalone

Forms

Lead capture, surveys, validation

Calendar

Meetings, reservations, availability

Time Tracker

Billable time per contact/project

Projects

Service-business with budget + tasks

Finance · Money & Tax

6 modules

Where the money flows

Issued Invoices

Numbering, QR pay (SPAYD), PDF

Received Invoices

Approval workflow, payment terms

Bank Transactions

Fio/ČSOB/KB import, AI matching

Payment Gateway

Comgate, GoPay, Stripe, recurring

VAT Classification

Rules for VAT rates and codes

VAT Book & EPO

VAT ledger + EPO tax filings (CZ)

Komunikace · Outbound

5 modules

What you send to the customer

Emailer (transactional)

Order confirmations, password resets

Email Templates

Versioned, variables, A/B variants

Email Layout

Shared header/footer + brand identity

Newsletter

Campaigns, segmentation, A/B, analytics

Newsletter Queue

Throttling, scheduled batches

Obsah · Publishing

4 modules

What you publish publicly

Posts

Blog articles, landings, knowledge base

Newsroom

Press releases, public press kit

RSS Feeds

Auto-generated feeds for posts/newsroom

Drive

Central file storage, used across modules

Systém · Ops

6 modules

Platform operations and power tools

Analytics

KPIs, dashboards, cross-module reports

Activities (audit log)

Who/when/what — every change

System Logs

Application errors, warnings, debug

Workflow Engine

Triggers, cron, conditions, branching

Firewall

Rate limits, IP allow/deny, geo-blocking

Smart Locks

TTLock integration, calendar-driven access

Developer resources

Everything you need to build and integrate.

REST API

Powerful API for developers

RESTful API with comprehensive endpoints for all platform features. Authenticate with API keys, handle rate limits gracefully, and integrate seamlessly with your applications.

  • RESTful API with JSON responses
  • API key authentication
  • Rate limiting with clear headers
  • Webhook support for real-time events
  • Comprehensive error codes
Explore API
API Request
curl -X GET "https://api.bizkithub.com/api/v1/shop/order/list" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

{
  "success": true,
  "data": {
    "orders": [...],
    "pagination": {
      "total": 150,
      "page": 1,
      "limit": 20
    }
  }
}
Ready to ship?

Start integrating BizKitHub today

Our documentation and support team are here to help you build, integrate, and ship faster.