{ "opencollection": "1.0.0", "info": { "name": "MAVRCK.IO Links API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Links", "type": "folder" }, "items": [ { "info": { "name": "getLinks", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/action-groups/:id/links", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "listMemberId", "value": "", "type": "query" }, { "name": "includeDeleted", "value": "", "type": "query" }, { "name": "mavelyProfileId", "value": "", "type": "query" } ] } }, { "info": { "name": "postLinks", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/v1/action-groups/:id/links", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "updateLinks", "type": "http" }, "http": { "method": "PUT", "url": "http://app.splashscore.com/v1/v1/action-groups/:id/links/:linkId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "linkId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "archiveLinks", "type": "http" }, "http": { "method": "DELETE", "url": "http://app.splashscore.com/v1/v1/action-groups/:id/links/:linkId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "linkId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }