Platform
Health
Check Africa API health and release identity before making protected API calls.
Platform Health
GET
/healthReturns the current platform status and deployed release SHA.
No authentication required. No query parameters.
Use it for uptime checks, deployment verification, and incident triage.
curl "https://api.africa-api.com/health"{
"status": "ok",
"release_sha": "7419e85294d3e709c6c429c1dedd17687c77a8f9"
}