Check Service Health
Check service health via GET /health.
get
getimport { RoutingEngineSDK } from 'routing-engine-sdk';
const sdk = new RoutingEngineSDK({
api: { apiKey: 'your-api-key' },
});
const health = await sdk.health.get();
console.log(health.data);Last updated

