cURL
curl --request GET \ --url https://api.example.com/v1/health
Returns 200 if the server is running. No auth required.
{"status": "ok"}