GET
/
v1
/
health
JavaScript
import BlueHive from '@bluehive/sdk';

const client = new BlueHive({
  apiKey: 'My API Key',
});

const response = await client.health.check();

console.log(response.status);
{
  "status": "ok"
}

Response

200 - application/json

Default Response

The response is of type object.