Authentication
This endpoint is provided to allow Google marketplace participants to fetch their access token from MOGOPLUS by passing the required Authorization details.
Last updated
Was this helpful?
This endpoint is provided to allow Google marketplace participants to fetch their access token from MOGOPLUS by passing the required Authorization details.
Last updated
Was this helpful?
The client_id and client_secret, which are required to invoke the Authentication API can be generated from Mogoplus console. More information available
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
POST/
Invoke the API over mTLS and fetch access token from MOGOPLUS to prove the authenticity of requests
Headers
Content-Type
application/json
Authorization
client_id & client_secret
Parameters
grant_type
client_credentials
Response