Skip to main content
GET
/
health
Check for the application health
curl --request GET \
  --url https://preview.kotanipay.com/health
{
  "status": "ok",
  "info": {
    "database": {
      "status": "up"
    }
  },
  "error": {},
  "details": {
    "database": {
      "status": "up"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://manual.kotanipay.com/llms.txt

Use this file to discover all available pages before exploring further.

Use this endpoint to check the health status of the Kotani Pay API platform.

Response

The Health Check is successful

status
string
Example:

"ok"

info
object
Example:
{ "database": { "status": "up" } }
error
object
Example:
{}
details
object
Example:
{ "database": { "status": "up" } }