Check the health status of the Blnk API server.
curl --request GET \
--url http://localhost:5001/health
{
"status": "UP"
}
curl --request GET \
--url http://localhost:5001/health
{
"status": "UP"
}
Was this page helpful?
curl --request GET \
--url http://localhost:5001/health
{
"status": "UP"
}