Health Check GET
Overview
Returns the health status of the API server. This endpoint does not require authentication.
Endpoint URL
Endpoint Data
Example Request
Example Response
HTTP/1.1 200 OK
Content-Type: application/json
{
"status": "ok",
"timestamp": "2024-02-04T12:00:00.000Z"
}
Response Fields
| Field | Type | Description |
|---|---|---|
status |
String | Health status (ok) |
timestamp |
String | ISO 8601 timestamp |