📄️ Plugins API
The FlowSynx Plugins API allows clients to manage plugin lifecycle operations such as listing, installing, retrieving details, updating, and removing plugins.
📄️ Config API
The FlowSynx Configuration API provides endpoints for managing plugin configurations. You can list, create, update, retrieve, and delete configurations via secured RESTful calls.
📄️ Health API
The Health Check API in FlowSynx provides a simple way to verify whether the service is running and operational. It is commonly used for automated uptime monitoring, container orchestration probes (like Kubernetes liveness/readiness), or deployment verification.
📄️ Version API
The Version API provides metadata about the currently running version of the FlowSynx system. This endpoint is helpful for clients, monitoring tools, or CI/CD pipelines to programmatically verify the deployed version and ensure compatibility between components.
📄️ Logs API
The Logs API allows users or administrators to search and retrieve application logs from the FlowSynx system. This endpoint is useful for auditing, debugging, and monitoring system behavior in real-time or retrospectively.