{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands AccountWatermarks API", "version": "v2.1" }, "items": [ { "info": { "name": "AccountWatermarks", "type": "folder" }, "items": [ { "info": { "name": "Docusign Get watermark information.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/watermark", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ] }, "docs": "Docusign Get watermark information." }, { "info": { "name": "Docusign Update watermark information.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/watermark", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Docusign Update watermark information." }, { "info": { "name": "Docusign Get watermark preview.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/watermark/preview", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Docusign Get watermark preview." } ] } ], "bundled": true }