System
Endpoints
GET /health— Health check
GET /health
Health check
No Authentication
This endpoint does not require an API key.
Response (200)
| Field | Type | Required | Description |
|---|---|---|---|
status | string | Yes | — |
uptime | number | Yes | — |
Example
Request:
bash
curl -s \
"http://localhost:3000/health"Response:
json
{
"status": "string",
"uptime": 1
}