{ "opencollection": "1.0.0", "info": { "name": "Gainsight CS Bulk Accounts Activity Types API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "accessKey", "value": "{{accessKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Activity Types", "type": "folder" }, "items": [ { "info": { "name": "Gainsight Get activity types", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.gainsightcloud.com/v1/timeline/activityTypes" }, "docs": "Retrieve the list of configured timeline activity types." } ] } ], "bundled": true }