curl --request GET \
--url https://api.dualship.run/health{
"status": "healthy"
}Check if the service and its dependencies are healthy
curl --request GET \
--url https://api.dualship.run/health{
"status": "healthy"
}Service is healthy
Health check response
"healthy"
Was this page helpful?