NeXuS

CMS Service API

The CMS Service provides headless content management backed by MongoDB. It runs on port 7000 at https://cms.sebhosting.com.

Endpoints

GET /health

{
  "service": "cms-service",
  "status": "healthy",
  "port": 7000,
  "uptime": 86400,
  "timestamp": "2026-02-14T06:19:07.261Z"
}

GET /status

{
  "service": "cms-service",
  "version": "1.0.0",
  "description": "Headless CMS Service",
  "status": "operational",
  "timestamp": "2026-02-14T06:19:07.261Z"
}

Architecture

The CMS service connects to MongoDB for document storage and provides a REST API for content management operations.