System
System endpoints for health checks and credential validation
Health Check
Check if the Shop API is running and all services are operational
Validate API Credentials
Validate API credentials without requiring full authentication. Used for testing WooCommerce module connections.
Realtime Connection Config
Laravel Reverb (Pusher protocol) connection details for storefront realtime. The QR channels are public — the unguessable session id in the channel name is the secret — so no per-session token is issued. Subscribe to `qr-login.{session_id}` or `qr-card.{session_id}` and bind `status_update`.
Publish to an Upload Session Channel
Broadcast to the public `upload-session.{session_code}` channel. Used by storefront integrations that hand a file from a phone to a desktop, because Reverb has no client-side publish. Call this from your server — it requires the API secret — never from a browser.