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.

EnvironmentPurposeBase URL
SandboxThe 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
ProductionThe 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

What’s Next