{ "opencollection": "1.0.0", "info": { "name": "Adobe PDF Services Protect PDF API", "version": "4.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Protect PDF", "type": "folder" }, "items": [ { "info": { "name": "Adobe Protect a Pdf", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/protectpdf", "body": { "type": "json", "data": "{}" } }, "docs": "Add password protection and set permissions on a PDF document. Supports setting user passwords (to open), owner passwords (to edit/print), and encryption algorithms (AES-128 or AES-256)." } ] } ], "bundled": true }