{ "opencollection": "1.0.0", "info": { "name": "Gainsight CS Bulk Accounts Feature Match API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "accessKey", "value": "{{accessKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Feature Match", "type": "folder" }, "items": [ { "info": { "name": "Gainsight List features", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.gainsightcloud.com/v1/feature_match", "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 tracked features and their adoption metrics." } ] } ], "bundled": true }