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. API Endpoints

Our API service includes two main endpoints:

  1. Authentication – Used to generate the authentication token required for accessing the APIs.

  2. Insight/Report Generation – Processes transactional data to generate insights.

To use the Insight/Report Generation endpoint, you must first obtain an authentication token by calling the Authentication endpoint.

2.1 Authentication API

https://auth.live.mogoplus.ai

2.2 Insights API

https://console.live.mogoplus.ai

3. Usage

To use these APIs, append the specific endpoint path to the appropriate base URL for your environment. For example: https://console.live.mogoplus.ai/api/application

4. Authentication

Details on authentication methods and requirements will be provided here. Ensure you have the necessary credentials before attempting to access these APIs.

More information regarding how to get the necessary credentials is listed here

5. 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?