{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication Emails API", "version": "1.2" }, "items": [ { "info": { "name": "Emails", "type": "folder" }, "items": [ { "info": { "name": "Create an email", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/emails", "body": { "type": "json", "data": "{}" } }, "docs": "Add a new email address to the current user." }, { "info": { "name": "Retrieve an email", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/emails/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Email UUID" } ] }, "docs": "Provides one of the user’s emails." }, { "info": { "name": "Update the email", "type": "http" }, "http": { "method": "PUT", "url": "https://api.equinix.com/emails/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Email UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the email." }, { "info": { "name": "Delete the email", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/emails/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Email UUID" } ] }, "docs": "Deletes the email." } ] } ], "bundled": true }