{ "opencollection": "1.0.0", "info": { "name": "MAVRCK.IO Opt In API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "OptIn", "type": "folder" }, "items": [ { "info": { "name": "optIn", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/webhooks/later/opt-in", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "optInUpdate", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/webhooks/later/update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "optInOptOut", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/webhooks/later/opt-out", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }