Platform
Health
Confirm platform availability before integrating.
Platform Health
GET
/healthReturns 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.
curl "https://api.africa-api.com/health"{
"status": "ok"
}