cURL
curl --request GET \ --url https://{base_url}/health
{ "status": "healthy", "timestamp": "2024-01-15T10:30:00Z" }
Returns the health status of the API service
Documentation IndexFetch the complete documentation index at: https://docs.fintelite.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fintelite.ai/llms.txt
Use this file to discover all available pages before exploring further.
Service health status
"healthy"
Current timestamp in ISO 8601 format
"2024-01-15T10:30:00Z"
Was this page helpful?