{ "opencollection": "1.0.0", "info": { "name": "Lob Files API", "version": "1.20.2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "Upload file", "type": "http" }, "http": { "method": "POST", "url": "https://api.lob.com/v1/uploads/:upl_id/file", "params": [ { "name": "upl_id", "value": "", "type": "path", "description": "ID of the upload" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Upload an [audience file](https://help.lob.com/print-and-mail/building-a-mail-strategy/campaign-or-triggered-sends/campaign-audience-guide) and associate it with an upload." } ] } ], "bundled": true }