{ "opencollection": "1.0.0", "info": { "name": "airSlate signNow REST Document Fields Documents API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Upload a document", "type": "http" }, "http": { "method": "POST", "url": "https://api.signnow.com/document", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Upload a document" }, { "info": { "name": "Retrieve a document", "type": "http" }, "http": { "method": "GET", "url": "https://api.signnow.com/document/:document_id", "params": [ { "name": "document_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a document" }, { "info": { "name": "Update document fields/metadata", "type": "http" }, "http": { "method": "PUT", "url": "https://api.signnow.com/document/:document_id", "params": [ { "name": "document_id", "value": "", "type": "path" } ] }, "docs": "Update document fields/metadata" }, { "info": { "name": "Delete document", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.signnow.com/document/:document_id", "params": [ { "name": "document_id", "value": "", "type": "path" } ] }, "docs": "Delete document" }, { "info": { "name": "Download document", "type": "http" }, "http": { "method": "GET", "url": "https://api.signnow.com/document/:document_id/download", "params": [ { "name": "document_id", "value": "", "type": "path" } ] }, "docs": "Download document" }, { "info": { "name": "Generate a one-time download link", "type": "http" }, "http": { "method": "POST", "url": "https://api.signnow.com/document/:document_id/download/link", "params": [ { "name": "document_id", "value": "", "type": "path" } ] }, "docs": "Generate a one-time download link" }, { "info": { "name": "Get full document history", "type": "http" }, "http": { "method": "GET", "url": "https://api.signnow.com/document/:document_id/historyfull", "params": [ { "name": "document_id", "value": "", "type": "path" } ] }, "docs": "Get full document history" }, { "info": { "name": "Merge documents into one", "type": "http" }, "http": { "method": "POST", "url": "https://api.signnow.com/document/merge" }, "docs": "Merge documents into one" }, { "info": { "name": "Move document to a folder", "type": "http" }, "http": { "method": "POST", "url": "https://api.signnow.com/document/:document_id/move", "params": [ { "name": "document_id", "value": "", "type": "path" } ] }, "docs": "Move document to a folder" } ] } ], "bundled": true }