{ "opencollection": "1.0.0", "info": { "name": "Gainsight CS Bulk Accounts Subscription API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "accessKey", "value": "{{accessKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Subscription", "type": "folder" }, "items": [ { "info": { "name": "Gainsight List event subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.gainsightcloud.com/v1/subscriptions" }, "docs": "Retrieve a list of configured event subscriptions." }, { "info": { "name": "Gainsight Create an event subscription", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.gainsightcloud.com/v1/subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new webhook subscription for events." } ] } ], "bundled": true }