GET /health
Simple health check endpoint that returns a plain text response. Used by load balancers and monitoring systems to verify the server is running.
Authentication​
None. This is a public endpoint.
Request​
No parameters.
Example​
curl -X GET https://intotes.com/health
Response​
200 OK​
Returns an empty response body with status 200. No Content-Type header is set.
Errors​
If the server is down or unreachable, the request will fail at the network level (connection refused or timeout). This endpoint does not return error JSON bodies.