FLECS
HomeMarketplaceRessourcesGet started
Engineering
Engineering
  • API Docs
    • FLECS Console API
      • Welcome!
      • Quick Start
      • API Reference
        • Authentication
        • Users
        • Products
        • Device
        • Apps
    • FLECS Core API
      • API Reference
        • System
        • Device
        • Console
        • Instances
        • Apps
        • Jobs
  • App Publishing Guide
    • 💡Overview
    • 🪛How to create a FLECS app
    • 🚀How to release a FLECS app
    • 🧳App Publishing Packages
    • 📶Network
  • FLECS Core
    • Install FLECS Core Using Docker
  • White Labeling
    • Integrate views
    • On-premise hosting of apps
Powered by GitBook
On this page
  • Make your first request
  • Return all apps.

Was this helpful?

  1. API Docs
  2. FLECS Console API

Quick Start

PreviousWelcome!NextAPI Reference

Last updated 4 months ago

Was this helpful?

Make your first request

To make your first request, send a request to the apps endpoint. This will return all public apps.

Return all apps.

GET https://console.flecs.tech/api/v2/products/apps

See for details

#api-v2-products-apps