System
Get health status
Check whether Blnk Core is running and reachable with the Python SDK.
GET
Get health status
Use
blnk.system.health to check whether Core is reachable.
Confirm Core is healthy
Check that
response.data["status"] is UP before running other SDK calls in health checks or startup probes.Related docs
Set up the SDK
Initialize the client and configure the base URL.
Health check
HTTP request and response schema.