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