Skip to main content
GET
/
api
/
ping
Health Ping
curl --request GET \
  --url https://aiapi.{client}.nx1cloud.com/api/ping
{
  "status": "<string>",
  "version": "<string>",
  "build_number": "<string>"
}

Response

Health check successful

status
string
required

The current health status of the API.

version
string
required

The version of the API currently running.

build_number
string
required

The build number of the deployed API.