Getting Your API Key
- Log into your SaaS dashboard
- Go to Settings → API Access
- Click Generate API Key
- Copy and store your key securely — it is shown only once
Making Your First API Request
Include your API key in every request header:
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
Common Integration Use Cases
- Accounting sync — push daily POS sales to QuickBooks or Xero automatically
- E-commerce inventory — sync stock levels between POS and WooCommerce/Shopify
- CRM data — push new customer records to your CRM on registration
- Reporting dashboards — pull data into Power BI, Google Sheets, or Tableau
- WhatsApp/SMS notifications — trigger messages on events (new order, low stock, etc.)
API Documentation
Full API documentation with all endpoints, request/response schemas, and code examples is available in your SaaS dashboard under Settings → API Access → View Documentation.
Tip: For complex integrations, contact our professional services team — we can build the integration for you.