Skip to main content
GET
/
health
Health Check
curl --request GET \
  --url https://{base_url}/health
{
  "status": "healthy",
  "timestamp": "2024-01-15T10:30:00Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fintelite.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Service health status

status
string

Service health status

Example:

"healthy"

timestamp
string<date-time>

Current timestamp in ISO 8601 format

Example:

"2024-01-15T10:30:00Z"