Build with the Btab API
A RESTful API for products, orders, storefronts, and vendor sites. Build custom integrations or your own frontend from scratch.
Quick start
Base URL
https://api.btab.app/api/v1Authentication
Authorization: Bearer YOUR_API_KEYExample request
curl https://api.btab.app/api/v1/products \ -H "Authorization: Bearer YOUR_API_KEY"
API endpoints
Products
Browse the catalog, add products to your store, manage inventory display.
Orders
Create and track orders. Full lifecycle from placement to completion.
Vendor Sites
Configure your storefront domain, theme, and layout programmatically.
Storefronts
Manage templates, AI theming, and public-facing store configuration.
Full API documentation coming soon. All endpoints return JSON with integer IDs and standard HTTP status codes.