Skip to main content

Get Health Status of the service

GET https://gateway.manka.tz/v1/api/health-check

This resources checks for the health status of the service.

curl example request

curl https://gateway.manka.tz/v1/api/health-check

Sample Response

200 OK

{
"status": "ok",
"latency": "172ms"
}

Health Service!

The status message string should not be parsed. Might change.