Africa API

Health

Service liveness endpoint for uptime and monitoring checks.

Endpoint

GET /health

Response

{
  "status": "ok"
}
  • Use for load balancer health checks.
  • Use in synthetic monitoring every 30-60 seconds.
  • Alert on repeated failures, not single blips.

On this page