{ "opencollection": "1.0.0", "info": { "name": "Venminder OpenApi BusinessUnit Contact API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Contact", "type": "folder" }, "items": [ { "info": { "name": "Provides a list of internal and external contacts.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/Contact/GetContactList" }, "docs": "Provides a list of internal and external contacts. This includes name, email address, phone numbers, if contact is enrolled and active, and vendors and products the external contact is assigned to." } ] } ], "bundled": true }