Product Catalog
Loading products...
My Products
Products you've added to your store
Loading your products...
Your API Key
Use this key to integrate Btab products into your own website or application.
Example API Request:
fetch('http://localhost:3000/api/v1/products', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY_HERE'
}
})
.then(res => res.json())
.then(data => console.log(data));
⚠️ Keep this key secure!
Never share your API key publicly or commit it to source control.
Never share your API key publicly or commit it to source control.