For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentication

This endpoint is provided to allow CDR participants to fetch their access token from MOGOPLUS by passing the required Authorization details.

The client certificate and key, which are required to invoke the Authentication API will be provided by MOGOPLUS team.

How to Authenticate?

  • Get the client certificate and key from MOGOPLUS team

  • Request MOGOPLUS team to provide Basic Auth info (username and password)

  • Form the request as mentioned below using the above details and send

  • You should receive a Bearer token in response to the request

Login

POST/https://auth.auuat.mogoplus.com/api/v1/oauth2/token?grant_type=client_credentials

Invoke the API over mTLS and fetch access token from MOGOPLUS to prove the authenticity of requests

Headers

Name
Value

Content-Type

application/json

Authorization

Basic Auth <username and password>

Parameters

Name
Value

grant_type

client_credentials

Response

Last updated

Was this helpful?