{ "opencollection": "1.0.0", "info": { "name": "Gainsight CS Bulk Accounts Engagements API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "accessKey", "value": "{{accessKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Engagements", "type": "folder" }, "items": [ { "info": { "name": "Gainsight List engagements", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.gainsightcloud.com/v1/engagements", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "Number of results per page" }, { "name": "scrollId", "value": "", "type": "query", "description": "Scroll ID for cursor-based pagination" } ] }, "docs": "Retrieve a list of in-app engagements." } ] } ], "bundled": true }