{ "opencollection": "1.0.0", "info": { "name": "Gainsight CS Bulk Accounts Events API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "accessKey", "value": "{{accessKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Gainsight Publish an event", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.gainsightcloud.com/v1/events", "body": { "type": "json", "data": "{}" } }, "docs": "Publish an event from an external system into Gainsight. Supports system asset events for triggering rules and workflows." }, { "info": { "name": "Gainsight Bulk publish events", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.gainsightcloud.com/v1/events/bulk", "body": { "type": "json", "data": "{}" } }, "docs": "Publish multiple events in a single request." }, { "info": { "name": "Gainsight List event types", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.gainsightcloud.com/v1/events/types" }, "docs": "Retrieve configured event types." } ] } ], "bundled": true }