Basics
Here you will find the key information related to the APIs.
MOGOPLUS API Documentation
1. Introduction
MOGOPLUS provides HTTP APIs for its services. This document outlines the basic information needed to interact with these APIs.
2. Environments
MOGOPLUS offers two environments:
- Test Environment: For Proof of Concept (POC) and development purposes
- Production Environment: For live, production use
3. API Endpoints
3.1 Authentication API
- Test Environment: https://auth.auuat.mogoplus.com
- Production Environment: https://auth.aulive.mogoplus.com
3.2 CDR (Consumer Data Right) API
- Base Path: /cdr-data/v2/banking-data-insights
- Test Environment: https://cdr.auuat.mogoplus.com
- Production Environment: https://cdr.aulive.mogoplus.com
4. Usage
To use these APIs, append the specific endpoint path to the appropriate base URL for your environment. For example:
- Test Environment CDR API: https://cdr.auuat.mogoplus.com/cdr-data/v2/banking-data-insights
- Production Environment CDR API: https://cdr.aulive.mogoplus.com/cdr-data/v2/banking-data-insights
5. Authentication
Details on authentication methods and requirements will be provided here. Ensure you have the necessary credentials before attempting to access these APIs.
6. Next Steps
For detailed information on available endpoints, request/response formats, and more, refer to our comprehensive API documentation available here.
Last updated
Was this helpful?

