{ "opencollection": "1.0.0", "info": { "name": "Marketo Engage Rest API", "version": "1.0" }, "items": [ { "info": { "name": "Identity", "type": "folder" }, "items": [ { "info": { "name": "Identity", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/identity/oauth/token", "params": [ { "name": "client_id", "value": "", "type": "query", "description": "Client ID from Admin > Integration > Launchpoint menu." }, { "name": "client_secret", "value": "", "type": "query", "description": "Client Secret from Admin > Integration > Launchpoint menu." }, { "name": "grant_type", "value": "", "type": "query", "description": "Grant type." } ] }, "docs": "Retrieve an access token from Marketo Engage. Calls to this endpoint are not counted towards API call limit.\n" }, { "info": { "name": "Identity", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/identity/oauth/token", "params": [ { "name": "client_id", "value": "", "type": "query", "description": "Client ID from Admin > Integration > Launchpoint menu." }, { "name": "client_secret", "value": "", "type": "query", "description": "Client Secret from Admin > Integration > Launchpoint menu." }, { "name": "grant_type", "value": "", "type": "query", "description": "Grant type." } ] }, "docs": "Retrieve an access token from Marketo. Calls to this endpoint are not counted towards API call limit.\n" } ] } ], "bundled": true }