🚀 Kasuwa 360 API

B2B SaaS Platform Backend - Firebase Hosting

API Status: Online

Welcome

Welcome to the Kasuwa 360 Backend API hosted on Firebase Cloud Functions. This API powers a comprehensive B2B SaaS platform for business management.

Base URL

Loading...

Quick Start

Authentication

All protected endpoints require a JWT token in the Authorization header:

Authorization: Bearer <JWT_TOKEN>

Key Endpoints

POST /api/v1/auth/register - Register new business
POST /api/v1/auth/login - Login
GET /api/v1/business/dashboard - Get dashboard data
GET /api/v1/inventory - Get all products
POST /api/v1/sales - Record a sale
GET /api/v1/marketplace/products - Browse marketplace

Features

  • 🔐 JWT Authentication with Firebase Auth
  • 🏢 Multi-tenant Business Management
  • 📦 Real-time Inventory Tracking
  • 💰 Sales & Profit Analytics
  • 💳 Debt Management
  • 📄 Invoice & Receipt Generation
  • 👥 Team Collaboration
  • 🛒 Marketplace Integration
  • 📊 Comprehensive Reports
  • 🔔 Push Notifications