All URIs are relative to https://api.carbon.ai
Method | HTTP request | Description |
---|---|---|
healthHealthGet | GET /health | Health |
Object healthHealthGet()
Health
import CarbonJsSdk from 'carbon-js-sdk';
let apiInstance = new CarbonJsSdk.HealthApi();
apiInstance.healthHealthGet((error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});
This endpoint does not need any parameter.
Object
No authorization required
- Content-Type: Not defined
- Accept: application/json