JavaScript
import CompaniesSocial from '@alloy.rest/companies.social'; const client = new CompaniesSocial(); const response = await client.health.check(); console.log(response.status);
{ "status": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.companies.social/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.companies.social/llms.txt
Use this file to discover all available pages before exploring further.
Service health check
Was this page helpful?