> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cisisk.projects.bernardopinto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Hello

> GET /api/v1/hello

Smoke test endpoint.

```
GET /api/v1/hello
```

### Response

```json theme={null}
{
  "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"
  }
}
```
