{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes weekly-report API", "version": "0.1" }, "items": [ { "info": { "name": "weekly-report", "type": "folder" }, "items": [ { "info": { "name": "social", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/weekly-report/social", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "verificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "socialImage", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/weekly-report/social/:id.png", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "socialImageAlt", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/weekly-report/social/:trackingCode/:suffix.png", "params": [ { "name": "trackingCode", "value": "", "type": "path" }, { "name": "suffix", "value": "", "type": "path" } ] } }, { "info": { "name": "unsubscribe_1", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/weekly-report/unsubscribe", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }