{ "opencollection": "1.0.0", "info": { "name": "Ketch Web Configuration API", "version": "3.0.0" }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Get the v2 consent configuration for a property", "type": "http" }, "http": { "method": "GET", "url": "https://global.ketchcdn.com/web/v3/config/:organizationCode/:propertyCode/:envCode/:jurisdictionCode/:langCode/consent.json", "params": [ { "name": "organizationCode", "value": "", "type": "path" }, { "name": "propertyCode", "value": "", "type": "path" }, { "name": "envCode", "value": "", "type": "path" }, { "name": "jurisdictionCode", "value": "", "type": "path" }, { "name": "langCode", "value": "", "type": "path" }, { "name": "hash", "value": "", "type": "query", "description": "Optional cache-buster hash." } ] }, "docs": "Returns the consent-experience configuration for the given property,\nenvironment, jurisdiction, and language. No secret authentication is\nrequired; the request is bound to a known property code.\n" }, { "info": { "name": "Get the full configuration for a property", "type": "http" }, "http": { "method": "GET", "url": "https://global.ketchcdn.com/web/v3/config/:organizationCode/:propertyCode/:envCode/:jurisdictionCode/:langCode/config.json", "params": [ { "name": "organizationCode", "value": "", "type": "path" }, { "name": "propertyCode", "value": "", "type": "path" }, { "name": "envCode", "value": "", "type": "path" }, { "name": "jurisdictionCode", "value": "", "type": "path" }, { "name": "langCode", "value": "", "type": "path" } ] }, "docs": "Get the full configuration for a property" } ] } ], "bundled": true }