{ "opencollection": "1.0.0", "info": { "name": "Metal Authentication Emails API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Emails", "type": "folder" }, "items": [ { "info": { "name": "Create an email", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/metal/v1/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/metal/v1/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/metal/v1/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/metal/v1/emails/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Email UUID" } ] }, "docs": "Deletes the email." } ] } ], "bundled": true }