Guide
Storefront
The hero carousel shown at the top of the SwiftGoma home page — a small, focused feature for platform-wide promotional slides.
Public read
GET /api/v1/storefront/hero returns the active slides, ordered by position. No authentication required.
Admin management
Everything under https://api.swiftgoma.com/api/v1/storefront/admin/hero-slides is ADMIN-only: listing every slide including inactive ones, creating a slide (title, optional subtitle and link, position, an image upload), updating one, and deleting one. Setting isActive to false hides a slide from the public feed without deleting it.