System
Get health status
Check whether Blnk Core is running and reachable with the Go SDK.
GET
Get health status
Use This method takes no arguments.
client.Health.Check to check whether Core is reachable.
1
Call the method
client.Health.Check
2
Confirm Core is healthy
Check that
health.Status is UP before running other SDK calls in health checks or startup probes.3
Response
Related docs
Set up the SDK
Initialize the client and configure the base URL.
Health check
HTTP request and response schema.