{ "opencollection": "1.0.0", "info": { "name": "Helpcenter AccountFollowers API", "version": "1.0.0" }, "items": [ { "info": { "name": "AccountFollowers", "type": "folder" }, "items": [ { "info": { "name": "Remove account followers", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/accounts/:accountId/removeFollowers", "params": [ { "name": "accountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API removes one or more users from the followers list of an account" }, { "info": { "name": "Add account followers", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/accounts/:accountId/addFollowers", "params": [ { "name": "accountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API adds one or more users to the followers list of an account" }, { "info": { "name": "Get account followers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/accounts/:accountId/followers", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "This API fetches the list of users following an account." } ] } ], "bundled": true }