Skip to main content
GET
/
health
cURL
curl --request GET \
  --url https://api.lighthousefh.com/health \
  --header 'Authorization: Bearer <token>'
{
  "service": "<string>",
  "status": "<string>",
  "timestamp": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Service is healthy

service
string
required
status
string
required
timestamp
string
required