{ "opencollection": "1.0.0", "info": { "name": "RevContent Sub Accounts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sub Accounts", "type": "folder" }, "items": [ { "info": { "name": "Add Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.revcontent.io/stats/api/v1.0/sub_accounts/add_account", "body": { "type": "json", "data": "{}" } }, "docs": "Add Account Data" }, { "info": { "name": "Edit Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.revcontent.io/stats/api/v1.0/sub_accounts/edit_account", "body": { "type": "json", "data": "{}" } }, "docs": "Edit Account Data" }, { "info": { "name": "List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.revcontent.io/stats/api/v1.0/sub_accounts/list_accounts" }, "docs": "Get list of sub accounts" }, { "info": { "name": "Update Account Status", "type": "http" }, "http": { "method": "POST", "url": "https://api.revcontent.io/stats/api/v1.0/sub_accounts/update_account_status", "body": { "type": "json", "data": "{}" } }, "docs": "Enable or Disable Sub Account" } ] } ], "bundled": true }