{ "opencollection": "1.0.0", "info": { "name": "Sonatype Nexus Repository Manager assets Email API", "version": "3.91.0-07" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Email", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the current email configuration", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/email" }, "docs": "Retrieve the current email configuration" }, { "info": { "name": "Set the current email configuration", "type": "http" }, "http": { "method": "PUT", "url": "/service/rest/v1/email" }, "docs": "Set the current email configuration" }, { "info": { "name": "Disable and clear the email configuration", "type": "http" }, "http": { "method": "DELETE", "url": "/service/rest/v1/email" }, "docs": "Disable and clear the email configuration" }, { "info": { "name": "Send a test email to the email address provided in the request body", "type": "http" }, "http": { "method": "POST", "url": "/service/rest/v1/email/verify" }, "docs": "Send a test email to the email address provided in the request body" } ] } ], "bundled": true }