GET /api/v1/hello
Response
{
"success": true,
"message": "Welcome to the Cisisk API",
"data": {
"greeting": "Hello, World!",
"documentation": "/api/v1/health",
"environment": "development"
},
"metadata": {
"environment": "development",
"timestamp": "2026-06-28T12:00:00.000Z",
"version": "1.0.0",
"requestId": "550e8400-e29b-41d4-a716-446655440000",
"ip": "::1"
}
}