{ "opencollection": "1.0.0", "info": { "name": "MAVRCK.IO Subscribers API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Subscribers", "type": "folder" }, "items": [ { "info": { "name": "getSubscribers", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/subscribers" } }, { "info": { "name": "createSubscriber", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/v1/subscribers", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "updateSubscriber", "type": "http" }, "http": { "method": "PUT", "url": "http://app.splashscore.com/v1/v1/subscribers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "pingSubscriber", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/subscribers/:id/ping", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }