{ "opencollection": "1.0.0", "info": { "name": "Acquia Cloud API Account Distributions API", "version": "2.0.0" }, "items": [ { "info": { "name": "Distributions", "type": "folder" }, "items": [ { "info": { "name": "Acquia Return a List of Drupal Distributions.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/distributions", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://accounts.acquia.com/api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of Drupal distributions that are available for installation in an Acquia Cloud environment.\n" }, { "info": { "name": "Acquia Return Details About a Specific Drupal Distribution.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/distributions/:name", "params": [ { "name": "name", "value": "drupal8", "type": "path", "description": "A name that uniquely identifies an entity." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://accounts.acquia.com/api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "A specific distribution.\n" } ] } ], "bundled": true }