curl --request GET \
--url https://sandbox-api.kotanipay.com/health{
"status": "ok",
"info": {
"database": {
"status": "up"
}
},
"error": {},
"details": {
"database": {
"status": "up"
}
}
}This endpoint is used to check for the health of the application
curl --request GET \
--url https://sandbox-api.kotanipay.com/health{
"status": "ok",
"info": {
"database": {
"status": "up"
}
},
"error": {},
"details": {
"database": {
"status": "up"
}
}
}