System
Get health status
Check whether Blnk Core is running and reachable with the TypeScript SDK.
GET
Get health status
Use This method takes no arguments.
blnk.System.health to check whether Core is reachable.
1
Call the method
blnk.System.health
2
Confirm Core is healthy
Check that
response.data.status is UP before running other SDK calls in health checks or startup probes.3
Response
200 OK