Skip to main content
GET
/
version
Get API Version
curl --request GET \
  --url https://{base_url}/version
{
  "version": "1.0.0"
}

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

API version information

version
string

Current API version

Example:

"1.0.0"