{ "opencollection": "1.0.0", "info": { "name": "Helpcenter ContactProfile API", "version": "1.0.0" }, "items": [ { "info": { "name": "ContactProfile", "type": "folder" }, "items": [ { "info": { "name": "Get Contact Profiles", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/contacts/:contactId/profiles", "params": [ { "name": "contactId", "value": "", "type": "path" } ] }, "docs": "This api fetches the list of profiles of this contact from various channels." } ] } ], "bundled": true }