{ "opencollection": "1.0.0", "info": { "name": "Optimizely Campaign REST Assets Objects API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Objects", "type": "folder" }, "items": [ { "info": { "name": "Create or update objects", "type": "http" }, "http": { "method": "POST", "url": "https://api.campaign.episerver.net/rest/objects/:object_type", "params": [ { "name": "object_type", "value": "", "type": "path", "description": "The type of object (e.g., products, orders)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates one or more objects of the specified type in ODP. Objects represent entities such as products, orders, or custom domain entities." }, { "info": { "name": "Get an object", "type": "http" }, "http": { "method": "GET", "url": "https://api.campaign.episerver.net/rest/objects/:object_type/:object_id", "params": [ { "name": "object_type", "value": "", "type": "path", "description": "The type of object (e.g., products, orders)" }, { "name": "object_id", "value": "", "type": "path", "description": "The unique identifier for the object" } ] }, "docs": "Retrieves a specific object by its type and identifier." } ] } ], "bundled": true }