Returns HTTP 200 when the service is running. No authentication required.
import Chamelaion from 'chamelaion'; const client = new Chamelaion(); const response = await client.health.check(); console.log(response.status);
{ "status": "ok" }