{ "opencollection": "1.0.0", "info": { "name": "Gainsight CS Bulk Accounts Reports API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "accessKey", "value": "{{accessKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Gainsight Run a report", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.gainsightcloud.com/v1/v1/reports", "body": { "type": "json", "data": "{}" } }, "docs": "Execute a report query against Gainsight data." } ] } ], "bundled": true }