Developer-Friendly RESTful API
Build exactly what you want with complete control
Quick Start
# Get your API key from dashboard curl https://api.btab.app/api/v1/products \ -H "Authorization: Bearer btab_live_xxxxxxxxxxxxx"
Base URL
https://api.btab.app/api/v1Authentication
Authorization: Bearer YOUR_KEYCore Endpoints
GET /products
Retrieve all available products in the catalog
{
"success": true,
"data": [
{
"id": "prod_001",
"name": "Moog Minimoog Model D",
"wholesalePrice": 2999.00,
"suggestedRetailPrice": 4499.00,
"inStock": true
}
],
"count": 52
}GET /my-products
Retrieve your curated product selection
POST /orders
Submit a new order for fulfillment
GET /orders
Retrieve order history with tracking
Features
- ✓RESTful architecture
- ✓JSON responses
- ✓Bearer token auth
- ✓Rate limiting: 1,000/hour
- ✓99.9% uptime SLA
- ✓Complete documentation
Start Building Today
Get your free API key and start integrating Btab into your application.