Skip to main content
GET
/
basic
/
health
Health Check
curl --request GET \
  --url https://api.series.hr/basic/health
Simple endpoint to verify the API is running and accessible. No authentication required.

Request

curl https://api.series.hr/basic/health

Response

200
{
  "success": true,
  "data": {
    "status": "healthy",
    "timestamp": "2024-01-05T12:00:00Z",
    "uptime": 864000
  }
}

Use Cases

  • Monitoring API availability
  • Load balancer health checks
  • Initial connectivity testing
  • Uptime monitoring

Response

200

API is healthy