{ "opencollection": "1.0.0", "info": { "name": "7digital Artists Editorial API", "version": "1.2" }, "request": { "auth": { "type": "apikey", "key": "oauth_consumer_key", "value": "{{oauth_consumer_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Editorial", "type": "folder" }, "items": [ { "info": { "name": "7digital Get Editorial List", "type": "http" }, "http": { "method": "GET", "url": "https://api.7digital.com/1.2/editorial/list", "params": [ { "name": "country", "value": "GB", "type": "query", "description": "ISO 3166-1 alpha-2 country code for the sales territory." }, { "name": "page", "value": "1", "type": "query", "description": "1-based page number for paged endpoints." }, { "name": "pageSize", "value": "20", "type": "query", "description": "Number of items per page." } ] }, "docs": "List 7digital editorial features, banners and curated slots for a territory." } ] } ], "bundled": true }