EZCart Docs
ApiV1Health

Health check endpoint

Health check endpoint. This endpoint is not protected by the API key guard.

GET
/v1/health

Response Body

application/json

curl -X GET "https://api-pub.ezcart.io/v1/health"
{
  "status": "string",
  "timestamp": "string"
}