Documentation Index
Fetch the complete documentation index at: https://knowledge.bitbybit.studio/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The bitbybit Open API provides programmatic access to your bitbybit data. You can manage customers, orders, and products through a RESTful API secured with API key authentication.Base URLs
| Service | Base URL |
|---|---|
| Customers, Orders, Products | https://api.bitbybit.studio/customer/open/v1 |
| Messaging | https://api.bitbybit.studio/whatsapp/open/v1 |
Quick Start
- Go to Settings > Developer in your bitbybit dashboard
- Click Create API Key and select the scopes you need
- Copy the API key (it’s only shown once)
- Include it in every request via the
x-api-keyheader
Response Format
Success (single resource):Available Resources
Customers
Create, read, update, and delete customers
Orders
Manage orders and fulfillment
Products
Manage your product catalog
Messaging
Send and track WhatsApp messages
Loyalty
Manage loyalty settings, points, rewards, and redemptions
Webhooks
Receive real-time event notifications

