{ "opencollection": "1.0.0", "info": { "name": "Signaturely Documents Folders API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Folders", "type": "folder" }, "items": [ { "info": { "name": "List folders", "type": "http" }, "http": { "method": "GET", "url": "https://api.signaturely.com/api/v1/api-integrations/folders", "params": [ { "name": "page", "value": "", "type": "query" } ] }, "docs": "List folders" }, { "info": { "name": "Create a folder", "type": "http" }, "http": { "method": "POST", "url": "https://api.signaturely.com/api/v1/api-integrations/folders" }, "docs": "Create a folder for documents via API call." }, { "info": { "name": "Get a folder", "type": "http" }, "http": { "method": "GET", "url": "https://api.signaturely.com/api/v1/api-integrations/folders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a folder" }, { "info": { "name": "Rename a folder", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.signaturely.com/api/v1/api-integrations/folders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Rename a folder" }, { "info": { "name": "Move documents or folders into a folder", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.signaturely.com/api/v1/api-integrations/folders/move" }, "docs": "Move documents or folders into a folder" } ] } ], "bundled": true }