{ "opencollection": "1.0.0", "info": { "name": "WP Engine Hosting Platform Account SSH Key API", "version": "1.17.0" }, "items": [ { "info": { "name": "SSH Key", "type": "folder" }, "items": [ { "info": { "name": "Get your SSH keys", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/ssh_keys", "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 the SSH keys that you've added to WP Engine.\n" }, { "info": { "name": "Add a new SSH key", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/ssh_keys", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "# Description\nUse this to add a new SSH key to WP Engine.\n" }, { "info": { "name": "Delete an existing SSH key", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/ssh_keys/:ssh_key_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "ssh_key_id", "value": "", "type": "path", "description": "The ID of the SSH key to delete" } ] }, "docs": "# Description\nThis will delete the SSH key.\n" } ] } ], "bundled": true }