{
  "service": "dun360",
  "status": "ok",
  "hostname": "api.dun360.com",
  "timestamp": "2026-04-07T10:19:30.368Z",
  "message": "DUN360 API is live on Cloudflare Workers with real starter routes.",
  "endpoints": {
    "site": "https://dun360.com/",
    "api": "https://api.dun360.com/",
    "health": "https://api.dun360.com/health",
    "routes": "https://api.dun360.com/v1/routes",
    "time": "https://api.dun360.com/v1/time",
    "edge": "https://api.dun360.com/v1/edge",
    "echo": "https://api.dun360.com/v1/echo"
  },
  "routes": [
    {
      "method": "GET",
      "path": "/",
      "description": "API index and route overview"
    },
    {
      "method": "GET",
      "path": "/health",
      "description": "Service health status"
    },
    {
      "method": "GET",
      "path": "/v1/routes",
      "description": "List all available API routes"
    },
    {
      "method": "GET",
      "path": "/v1/time",
      "description": "Return current UTC time information"
    },
    {
      "method": "GET",
      "path": "/v1/edge",
      "description": "Return Cloudflare edge request metadata"
    },
    {
      "method": "POST",
      "path": "/v1/echo",
      "description": "Echo a JSON or text payload for integration testing"
    }
  ]
}