System
Get health status
Check whether Blnk Core is running and reachable with the Java SDK.
GET
Get health status
Use This method takes no arguments.
blnk.system().health for this operation.
1
Call the method
2
Confirm Core is healthy
Check that
response.data().get("status").asText() is UP before running other SDK calls in health checks or startup probes.3
Response
200 OK
Related docs
Set up the SDK
Initialize the client and configure the base URL.
Health check
HTTP request and response schema.