Skip to main content
GET
/
health
Check for the application health
curl --request GET \
  --url https://sandbox-api.kotanipay.io/health
{
  "success": true,
  "message": "Health check",
  "data": {
    "status": "ok"
  }
}
Use this endpoint to check the health status of the Kotani Pay API platform.

Response

The Health Check is successful

success
boolean
Example:

true

message
string
Example:

"Health check"

data
object