{ "opencollection": "1.0.0", "info": { "name": "WP Engine Hosting Platform Account API", "version": "1.17.0" }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "List your WP Engine accounts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "(Optional) The number of records to return" }, { "name": "offset", "value": "", "type": "query", "description": "(Optional) The first record of the result set to be retrieved" } ] }, "docs": "# Description\nUse this to list your WP Engine accounts.\n" }, { "info": { "name": "Get an account by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/:account_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path", "description": "ID of account" } ] }, "docs": "Returns a single Account" }, { "info": { "name": "Fetch account usage limits", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/:account_id/limits", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path", "description": "ID of account" } ] }, "docs": "Fetch account limits such as visitors, storage (GB) and bandwidth (GB) to compare against your current usage." } ] } ], "bundled": true }