v1

latestOpenAPI 3.1.02026-07-261055249.9 KB
Version

Get version

Shows the current version and the environment of the finX API.

get/version

Response

OK

versionstring required

Version of finX API.

environmentstring required

Environment where the API is running.

Example response

{
  "version": "1.0.0",
  "environment": "sandbox"
}