cURL
curl --request GET \ --url https://app.lettr.com/api/health
{ "message": "Health check passed.", "data": { "status": "ok", "timestamp": "2024-01-15T10:30:00.000Z" } }
Check the health status of the API. This endpoint does not require authentication.
API is healthy
"Health check passed."
Show child attributes
Was this page helpful?