{ "opencollection": "1.0.0", "info": { "name": "Acquia DAM (Widen) Acquia-DAM-Webhooks Orders API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Check which items will be removed from an order (v1)", "type": "http" }, "http": { "method": "POST", "url": "https://api.widencollective.com/v2/order/items/removals", "body": { "type": "json", "data": "{}" } }, "docs": "Check which items will be removed from an order (v1)" }, { "info": { "name": "Create an asset order (v1)", "type": "http" }, "http": { "method": "POST", "url": "https://api.widencollective.com/v2/order", "body": { "type": "json", "data": "{}" } }, "docs": "Create an asset order (v1)" }, { "info": { "name": "Get order details by UUID (v1)", "type": "http" }, "http": { "method": "GET", "url": "https://api.widencollective.com/v2/order/uuid/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query" } ] }, "docs": "Get order details by UUID (v1)" }, { "info": { "name": "Get order details by sequence number (v1)", "type": "http" }, "http": { "method": "GET", "url": "https://api.widencollective.com/v2/order/seqNum/:seqNum", "params": [ { "name": "seqNum", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query" } ] }, "docs": "Get order details by sequence number (v1)" }, { "info": { "name": "Get zip archive status or download link (v1)", "type": "http" }, "http": { "method": "GET", "url": "https://api.widencollective.com/v2/order/uuid/:uuid/zip", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Get zip archive status or download link (v1)" }, { "info": { "name": "Create a zip archive for an order (v1)", "type": "http" }, "http": { "method": "POST", "url": "https://api.widencollective.com/v2/order/uuid/:uuid/zip", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Create a zip archive for an order (v1)" }, { "info": { "name": "List internet order profiles (v1)", "type": "http" }, "http": { "method": "GET", "url": "https://api.widencollective.com/v2/order/profile/internet" }, "docs": "List internet order profiles (v1)" }, { "info": { "name": "List conversions for an order profile (v1)", "type": "http" }, "http": { "method": "POST", "url": "https://api.widencollective.com/v2/conversion/order/profile/uuid/:profileId", "params": [ { "name": "profileId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "List conversions for an order profile (v1)" } ] } ], "bundled": true }