Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.
Kedar Vijay Kulkarni edited this page Dec 5, 2021 · 1 revision

Health

Check the API health.

Document link

const mantiumAi = require('@mantium/mantiumapi');

mantiumAi.Health().check().then((response) => {
  console.log("*************** Health response ***************");
  console.log(response);
});

Example of a successful completion response

OK. API Version vX-XXXXXXXX running since YYYY-MM-DDTHH:MM:SS+00:00.

Go to Table of Contents

Clone this wiki locally