{ "opencollection": "1.0.0", "info": { "name": "Lob Crv_id API", "version": "1.20.2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Crv_id", "type": "folder" }, "items": [ { "info": { "name": "Retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.lob.com/v1/creatives/:crv_id", "params": [ { "name": "crv_id", "value": "", "type": "path", "description": "id of the creative" } ] }, "docs": "Retrieves the details of an existing creative. You need only supply the unique creative identifier that was returned upon creative creation." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lob.com/v1/creatives/:crv_id", "params": [ { "name": "crv_id", "value": "", "type": "path", "description": "id of the creative" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the details of an existing creative. You need only supply the unique identifier that was returned upon creative creation." } ] } ], "bundled": true }