ACE (Agentic Commerce Engine)
API ReferenceHealth

Health check

GET
/health

Liveness check for the public API. No authentication required.

Response Body

application/json

curl -X GET "https://example.com/health"
{  "data": {    "status": "ok",    "service": "enrichment-api",    "version": "v1"  }}