{ "opencollection": "1.0.0", "info": { "name": "MAVRCK.IO Administrator Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "AdministratorAccounts", "type": "folder" }, "items": [ { "info": { "name": "getAdministratorAccounts", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/administrator_accounts", "params": [ { "name": "email", "value": "", "type": "query" }, { "name": "communityId", "value": "", "type": "query" }, { "name": "excludeRootAccounts", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] } }, { "info": { "name": "getAdministratorAccount", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/administrator_accounts/:username", "params": [ { "name": "username", "value": "", "type": "path" } ] } }, { "info": { "name": "validateAdministratorAccount", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/v1/administrator_accounts/:username", "params": [ { "name": "username", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }