API ReferenceServer API
Health check endpoint
Returns the health status of the API server. Used by orchestrators and monitoring systems.
Response Body
application/json
curl -X GET "https://loading/v1/healthz"{
"property1": "string",
"property2": "string"
}