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.

Platform Modules

Explore comprehensive documentation for each module of the BizKitHub platform

Core Business

CRM & Contacts

Customer management, groups, credits

Orders

Order lifecycle, payments, invoices

Products

Catalog, variants, categories

Invoicing

Invoices, receipts, tax documents

Communication

Email System

Transactional emails, templates

Newsletter

Campaigns, segmentation, analytics

Calendar

Events, reservations, reminders

Payments

Payment Gateways

Comgate, GoPay, Stripe

Bank Integration

FIO Bank, transaction matching

Vouchers

Discounts, promo codes

Automation

Workflow Engine

Process automation, transitions

Cron Jobs

Scheduled tasks, background jobs

AI Assistant

Analysis, matching, automation

Developer Resources

Everything you need to build and integrate

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 get started?

Start integrating BizKitHub into your application today. Our documentation and support team are here to help.