API ReferenceServer API

Health check endpoint

Returns the health status of the API server. Used by orchestrators and monitoring systems.

GET
/v1/healthz

Response Body

application/json

curl -X GET "https://loading/v1/healthz"
{
  "property1": "string",
  "property2": "string"
}