Skip to main content
GET
/
health
Check if the API is healthy
curl --request GET \
  --url https://api.noonum.ai/v2/health
{
  "message": "Service is running",
  "status": "OK"
}

Response

200 - application/json

API is healthy

message
string
Example:

"Service is running"

status
string
Example:

"OK"