Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.osint.ly/health
{
  "status": "healthy",
  "timestamp": "2026-03-03T12:00:00.000Z",
  "service": "api"
}

Response

200 - application/json

Service health

status
enum<string>
required
Available options:
healthy
timestamp
string<date-time>
required
service
enum<string>
required
Available options:
api