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.
blnk.System.health
Response shape
200 OK
| Field | Description |
|---|---|
status | UP when Core is healthy and reachable. |
Related docs
Set up the SDK
Initialize the client and configure the base URL.
Health check
HTTP request and response schema.