{ "opencollection": "1.0.0", "info": { "name": "commercetools Change History Carts Project API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Project", "type": "folder" }, "items": [ { "info": { "name": "Get project settings", "type": "http" }, "http": { "method": "GET", "url": "https://history.{region}.commercetools.com/:projectKey", "params": [ { "name": "projectKey", "value": "", "type": "path", "description": "The unique key identifying the commercetools project." } ] }, "docs": "Retrieves the project settings including languages, currencies, countries, messaging configuration, and search indexing settings. The project key in the path must match the authenticated API client's project." } ] } ], "bundled": true }