{ "opencollection": "1.0.0", "info": { "name": "SignWell Developer API Application Regional API", "version": "v1" }, "items": [ { "info": { "name": "Regional", "type": "folder" }, "items": [ { "info": { "name": "MX – NOM-151 Certificate", "type": "http" }, "http": { "method": "GET", "url": "https://www.signwell.com/api/v1/documents/:id/nom151_certificate", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "url_only", "value": "", "type": "query", "description": "If true, returns JSON with download URL instead of downloading the file" }, { "name": "object_only", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Download NOM-151 certificate for a completed document. Returns a ZIP file, download URL, or raw certificate data based on query parameters." } ] } ], "bundled": true }