{ "opencollection": "1.0.0", "info": { "name": "Optimizely Campaign REST Assets Customers API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Get a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.campaign.episerver.net/rest/commerce/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "The unique identifier for the customer" } ] }, "docs": "Retrieves the details of a specific customer account." } ] } ], "bundled": true }