{ "opencollection": "1.0.0", "info": { "name": "MTN MADAPI OAuth2", "version": "v1.1" }, "items": [ { "info": { "name": "Get access token", "type": "folder" }, "items": [ { "info": { "name": "Endpoint to request an access token for use in subsequent api calls that require a bearer token in the authorization header.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/access_token", "params": [ { "name": "grant_type", "value": "", "type": "query", "description": "Type of grant i.e client credentials" } ] }, "docs": "OAuth2 endpoint that provides an access token for consumers of other endpoints." } ] } ], "bundled": true }