Health Check
Verify API availability and get version information with a simple health check endpoint.
Ping Endpoint
Simple ping endpoint to verify API availability and get version information.
Endpoint: GET /
Request:
GET /
Response:
{
"version": "2024.12.1"
}
Response Codes:
200 OK- Service is healthy and responding500 Internal Server Error- Service is unavailable