Skip to main content
GET
/
health
curl --request GET \
  --url http://localhost:5001/health
{
  "status": "UP"
}

Overview

Available in version 0.10.3 and later. Public access (no authentication required) in v0.10.4.
The Health Check endpoint allows you to verify that your Blnk API server is running and responsive. It is typically used for readiness and liveness checks in deployment environments (e.g., Docker, Kubernetes, load balancers).
curl --request GET \
  --url http://localhost:5001/health
{
  "status": "UP"
}

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.
Tip: Connect to Blnk Cloud to see your Core data.You can view your transactions, manage identities, create custom reports, invite other team members to collaborate, and perform operations on your Core — all in one dashboard.Check out Blnk Cloud →