{ "opencollection": "1.0.0", "info": { "name": "airSlate signNow REST Document Fields Smart Fields API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Smart Fields", "type": "folder" }, "items": [ { "info": { "name": "Prefill smart fields on a document", "type": "http" }, "http": { "method": "POST", "url": "https://api.signnow.com/document/:document_id/integration/object/smartfields", "params": [ { "name": "document_id", "value": "", "type": "path" } ] }, "docs": "Prefill smart fields on a document" } ] } ], "bundled": true }