{ "opencollection": "1.0.0", "info": { "name": "Digio Documents API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Create a sign request from a template", "type": "http" }, "http": { "method": "POST", "url": "https://api.digio.in/v2/client/template/multi_templates/create_sign_request", "body": { "type": "json", "data": "{}" } }, "docs": "Generates a document from a pre-configured DigiDocs template (with optional eStamp) and creates an eSign request in one call." } ] } ], "bundled": true }