cURL
curl --request GET \ --url https://aiapi.{client}.nx1cloud.com/api/health/ping
{ "status": "<string>", "version": "<string>", "build_number": "<string>" }
Health check for the API to verify if the API is operational.
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?