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" }
Check the service health and ensure the API is running properly.
Default Response
The response is of type object.
object
Was this page helpful?