{ "opencollection": "1.0.0", "info": { "name": "Gainsight CS Bulk Accounts Goals API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "accessKey", "value": "{{accessKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Goals", "type": "folder" }, "items": [ { "info": { "name": "Gainsight Create a customer goal", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.gainsightcloud.com/v1/goals", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new customer goal record." }, { "info": { "name": "Gainsight Get a customer goal", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.gainsightcloud.com/v1/goals/:goalId", "params": [ { "name": "goalId", "value": "", "type": "path", "description": "Customer goal unique identifier" } ] }, "docs": "Retrieve a specific customer goal by ID." }, { "info": { "name": "Gainsight Update a customer goal", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.gainsightcloud.com/v1/goals/:goalId", "params": [ { "name": "goalId", "value": "", "type": "path", "description": "Customer goal unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing customer goal." }, { "info": { "name": "Gainsight Search customer goals", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.gainsightcloud.com/v1/goals/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search for customer goals using filter criteria." } ] } ], "bundled": true }