Environments
To make testing and developing with Mono quick and easy, we make use of the same API endpoint for sandbox and production, the only difference is the keys used when calling the APIs.
Environment | Purpose | Base URL |
---|---|---|
Sandbox | The sandbox environment is dedicated to test and development phases. In this environment, you can login via Mono connect without real credentials and you can pull test data from all endpoints. | https://api.withmono.com |
Production | The production environment is dedicated to live applications with real connections to institutions. In this environment, users will need real credentials to login via Mono connect and you will pull real data from the institutions. | https://api.withmono.com |
Updated about 2 years ago