africaAPI

Platform

Health

Check Africa API health and release identity before making protected API calls.

Platform Health

GET/health

Returns the current platform status and deployed release SHA.

No authentication required. No query parameters.

Use it for uptime checks, deployment verification, and incident triage.

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

On this page