S Stock Mate API Service status

Secure backend platform

Powering every smarter shop.

Stock Mate API is the trusted layer behind the Stock Mate mobile app—bringing secure access, reliable sync, app configuration, and real-time operational continuity to local businesses.

Firebase-authenticated Offline-first sync Supabase-powered
GET /api/health
{
  "success": true,
  "message": "Stock Mate API is running",
  "services": [
    "authentication",
    "inventory sync",
    "app configuration"
  ],
  "status": 200
}

Built for reliability

The operating system behind Stock Mate.

Designed for small-shop workflows where reliability matters: authenticated access, conflict-aware data sync, and centrally managed mobile experiences.

Offline-first sync

Safely synchronises inventory, customers, billing, payments, and categories when a connection is available.

Verified access

Firebase identity verification and shop-level authorization keep every mobile request scoped and secure.

Central app control

Serves maintenance, document, payment, support, notification, and update configuration to the app.

API at a glance

Purpose-built service endpoints.

These routes support the Stock Mate app and require the appropriate authentication where applicable.

The health endpoint is public. Mobile and admin endpoints are protected and are intended for approved Stock Mate clients.

GET/api/health
POST/api/mobile/auth/bootstrap
GET/api/mobile/app-config
POST/api/mobile/sync/push
GET/api/mobile/sync/pull
POST/api/admin/notifications/send-reminder