Skip to main content
GET
/
health
JavaScript
import CompaniesSocial from '@alloy.rest/companies.social';

const client = new CompaniesSocial();

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

console.log(response.status);
{
  "status": "<string>"
}

Response

200 - application/json

Service health check

status
string
required