Api Change and Enhancement Policy

At Finvix, we're always working to make our APIs better and more efficient. This means they are continuously being improved and updated. As a result, there may be changes to our APIs without prior notice.

To stay up-to-date, we recommend regularly checking our API documentation and release notes. We appreciate your understanding and flexibility as we make these enhancements to serve you better.

Thank you for being a valued part of the Finvix community!

Multiple Environments

To facilitate integration, we have staging and production environments.

To indicate the environment to which the request is made, the x-enviroment element is included in each request header.

  • staging

  • prod

POST /api/v1/Auth/login HTTP/1.1

Host: aip.finvix.net

x-environment: staging

APIs