Interactive API Docs
Explore the BizKitHub API with our interactive documentation. Browse endpoints, view request/response examples, and understand the complete API structure.
All API endpoints require a valid API key. Pass the key in the Authorization header as a Bearer token.
Get your API keyResources
address
4 operations
bank
1 operations
calendar
6 operations
cart
6 operations
customer
24 operations
/api/v1/customer/createCreate customer
/api/v1/customer/create-api-keyCreate customer API key
/api/v1/customer/credit-logGet credit log
/api/v1/customer/credit-spendSpend customer credit
/api/v1/customer/customer-match-customerMatch two customers
/api/v1/customer/customer-unmatch-customerUnmatch two customers
/api/v1/customer/detailGet customer detail
/api/v1/customer/export-gdprDownload personal data export (GDPR Art. 15)
/api/v1/customer/get-account-infoGet account info
/api/v1/customer/loginCustomer login
/api/v1/customer/logoutCustomer logout
/api/v1/customer/magic-authMagic auth (passwordless login)
/api/v1/customer/matched-customer-listList matched customers
/api/v1/customer/order-listList customer orders
/api/v1/customer/update-profileUpdate customer profile
/api/v1/customer/register-accountRegister customer account
/api/v1/customer/register-account-verifyVerify account registration
/api/v1/customer/reset-passwordRequest password reset
/api/v1/customer/set-new-passwordSet new password
/api/v1/customer/listList customers
/api/v1/customer/add-bank-accountAdd bank account
/api/v1/customer/hierarchyGet customer hierarchy
/api/v1/customer/set-parentSet customer superior
/api/v1/customer/org-treeGet organisational tree
disk
3 operations
docs
2 operations
emailer
2 operations
form
1 operations
link-shorten
1 operations
newsletter
1 operations
ping
3 operations
post
17 operations
/api/v1/post/postGet post detail
/api/v1/post/createCreate or update a post (idempotent upsert by code)
/api/v1/post/historyList post version history
/api/v1/post/history/versionGet post history version detail
/api/v1/post/history/diffDiff two post revisions
/api/v1/post/metaGet post structured metadata
/api/v1/post/categoryGet post category detail
/api/v1/post/searchSearch posts
/api/v1/post/feedGet post feed
/api/v1/post/last-updateGet last post update timestamp
/api/v1/post/rssGet RSS feed
/api/v1/post/comment/listList post comments
/api/v1/post/comment/countCount post comments
/api/v1/post/comment/createCreate post comment
/api/v1/post/comment/editEdit post comment
/api/v1/post/comment/deleteDelete post comment
/api/v1/post/comment/restoreRestore post comment
product
2 operations
product-category
3 operations
rate-limit-status
1 operations
referral
1 operations
routing
1 operations
security
2 operations
service-status
1 operations
shop
11 operations
/api/v1/shop/order/create/api/v1/shop/order/detail/api/v1/shop/order/create-payment/api/v1/shop/order/check-payment-status/api/v1/shop/order/storno/api/v1/shop/order/set-status/api/v1/shop/payment/createCreate payment gateway session
/api/v1/shop/payment/process-notificationProcess payment notification
/api/v1/shop/complaint/create/api/v1/shop/complaint/detail/api/v1/shop/complaint/set-statussubscription
2 operations
support
1 operations
tracking
2 operations
vikitron
7 operations
/api/v1/vikitron/dns-records-checkerCheck DNS records for a domain
/api/v1/vikitron/dns-explorerSearch DNS records
/api/v1/vikitron/robots-txt-checkerCheck robots.txt history
/api/v1/vikitron/ssl-certificate-checkerCheck SSL certificate
/api/v1/vikitron/subdomain-finderFind subdomains
/api/v1/vikitron/ip-lookupIP address lookup
/api/v1/vikitron/tor-ip-listList known Tor exit nodes
Response Format
All responses are returned in JSON format with consistent structure including success status and data payload.
Security
HTTPS is required for all API requests. API keys should be kept secure and never exposed in client-side code.
Rate Limiting
Rate limits are applied per API key. Check response headers for remaining quota and reset times.