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

Authentication

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

How to Authenticate?

  • As mentioned above, get the client id and secret from MOGOPLUS console

  • 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.dev.mogoplus.ai/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/x-www-form-urlencoded

Accept

application/json

Form-data

Name
Value

client_id

{generated from user management section in Mogoplus console}

client_secret

{generated from user management section in Mogoplus console}

Parameters

Name
Value

grant_type

client_credentials

Response

Last updated

Was this helpful?