openapi: 3.2.0 info: title: Hyperlabs.Web Website Featured Products API version: '1.0' servers: - url: /api tags: - name: WebsiteFeaturedProducts paths: /v1/website/featured-products: get: tags: - WebsiteFeaturedProducts responses: '200': description: OK components: securitySchemes: oauth2: type: apiKey description: 'Standard Authorization header using the Bearer scheme. Example: "Bearer {token}"' name: Authorization in: header