cURL
curl --request GET \ --url https://aiapi.{client}.nx1cloud.com/api/ping
{ "status": "<string>", "version": "<string>", "build_number": "<string>" }
Health check for the API. !! Deprecated, use GET /api/health/ping instead.
Health check successful
The current health status of the API.
The version of the API currently running.
The build number of the deployed API.
Was this page helpful?