{ "opencollection": "1.0.0", "info": { "name": "MAVRCK.IO Shared Cipher API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "SharedCipher", "type": "folder" }, "items": [ { "info": { "name": "queryCiphers", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/shared-ciphers", "params": [ { "name": "actionGroupId", "value": "", "type": "query" } ] } }, { "info": { "name": "encodeCipher", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/v1/shared-ciphers", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "decodeCipher", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/shared-ciphers/:cipher", "params": [ { "name": "cipher", "value": "", "type": "path" } ] } }, { "info": { "name": "updateOptions", "type": "http" }, "http": { "method": "PUT", "url": "http://app.splashscore.com/v1/v1/shared-ciphers/:id/options", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }