{ "opencollection": "1.0.0", "info": { "name": "Sitecore CDP REST Audit Upload API", "version": "v2.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Upload", "type": "folder" }, "items": [ { "info": { "name": "Create an upload request", "type": "http" }, "http": { "method": "POST", "url": "https://api-engage-eu.sitecorecloud.io/upload", "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a new asset upload into Content Hub by creating an upload request. Returns a target URL and upload identifier used for the subsequent binary file upload step." } ] } ], "bundled": true }