africaAPI

Platform

Health

Confirm platform availability before integrating.

Platform Health

GET/health

Returns the current platform status. Use this endpoint to verify availability before integrating or as a lightweight uptime check.

No authentication required. No query parameters.

Returns 200 when operational, 503 when degraded.

Request
curl "https://api.africa-api.com/health"
Response · 200
{
  "status": "ok"
}

On this page