cURL
curl --request GET \ --url https://api.example.com/v1/health/
{ "status": "ok" }
Check if server is running and responding
Successful Response
The status of the health check
"ok"