Skip to main content
GET
/
health
Health Check
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 Lettr API. This endpoint does not require authentication and can be used for uptime monitoring or connectivity checks. Returns the current status and an ISO 8601 timestamp.

Response

200 - application/json

API is healthy

message
string
required
Example:

"Health check passed."

data
object
required