{"info":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","description":"<html><head></head><body><h2 id=\"overview\">Overview</h2>\n<p>Welcome to Pendo's Feedback API documentation. This documentation is for developers creating their own integration with <a href=\"https://www.pendo.io/product/feedback/\">Feedback's</a> API. </p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>API calls generally need to be authenticated. Generate an API Key at <a href=\"https://feedback.pendo.io/app/#/vendor/settings?section=integrate\">https://feedback.pendo.io/app/#/vendor/settings?section=integrate</a>. This key should then be added to every request as a request header named 'auth-token' (preferred), or as a query parameter named 'auth-token'.</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<p>API endpoint is <a href=\"https://api.feedback.eu.pendo.io\">https://api.feedback.eu.pendo.io</a> / <a href=\"https://api.feedback.us.pendo.io\">https://api.feedback.us.pendo.io</a> depending where your datacenter is located.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13083765","collectionId":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","publishedId":"Tzm8Fb1F","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"ec2059"},"publishDate":"2022-01-26T20:36:01.000Z"},"item":[{"name":"Accounts","item":[{"name":"Query Accounts","id":"e766b6a7-7aac-4c97-baf3-be896ca7f868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/accounts?limit=&start=&order_dir=&order_by=","description":"<p>Generates a list of accounts based on parameters entered.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>accounts?limit=&amp;start=&amp;order_dir=&amp;order_by=</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>limit</code> - Limit the number of records returned</td>\n</tr>\n<tr>\n<td></td>\n<td><code>start</code> - Offset to start at</td>\n</tr>\n<tr>\n<td></td>\n<td><code>order_dir</code> - The sort direction</td>\n</tr>\n<tr>\n<td></td>\n<td><code>order_by</code> - The field to use for sort</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["accounts"],"host":["https://api.feedback.us.pendo.io"],"query":[{"description":{"content":"<p>Limit the number of records returned</p>\n","type":"text/plain"},"key":"limit","value":""},{"description":{"content":"<p>Offset to start at</p>\n","type":"text/plain"},"key":"start","value":""},{"description":{"content":"<p>The sort direction</p>\n","type":"text/plain"},"key":"order_dir","value":""},{"description":{"content":"<p>The field to use for sort</p>\n","type":"text/plain"},"key":"order_by","value":""}],"variable":[]}},"response":[{"id":"b6b59314-7315-44a5-9195-9d9c3cbaef6c","name":"Query accounts","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-feedback-API-key","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":{"raw":"https://api.feedback.us.pendo.io/accounts?limit={limit}&start={start}&order_dir={order_dir}&order_by={last_seen}","host":["https://api.feedback.us.pendo.io"],"path":["accounts"],"query":[{"key":"limit","value":"{limit}","description":"Limit the number of records returned"},{"key":"start","value":"{start}","description":"Offset to start at"},{"key":"order_dir","value":"{order_dir}","description":"The sort direction"},{"key":"order_by","value":"{last_seen}","description":"The field to use for sort"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":""},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'"},{"key":"Server","value":""},{"key":"X-Powered-By","value":""},{"key":"Receptive-Api-Version","value":"2017-04-25-09-00"},{"key":"Access-Control-Allow-Origin","value":"https://feedback.us.pendo.io"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,auth-token"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Receptive-Api-Version"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"ETag","value":"W/\"4f53cda18c2baa0c0354bb5f9a3ecbe5\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"9d2c89a0-c157-4a86-b3be-fc8239c24fc5"},{"key":"X-Runtime","value":"0.059664"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Jul 2021 19:24:24 GMT"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"e766b6a7-7aac-4c97-baf3-be896ca7f868"},{"name":"Get an Account","id":"0b7a98b7-a56a-4030-90dc-b6b67836ba7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/accounts/:id","description":"<p>Get account details for a single account.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>accounts/:id</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>{Id}</code> - id of the requested account.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["accounts",":id"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"41af241d-2e16-4ede-b7f5-aa03c5a3bf01","name":"Get an Account","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-feedback-API-key","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":{"raw":"https://api.feedback.us.pendo.io/accounts/:id","host":["https://api.feedback.us.pendo.io"],"path":["accounts",":id"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":""},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'"},{"key":"Server","value":""},{"key":"X-Powered-By","value":""},{"key":"Receptive-Api-Version","value":"2017-04-25-09-00"},{"key":"Access-Control-Allow-Origin","value":"https://feedback.us.pendo.io"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,auth-token"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Receptive-Api-Version"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"ETag","value":"W/\"0b91aa0ec9a5ad80e4feeeab3e37e17e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"7c5c4a24-e8d1-4121-b332-a5915512d13b"},{"key":"X-Runtime","value":"0.042296"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Jul 2021 19:14:59 GMT"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 18450,\n    \"display_name\": \"Hooli\",\n    \"name\": \"Hooli\",\n    \"last_seen\": \"2021-07-28T19:00:17.000Z\",\n    \"status\": \"paying\",\n    \"external_id\": \"Hooli\",\n    \"churned\": false,\n    \"vendor_id\": 6,\n    \"created_at\": \"2019-09-06T19:42:12.000Z\",\n    \"updated_at\": \"2021-07-28T19:00:17.000Z\",\n    \"source\": \"widget\",\n    \"type\": \"Account\",\n    \"monthly_value\": 12,\n    \"total_requests\": 90,\n    \"tags\": []\n}"}],"_postman_id":"0b7a98b7-a56a-4030-90dc-b6b67836ba7d"},{"name":"Update an Account","id":"d664fd6d-2007-4b5a-bbbe-2b5cd238878d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Hooli\",\n  \"monthly_value\": 0,\n  \"status\": \"paying\"\n}"},"url":"https://api.feedback.us.pendo.io/accounts/?id","description":"<p>Update account details for a single account.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>PUT</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>accounts/:id</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>{Id}</code> - id of the requested account.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON array (see example format)</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["accounts",""],"host":["https://api.feedback.us.pendo.io"],"query":[{"key":"id","value":null}],"variable":[]}},"response":[{"id":"729e876a-f723-41db-8d36-7ad48c1827d4","name":"Update an Account","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-feedback-API-key","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Hooli\",\n  \"monthly_value\": 0,\n  \"status\": \"paying\"\n}"},"url":{"raw":"https://api.feedback.us.pendo.io/accounts/:id","host":["https://api.feedback.us.pendo.io"],"path":["accounts",":id"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":""},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'"},{"key":"Server","value":""},{"key":"X-Powered-By","value":""},{"key":"Receptive-Api-Version","value":"2017-04-25-09-00"},{"key":"Access-Control-Allow-Origin","value":"https://feedback.us.pendo.io"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,auth-token"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Receptive-Api-Version"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"ETag","value":"W/\"8af29cf27f5c2d614b0d70a67897d7b5\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e94a868c-94f6-4fbc-9071-10ce7bd2d6bb"},{"key":"X-Runtime","value":"0.045008"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Jul 2021 19:20:52 GMT"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 18450,\n    \"display_name\": \"Hooli\",\n    \"name\": \"Hooli\",\n    \"last_seen\": \"2021-07-28T19:00:17.000Z\",\n    \"status\": \"paying\",\n    \"external_id\": \"Hooli\",\n    \"churned\": false,\n    \"vendor_id\": 6,\n    \"created_at\": \"2019-09-06T19:42:12.000Z\",\n    \"updated_at\": \"2021-07-28T19:20:52.000Z\",\n    \"source\": \"widget\",\n    \"type\": \"Account\",\n    \"monthly_value\": 0,\n    \"total_requests\": 90,\n    \"tags\": []\n}"}],"_postman_id":"d664fd6d-2007-4b5a-bbbe-2b5cd238878d"},{"name":"Delete an Account","id":"312f4e52-7c03-4733-8833-725f9182bc6f","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/accounts/:id","description":"<p>Delete a specified account.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>DEL</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>accounts/:id</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>{Id}</code> - id of the account to delete.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Account deleted as requested.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["accounts",":id"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"91545916.96500495","key":"id"}]}},"response":[{"id":"77acc86d-813b-47b1-8a67-7956e00a4294","name":"the deleted Account","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/accounts/:id?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["accounts",":id"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"esse non dolor\",\n \"is_paying\": false,\n \"name\": \"Lorem cillum\",\n \"created_at\": \"null\",\n \"monthly_value\": 84042778.97500116,\n \"status\": \"sed id mollit\",\n \"external_id\": \"voluptate\"\n}"}],"_postman_id":"312f4e52-7c03-4733-8833-725f9182bc6f"}],"id":"7ffb7ac6-78ca-46c1-933d-d18b2726c208","description":"<h2 id=\"account-object\">Account Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id <em>string</em></td>\n<td>Unique identifier for the account.</td>\n</tr>\n<tr>\n<td>is_paying <em>boolean</em></td>\n<td>True or false value indicating if account is active.</td>\n</tr>\n<tr>\n<td>name <em>string</em></td>\n<td>Account name.</td>\n</tr>\n<tr>\n<td>created_at <em>string ($dateTime)</em></td>\n<td>Date of account creation.</td>\n</tr>\n<tr>\n<td>monthly_value <em>number ($float)</em></td>\n<td>Value of account.</td>\n</tr>\n<tr>\n<td>status <em>string</em></td>\n<td>Indicates active or inactive account.</td>\n</tr>\n<tr>\n<td>external_id <em>string</em></td>\n<td>Id for the Account, provided by the Feedback Customer.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7ffb7ac6-78ca-46c1-933d-d18b2726c208","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}}},{"name":"Accounts with Tags","item":[{"name":"Get Custom Account tags","id":"0146689c-14cf-45a0-8a66-835a011eaa42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/accounts/:id/tags","description":"<p>Returns an array of maps specifying tags under each tag group, for example:[{'impacts' =&gt; ['sales']},{'resources' =&gt; ['dev', 'test', 'support']}]</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/accounts/:id/tags</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>{Id}</code> - id of the account to return.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["accounts",":id","tags"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"d92a0699-9924-4d3c-bedc-13adcd2f0cf3","name":"Get Custom Account tags","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-feedback-API-key","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":{"raw":"https://api.feedback.us.pendo.io/accounts/:id/tags","host":["https://api.feedback.us.pendo.io"],"path":["accounts",":id","tags"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":""},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'"},{"key":"Server","value":""},{"key":"X-Powered-By","value":""},{"key":"Receptive-Api-Version","value":"2017-04-25-09-00"},{"key":"Access-Control-Allow-Origin","value":"https://feedback.us.pendo.io"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,auth-token"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Receptive-Api-Version"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"ETag","value":"W/\"2b051586d164c2f428045be92506a9de\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f6835fbd-0be3-4526-974e-20b89684669e"},{"key":"X-Runtime","value":"0.046153"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Jul 2021 18:58:01 GMT"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    \"Enterprise\",\n    \"USA\"\n]"}],"_postman_id":"0146689c-14cf-45a0-8a66-835a011eaa42"},{"name":"Overwrite Current Custom Account Tags with Given Tags","id":"aa65b4a2-0875-48d2-bcd4-aea8cee07958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"[\"Prospect\",\n\"North America\"]"},"url":"https://api.feedback.us.pendo.io/accounts/18450/tags","description":"<p>Replace custom account tags for specified account with tags provided as strings in the data field.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>accounts/:id/tags</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>{Id}</code> - id of the account to overwrite.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Tags overwritten as requested.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["accounts","18450","tags"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"30057e57-59c4-437e-b233-061945edf160","name":"Updated Account tags","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/accounts/:id/tags?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["accounts",":id","tags"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aa65b4a2-0875-48d2-bcd4-aea8cee07958"},{"name":"Delete Custom Account tags","id":"497de082-4b46-472b-b7e8-9c958c3e8dd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/accounts/:id/tags","description":"<p>Removes all custom tags associated with the Account.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>DEL</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>accounts/:id/tags</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>{Id}</code> - id of the account to edit.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Tags deleted as requested.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["accounts",":id","tags"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"6e7c5fba-d4a4-4cfa-b2e4-aed3e8c240c8","name":"Delete Custom Account tags","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-feedback-API-key","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":{"raw":"https://api.feedback.us.pendo.io/accounts/:id/tags","host":["https://api.feedback.us.pendo.io"],"path":["accounts",":id","tags"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":""},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'"},{"key":"Server","value":""},{"key":"X-Powered-By","value":""},{"key":"Receptive-Api-Version","value":"2017-04-25-09-00"},{"key":"Access-Control-Allow-Origin","value":"https://feedback.us.pendo.io"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,auth-token"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Receptive-Api-Version"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"ETag","value":"W/\"44136fa355b3678a1146ad16f7e8649e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"16735cef-28e3-419e-8751-bad3597cc2a6"},{"key":"X-Runtime","value":"0.020092"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Jul 2021 19:12:19 GMT"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"497de082-4b46-472b-b7e8-9c958c3e8dd6"}],"id":"0fdca597-d1e2-4207-b983-1f1274502b60","description":"<h2 id=\"acountwithtags-object\">AcountWithTags Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id <em>string</em></td>\n<td>Unique identifier for the account.</td>\n</tr>\n<tr>\n<td>is_paying <em>boolean</em></td>\n<td>True or false value indicating if account is active.</td>\n</tr>\n<tr>\n<td>name <em>string</em></td>\n<td>Account name.</td>\n</tr>\n<tr>\n<td>created_at <em>string ($dateTime)</em></td>\n<td>Date of account creation.</td>\n</tr>\n<tr>\n<td>monthly_value <em>number ($float)</em></td>\n<td>Value of account.</td>\n</tr>\n<tr>\n<td>status <em>string</em></td>\n<td>Indicates active or inactive account.</td>\n</tr>\n<tr>\n<td>external_id <em>string</em></td>\n<td>Id for the Account, provided by the Feedback Customer</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>---</td>\n</tr>\n</tbody>\n</table>\n</div><p>Tags can contain simple tags or categorised tags. Simple tags are supplied as an array of Strings</p>\n<p>Simple Tag Example:\n['Foo’, ‘Bar’].</p>\n<p>To put the tags in categories replace the Strings with maps of using tag category as the key and tag value as the value where value can be array of strings, e.g</p>\n<p>Categorised Tag Example:\n[\n{’Color’:['Red’, ‘Yellow’]},\n{’Flavor’:[‘Cherry’]}\n]</p>\n<p>Simple and categorised tags can be mixed in the same array.\nBelow validations are done on the tag values of both simple and categorised tags:</p>\n<p>Tag values must be strings\nTags must be at least 2 characters in length\nInvalid characters (we dont accept following characters in tag value) , | { } : &lt; &gt;</p>\n","_postman_id":"0fdca597-d1e2-4207-b983-1f1274502b60","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}}},{"name":"Features","item":[{"name":"Query Features","id":"dd7ad590-beb8-4c71-bb64-d854db59b055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/features?limit=&start=&order_dir=&is_private=&wanted_by=&order_by=&tags=&products=","description":"<p>Generates list of features based on given parameters.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>features?limit=&amp;start=&amp;order_dir=&amp;is_private=&amp;wanted_by=&amp;order_by=&amp;tags=&amp;products=</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>limit</code> - Limit the number of records returned</td>\n</tr>\n<tr>\n<td></td>\n<td><code>start</code> - Offset to start at</td>\n</tr>\n<tr>\n<td></td>\n<td><code>order_dir</code> - The sort direction</td>\n</tr>\n<tr>\n<td></td>\n<td><code>is_private</code> - Filter by whether the features are shown/hidden from customer, if supplied.</td>\n</tr>\n<tr>\n<td></td>\n<td><code>wanted_by</code> - Filter by User ID, if supplied</td>\n</tr>\n<tr>\n<td></td>\n<td><code>order_by</code> - The field to use for sort</td>\n</tr>\n<tr>\n<td></td>\n<td><code>tags</code> - Tags to limit results by. Multiple tags can be provided via comma delimeted string. Tags with contexts can be used. E.g. \"…&amp;tags=TagExample,Multi:TagThis,Multi:TagThat\".</td>\n</tr>\n<tr>\n<td></td>\n<td><code>products</code> - Products to limit results by. Comma delimeted string of either ids or names. E.g. “…&amp;products=1,2,3” or \"…products=Product1,Product2\".</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["features"],"host":["https://api.feedback.us.pendo.io"],"query":[{"description":{"content":"<p>Limit the number of records returned</p>\n","type":"text/plain"},"key":"limit","value":""},{"description":{"content":"<p>Offset to start at</p>\n","type":"text/plain"},"key":"start","value":""},{"description":{"content":"<p>The sort direction</p>\n","type":"text/plain"},"key":"order_dir","value":""},{"description":{"content":"<p>Filter by whether the features are shown/hidden from customer, if supplied.</p>\n","type":"text/plain"},"key":"is_private","value":""},{"description":{"content":"<p>Filter by User ID, if supplied.</p>\n","type":"text/plain"},"key":"wanted_by","value":""},{"description":{"content":"<p>The field to use for sort</p>\n","type":"text/plain"},"key":"order_by","value":""},{"description":{"content":"<p>Tags to limit results by. Multiple tags can be provided via comma delimeted string. Tags with contexts can be used. E.g. \"....&amp;tags=TagExample,Multi:TagThis,Multi:TagThat\".</p>\n","type":"text/plain"},"key":"tags","value":""},{"description":{"content":"<p>Products to limit results by. Comma delimeted string of either ids or names. E.g. \"...&amp;products=1,2,3\" or \"...products=Product1,Product2\".</p>\n","type":"text/plain"},"key":"products","value":""}],"variable":[]}},"response":[{"id":"34969db6-1bd7-4b54-8fdf-9c3ff0b6d1b4","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/features?limit=16196677.98150124&start=16196677.98150124&order_dir=desc&is_private=true&wanted_by=-92101614&order_by=updated_at&tags=eiusmod Ut nostrud&products=eiusmod Ut nostrud&auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["features"],"query":[{"key":"limit","value":"16196677.98150124"},{"key":"start","value":"16196677.98150124"},{"key":"order_dir","value":"desc"},{"key":"is_private","value":"true"},{"key":"wanted_by","value":"-92101614"},{"key":"order_by","value":"updated_at"},{"key":"tags","value":"eiusmod Ut nostrud"},{"key":"products","value":"eiusmod Ut nostrud"},{"key":"auth-token","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": -76060437.53087452,\n  \"title\": \"reprehenderit\",\n  \"description\": \"cupidatat laborum\",\n  \"resolution\": \"labore dolore\",\n  \"status\": \"new\",\n  \"vendor_id\": 72107194,\n  \"created_at\": \"velit id\",\n  \"created_by_user_id\": 64831099,\n  \"updated_at\": \"id dolor pariatur\",\n  \"declined_at\": \"quis\",\n  \"developing_at\": \"nostrud laboris\",\n  \"planned_at\": \"dolore nulla est\",\n  \"released_at\": \"eiusmod magna\",\n  \"waiting_at\": \"in Lorem eu proident\",\n  \"updated_by_user_id\": 43316169,\n  \"resolved_by_user_id\": -70658852,\n  \"app_url\": \"ex\",\n  \"status_changed_at\": \"veniam aliqua sed cupidatat enim\",\n  \"merged_to_feature_id\": -17970713,\n  \"form_entry\": \"occaecat enim dolore\",\n  \"effort\": -4597733,\n  \"is_private\": false,\n  \"view_count\": 10361737,\n  \"tags\": {},\n  \"products\": [\n   \"officia veniam cupidatat\",\n   \"ea\"\n  ],\n  \"uploads\": [\n   \"cup\",\n   \"magna incididunt cupidatat\"\n  ]\n },\n {\n  \"id\": -87401701.09523317,\n  \"title\": \"\",\n  \"description\": \"cillum velit adipisicing in\",\n  \"resolution\": \"exercitati\",\n  \"status\": \"developing\",\n  \"vendor_id\": 26607219,\n  \"created_at\": \"ipsum aliquip ut voluptate\",\n  \"created_by_user_id\": -21533320,\n  \"updated_at\": \"Lorem nisi\",\n  \"declined_at\": \"velit dol\",\n  \"developing_at\": \"ipsum adipisicing ad id\",\n  \"planned_at\": \"et ut eu\",\n  \"released_at\": \"veniam amet\",\n  \"waiting_at\": \"labore laborum p\",\n  \"updated_by_user_id\": -43057596,\n  \"resolved_by_user_id\": -96524129,\n  \"app_url\": \"cupidatat ut\",\n  \"status_changed_at\": \"proident pariatur\",\n  \"merged_to_feature_id\": 11660859,\n  \"form_entry\": \"sed dolor in ad\",\n  \"effort\": 93802808,\n  \"is_private\": false,\n  \"view_count\": -67075830,\n  \"tags\": {},\n  \"products\": [\n   \"labore nostrud\",\n   \"mollit cupidatat\"\n  ],\n  \"uploads\": [\n   \"officia\",\n   \"ullamco nisi\"\n  ]\n }\n]"}],"_postman_id":"dd7ad590-beb8-4c71-bb64-d854db59b055"},{"name":"Get a Feature by ID","id":"3194a843-c148-45da-b1ea-b9f52870d2d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/features/:id","description":"<p>Identifies feature based on specific Id.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>features/:id</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>{Id}</code> - id of the feature.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["features",":id"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>(Required) ID of the feature</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"f8e0a92e-b564-4127-82ad-b2c702241ec4","name":"ok","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/features/:id?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["features",":id"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": -18527113.940942958,\n \"title\": \"reprehenderit dolore\",\n \"description\": \"Lorem dolore ea\",\n \"resolution\": \"occaecat dolor Lorem cupidatat\",\n \"status\": \"released\",\n \"vendor_id\": -55506065,\n \"created_at\": \"eu nulla\",\n \"created_by_user_id\": 91710031,\n \"updated_at\": \"veniam\",\n \"declined_at\": \"consequat cillum qui\",\n \"developing_at\": \"do ex elit cillum\",\n \"planned_at\": \"est minim fugiat sed dolor\",\n \"released_at\": \"do laboris sunt\",\n \"waiting_at\": \"Duis adipisicing voluptate sit\",\n \"updated_by_user_id\": -99263166,\n \"resolved_by_user_id\": 91108549,\n \"app_url\": \"adipisicing\",\n \"status_changed_at\": \"quis Excepteur laborum velit\",\n \"merged_to_feature_id\": 22799306,\n \"form_entry\": \"ex ut incididunt\",\n \"effort\": -89354457,\n \"is_private\": true,\n \"view_count\": -7361271,\n \"tags\": {},\n \"products\": [\n  \"voluptate Lorem non velit\",\n  \"fugiat amet et nostrud\"\n ],\n \"uploads\": [\n  \"Duis eu nostrud qui nisi\",\n  \"Lorem commodo quis magna\"\n ]\n}"}],"_postman_id":"3194a843-c148-45da-b1ea-b9f52870d2d7"},{"name":"Get custom Feature tags","id":"7befeaa9-37fd-4192-bf92-297211e10f3e","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/features/:id/tags","description":"<p>Generates list of feature tags associated with specified account.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>features/:id/tags</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>{Id}</code> - id of the account.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["features",":id","tags"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>(Required) Account ID (generated by Feedback)</p>\n","type":"text/plain"},"type":"any","value":"91545916.96500495","key":"id"}]}},"response":[{"id":"9ad9f12d-6acb-4040-b687-6cf280b41849","name":"Returns an array of maps specifying tags under each tag group, for example:\n\n[\n\n{'impacts' => ['sales']},\n\n{'resources' => ['dev', 'test', 'support']}\n\n]","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/features/:id/tags?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["features",":id","tags"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2d51056e-0f99-445b-ac5c-61261c9095a6","name":"Feature not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/features/:id/tags?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["features",":id","tags"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7befeaa9-37fd-4192-bf92-297211e10f3e"},{"name":"Overwrite Current Custom Feature Tags with Given Tags","id":"01b6cb75-7cc3-43ab-b915-d3c37c2e1e21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{}"},"url":"https://api.feedback.us.pendo.io/features/:id/tags","description":"<p>Replace custom feature tags for specified feature with tags provided as array in the data field.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>features/:id/tags</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>{Id}</code> - id of the feature.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON array of custom tags</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["features",":id","tags"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>(Required) Feedback's Feature ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"1525a3a1-c2db-474a-bfe8-71503561502a","name":"Updated Feature tags","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}"},"url":{"raw":"https://api.feedback.us.pendo.io/features/:id/tags?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["features",":id","tags"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9f1e4765-d49b-4c4c-bd3b-b0705c1eb2ee","name":"Feature not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}"},"url":{"raw":"https://api.feedback.us.pendo.io/features/:id/tags?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["features",":id","tags"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01b6cb75-7cc3-43ab-b915-d3c37c2e1e21"},{"name":"Delete custom Feature tags","id":"0f21361a-9613-4b69-a281-d57dd9671de7","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/features/:id/tags","description":"<p>Removes all custom tags associated with the Feature</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>DEL</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>features/:id/tags</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>{Id}</code> - id of the feature to edit.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Tags deleted as requested.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["features",":id","tags"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>(Required) Feedback's Feature ID</p>\n","type":"text/plain"},"type":"any","value":"91545916.96500495","key":"id"}]}},"response":[{"id":"bf4b262e-ce21-444e-959e-fb0fd9bfd7de","name":"success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/features/:id/tags?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["features",":id","tags"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f21361a-9613-4b69-a281-d57dd9671de7"},{"name":"Search features","id":"2903febb-d992-4954-9baf-8a6111921124","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/search?scope=&q=&status=&tags=&products=","description":"<p>Generates a list of features that meet specified criteria. Scope and 'q' search term are required.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>search?scope=&amp;q=&amp;status=&amp;tags=&amp;products=</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>scope</code> - Specifies the type of entity being searched for. Must be set to ‘feature’</td>\n</tr>\n<tr>\n<td></td>\n<td><code>q</code> - The search term.</td>\n</tr>\n<tr>\n<td></td>\n<td><code>status</code> - A comma seperated list of status values to filter by, if required. Valid values: 'new’, 'waiting’, 'planned’, 'developing’, 'released’, 'declined’.</td>\n</tr>\n<tr>\n<td></td>\n<td><code>tags</code> - Tags to limit results by - only applies when scope is ‘case’ or 'feature’. Multiple tags can be provided via comma delimeted string. Tags with contexts can be used. E.g. \"…&amp;tags=TagExample,Multi:TagThis,Multi:TagThat\".</td>\n</tr>\n<tr>\n<td></td>\n<td><code>products</code> - Products to limit results by. Comma delimeted string of either ids or names. E.g. “…&amp;products=1,2,3” or \"…products=Product1,Product2\".</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["search"],"host":["https://api.feedback.us.pendo.io"],"query":[{"description":{"content":"<p>(Required) Specifies the type of entity being searched for. Must be set to 'feature'</p>\n","type":"text/plain"},"key":"scope","value":""},{"description":{"content":"<p>(Required) The search term.</p>\n","type":"text/plain"},"key":"q","value":""},{"description":{"content":"<p>A comma seperated list of status values to filter by, if required. Valid values: 'new', 'waiting', 'planned', 'developing', 'released', 'declined'.</p>\n","type":"text/plain"},"key":"status","value":""},{"description":{"content":"<p>Tags to limit results by - only applies when scope is 'case' or 'feature'. Multiple tags can be provided via comma delimeted string. Tags with contexts can be used. E.g. \"....&amp;tags=TagExample,Multi:TagThis,Multi:TagThat\".</p>\n","type":"text/plain"},"key":"tags","value":""},{"description":{"content":"<p>Products to limit results by. Comma delimeted string of either ids or names. E.g. \"...&amp;products=1,2,3\" or \"...products=Product1,Product2\".</p>\n","type":"text/plain"},"key":"products","value":""}],"variable":[]}},"response":[{"id":"94bd4a18-18b3-4648-8458-01b0a51a1653","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/search?scope=feature&q=eiusmod Ut nostrud&status=waiting&tags=eiusmod Ut nostrud&products=eiusmod Ut nostrud&auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["search"],"query":[{"key":"scope","value":"feature"},{"key":"q","value":"eiusmod Ut nostrud"},{"key":"status","value":"waiting"},{"key":"tags","value":"eiusmod Ut nostrud"},{"key":"products","value":"eiusmod Ut nostrud"},{"key":"auth-token","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": -76060437.53087452,\n  \"title\": \"reprehenderit\",\n  \"description\": \"cupidatat laborum\",\n  \"resolution\": \"labore dolore\",\n  \"status\": \"new\",\n  \"vendor_id\": 72107194,\n  \"created_at\": \"velit id\",\n  \"created_by_user_id\": 64831099,\n  \"updated_at\": \"id dolor pariatur\",\n  \"declined_at\": \"quis\",\n  \"developing_at\": \"nostrud laboris\",\n  \"planned_at\": \"dolore nulla est\",\n  \"released_at\": \"eiusmod magna\",\n  \"waiting_at\": \"in Lorem eu proident\",\n  \"updated_by_user_id\": 43316169,\n  \"resolved_by_user_id\": -70658852,\n  \"app_url\": \"ex\",\n  \"status_changed_at\": \"veniam aliqua sed cupidatat enim\",\n  \"merged_to_feature_id\": -17970713,\n  \"form_entry\": \"occaecat enim dolore\",\n  \"effort\": -4597733,\n  \"is_private\": false,\n  \"view_count\": 10361737,\n  \"tags\": {},\n  \"products\": [\n   \"officia veniam cupidatat\",\n   \"ea\"\n  ],\n  \"uploads\": [\n   \"cup\",\n   \"magna incididunt cupidatat\"\n  ]\n },\n {\n  \"id\": -87401701.09523317,\n  \"title\": \"\",\n  \"description\": \"cillum velit adipisicing in\",\n  \"resolution\": \"exercitati\",\n  \"status\": \"developing\",\n  \"vendor_id\": 26607219,\n  \"created_at\": \"ipsum aliquip ut voluptate\",\n  \"created_by_user_id\": -21533320,\n  \"updated_at\": \"Lorem nisi\",\n  \"declined_at\": \"velit dol\",\n  \"developing_at\": \"ipsum adipisicing ad id\",\n  \"planned_at\": \"et ut eu\",\n  \"released_at\": \"veniam amet\",\n  \"waiting_at\": \"labore laborum p\",\n  \"updated_by_user_id\": -43057596,\n  \"resolved_by_user_id\": -96524129,\n  \"app_url\": \"cupidatat ut\",\n  \"status_changed_at\": \"proident pariatur\",\n  \"merged_to_feature_id\": 11660859,\n  \"form_entry\": \"sed dolor in ad\",\n  \"effort\": 93802808,\n  \"is_private\": false,\n  \"view_count\": -67075830,\n  \"tags\": {},\n  \"products\": [\n   \"labore nostrud\",\n   \"mollit cupidatat\"\n  ],\n  \"uploads\": [\n   \"officia\",\n   \"ullamco nisi\"\n  ]\n }\n]"}],"_postman_id":"2903febb-d992-4954-9baf-8a6111921124"}],"id":"0071c204-c33e-4e1e-8706-4c2e4dd3eee5","description":"<h2 id=\"feature-object\">Feature Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id <em>number</em></td>\n<td>Unique identifier for the feature.</td>\n</tr>\n<tr>\n<td>title <em>string</em></td>\n<td>Custom name of the feature.</td>\n</tr>\n<tr>\n<td>description <em>string</em></td>\n<td>Description of the feature.</td>\n</tr>\n<tr>\n<td>resolution <em>string</em></td>\n<td>The latest Resolution set by the VendorUser</td>\n</tr>\n<tr>\n<td>status <em>string</em></td>\n<td>Valid values include new, waiting, planned, developing, released, declined.</td>\n</tr>\n<tr>\n<td>vendor_id <em>integer</em></td>\n<td>Unique identifier for vendor.</td>\n</tr>\n<tr>\n<td>app_url <em>string</em></td>\n<td>URL for this Feature.</td>\n</tr>\n<tr>\n<td>status_changed_at <em>string</em></td>\n<td>Time status most recently changed.</td>\n</tr>\n<tr>\n<td>merged_to_feature_id <em>integer</em></td>\n<td>If this Feature was merged into another, the Id of the preserved Feature</td>\n</tr>\n<tr>\n<td>form_entry <em>string</em></td>\n<td>A JSON serialized version of the Form containing the description and other fields for this Feature</td>\n</tr>\n<tr>\n<td>effort <em>integer</em></td>\n<td>How much effort is assigned to the development of this Feature. Not visible to EndUsers</td>\n</tr>\n<tr>\n<td>is_private <em>boolean</em></td>\n<td>True or false value describing if Feature hidden from EndUsers</td>\n</tr>\n<tr>\n<td>view_count <em>integer</em></td>\n<td>How many times this Feature has been viewed. May only be visible to VendorUsers, depending on config</td>\n</tr>\n<tr>\n<td>tags <em>string</em></td>\n<td></td>\n</tr>\n<tr>\n<td>products <em>string</em></td>\n<td>Products associated with this Feature</td>\n</tr>\n<tr>\n<td>uploads <em>string</em></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"statusarray-object\">StatusArray Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>created_at <em>string</em></td>\n<td>Time feature created</td>\n</tr>\n<tr>\n<td>created_by_user_id <em>integer</em></td>\n<td>Unique Id of user who created feature</td>\n</tr>\n<tr>\n<td>updated_at <em>string</em></td>\n<td>Time of most recent feature update</td>\n</tr>\n<tr>\n<td>declined_at <em>string</em></td>\n<td>Time feature status updated to declined</td>\n</tr>\n<tr>\n<td>developing_at <em>string</em></td>\n<td>Time feature status updated to developing</td>\n</tr>\n<tr>\n<td>planned_at <em>string</em></td>\n<td>Time feature status updated to planned</td>\n</tr>\n<tr>\n<td>released_at <em>string</em></td>\n<td>Time feature status updated to released</td>\n</tr>\n<tr>\n<td>waiting_at <em>string</em></td>\n<td>Time feature status updated to waiting</td>\n</tr>\n<tr>\n<td>updated_by_user_id <em>integer</em></td>\n<td>Unique Id of user who updated feature status</td>\n</tr>\n<tr>\n<td>resolved_by_user_id <em>integer</em></td>\n<td>Unique Id of user who resolved feature status</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"0071c204-c33e-4e1e-8706-4c2e4dd3eee5","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}}},{"name":"Users","item":[{"name":"Get a User Record","id":"4ff48800-d38c-40fb-9c7a-6b8da5820419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/users/:id","description":"<p>Identifies a user based on specific Id.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>users/:id</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>{Id}</code> - id of the user.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["users",":id"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"d069ca6e-16ad-42be-91ce-2bb635f7e6f4","name":"the User record","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/users/:id?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["users",":id"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"roles\": \"endUser\",\n \"email\": \"aliqua\",\n \"id\": \"qui\",\n \"created_at\": \"ea dolore\",\n \"name\": \"ipsum consectetur\",\n \"external_id\": \"aliquip mollit fugiat elit\",\n \"account\": {\n  \"id\": \"sed in minim pariatur\",\n  \"name\": \"cillum ut dolor id minim\",\n  \"monthly_value\": -92488176.1619921,\n  \"status\": \"not_paying\"\n }\n}"},{"id":"e7e72ae1-6475-4310-acf7-ef8c23d1ae5b","name":"User has been deleted","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/users/:id?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["users",":id"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"Gone","code":410,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4ff48800-d38c-40fb-9c7a-6b8da5820419"},{"name":"Update a User","id":"2a204192-432b-4718-95ea-72f7eb5930b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"dolor reprehenderit est laboris\",\n    \"email\": \"nisi ipsum incididunt\",\n    \"external_id\": \"ullamco id ad\",\n    \"permission_group_id\": -39391499.22799779\n}"},"url":"https://api.feedback.us.pendo.io/users/:id","description":"<p>Updates a user's record.</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["users",":id"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>(Required) Feedback's User ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"0aafc7d3-ba39-43db-8f50-6e48eb047e78","name":"updated User","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"dolor reprehenderit est laboris\",\n    \"email\": \"nisi ipsum incididunt\",\n    \"external_id\": \"ullamco id ad\",\n    \"permission_group_id\": -39391499.22799779\n}"},"url":{"raw":"https://api.feedback.us.pendo.io/users/:id?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["users",":id"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"roles\": \"endUser\",\n \"email\": \"aliqua\",\n \"id\": \"qui\",\n \"created_at\": \"ea dolore\",\n \"name\": \"ipsum consectetur\",\n \"external_id\": \"aliquip mollit fugiat elit\",\n \"account\": {\n  \"id\": \"sed in minim pariatur\",\n  \"name\": \"cillum ut dolor id minim\",\n  \"monthly_value\": -92488176.1619921,\n  \"status\": \"not_paying\"\n }\n}"}],"_postman_id":"2a204192-432b-4718-95ea-72f7eb5930b8"},{"name":"Delete a User","id":"0f935653-98d1-493f-9f27-16bd49451af6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/users/:id","description":"<p>This removes most traces of a User's existence from the system. For an EndUser you might want to consider just letting them churn after a period of inactivity.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>DEL</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>users/:id</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>{Id}</code> - id of the user to delete.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: User deleted as requested.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["users",":id"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"166fbdce-36bf-44fc-82a3-e74d81e501a1","name":"the deleted User","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/users/:id?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["users",":id"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"roles\": \"endUser\",\n \"email\": \"aliqua\",\n \"id\": \"qui\",\n \"created_at\": \"ea dolore\",\n \"name\": \"ipsum consectetur\",\n \"external_id\": \"aliquip mollit fugiat elit\",\n \"account\": {\n  \"id\": \"sed in minim pariatur\",\n  \"name\": \"cillum ut dolor id minim\",\n  \"monthly_value\": -92488176.1619921,\n  \"status\": \"not_paying\"\n }\n}"}],"_postman_id":"0f935653-98d1-493f-9f27-16bd49451af6"},{"name":"Get Custom User Tags","id":"a7d9900f-bb77-49a1-b5c7-717f350d8ba0","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/users/:id/tags","description":"<p>Displays all custom user tags associated with the user Id.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>users/:id</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>{Id}</code> - id of the user.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["users",":id","tags"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>(Required) Feedback's User ID</p>\n","type":"text/plain"},"type":"any","value":"91545916.96500495","key":"id"}]}},"response":[{"id":"e2948f94-e930-4715-8268-e93826dd5ceb","name":"Returns an array of maps specifying tags under each tag group, for example:\n\n[\n\n{'impacts' => ['sales']},\n\n{'resources' => ['dev', 'test', 'support']}\n\n]","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/users/:id/tags?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["users",":id","tags"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"36875092-72f6-459b-b42d-1c350a97d05e","name":"User not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/users/:id/tags?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["users",":id","tags"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7d9900f-bb77-49a1-b5c7-717f350d8ba0"},{"name":"Overwrite Current Custom User Tags with Given Tags","id":"bb2c4c08-dae7-45a3-a1b9-2e98b0822c1c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{}"},"url":"https://api.feedback.us.pendo.io/users/:id/tags","description":"<p>Replace custom user tags for specified user with tags provided as array in the data field.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>users/:id/tags</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>{Id}</code> - id of the user.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>An array of maps specifying tags under each tag group</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Tags overwritten as requested.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["users",":id","tags"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>(Required) Feedback's User ID</p>\n","type":"text/plain"},"type":"any","value":"91545916.96500495","key":"id"}]}},"response":[{"id":"ba0fa998-e1e2-434b-8edf-2be266070081","name":"Updated User tags","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/users/:id/tags?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["users",":id","tags"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f5d8b113-7f78-4207-8a67-fc0c8e719c0b","name":"User not found","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/users/:id/tags?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["users",":id","tags"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bb2c4c08-dae7-45a3-a1b9-2e98b0822c1c"},{"name":"Delete Custom User Tags","id":"e1efd2e8-e0ef-4402-8393-c6fdd4b24134","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/users/:id/tags","description":"<p>Removes all custom tags associated with the User</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["users",":id","tags"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>(Required) Feedback's User ID</p>\n","type":"text/plain"},"type":"any","value":"91545916.96500495","key":"id"}]}},"response":[{"id":"86813452-f7e5-4761-b326-7fd07fed0be7","name":"success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/users/:id/tags?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["users",":id","tags"],"query":[{"key":"auth-token","value":"<API Key>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e1efd2e8-e0ef-4402-8393-c6fdd4b24134"},{"name":"Fetch User Records","id":"932ff66c-7520-4904-a4d3-f83a4a85e225","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/users?role=&account=&start=&limit=&order_by=&order_dir=","description":"<p>Retrieves a list of User records.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>users?role=&amp;account=&amp;start=&amp;limit=&amp;order_by=&amp;order_dir=</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>role</code> - Required role type</td>\n</tr>\n<tr>\n<td></td>\n<td><code>account</code> - Filter by Account ID, if supplied. Only useful if role param is endUser</td>\n</tr>\n<tr>\n<td></td>\n<td><code>start</code> - Offset to start at</td>\n</tr>\n<tr>\n<td></td>\n<td><code>limit</code> - Limit the number of records returned. Max value can be 300. If limit is set to more than 300 the api will return an error</td>\n</tr>\n<tr>\n<td></td>\n<td><code>order_by</code> - The field to use for sort</td>\n</tr>\n<tr>\n<td></td>\n<td><code>order_dir</code> - The sort direction</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["users"],"host":["https://api.feedback.us.pendo.io"],"query":[{"description":{"content":"<p>(Required) role</p>\n","type":"text/plain"},"key":"role","value":""},{"description":{"content":"<p>Filter by Account ID, if supplied. Only useful if role param is endUser</p>\n","type":"text/plain"},"key":"account","value":""},{"description":{"content":"<p>Offset to start at</p>\n","type":"text/plain"},"key":"start","value":""},{"description":{"content":"<p>Limit the number of records returned. Max value can be 300. If limit is set to more than 300 the api will return an error</p>\n","type":"text/plain"},"key":"limit","value":""},{"description":{"content":"<p>The field to use for sort</p>\n","type":"text/plain"},"key":"order_by","value":""},{"description":{"content":"<p>The sort direction</p>\n","type":"text/plain"},"key":"order_dir","value":""}],"variable":[]}},"response":[{"id":"0ed8269b-4f3c-4097-a322-a1e8b3951bcd","name":"User records","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/users?role=vendorUser&account=-92101614&start=0&limit=300&order_by=eiusmod Ut nostrud&order_dir=desc&auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["users"],"query":[{"key":"role","value":"vendorUser"},{"key":"account","value":"-92101614"},{"key":"start","value":"0"},{"key":"limit","value":"300"},{"key":"order_by","value":"eiusmod Ut nostrud"},{"key":"order_dir","value":"desc"},{"key":"auth-token","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"roles\": \"endUser\",\n  \"email\": \"ad nulla elit\",\n  \"id\": \"adipisicing in\",\n  \"created_at\": \"velit consectetur\",\n  \"name\": \"sit magna dolore\",\n  \"external_id\": \"culpa mollit\",\n  \"account\": {\n   \"id\": \"irure dolor\",\n   \"name\": \"occaecat ut Excepteur aute elit\",\n   \"monthly_value\": 47980954.88889897,\n   \"status\": \"paying\"\n  }\n },\n {\n  \"roles\": \"endUser\",\n  \"email\": \"sed non\",\n  \"id\": \"tempor eiusmod\",\n  \"created_at\": \"et\",\n  \"name\": \"adipisicing \",\n  \"external_id\": \"id ex Ut esse ut\",\n  \"account\": {\n   \"id\": \"dolor\",\n   \"name\": \"id tempor\",\n   \"monthly_value\": 45427438.01838055,\n   \"status\": \"paying\"\n  }\n }\n]"}],"_postman_id":"932ff66c-7520-4904-a4d3-f83a4a85e225"},{"name":"Ping to Create or Update an EndUser and Account in one call","id":"122f28f3-a809-4abb-a54c-fe9f23eec039","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"return_url\": \"Lorem sunt est\",\n    \"user\": {\n        \"roles\": \"endUser\",\n        \"email\": \"cillum\",\n        \"id\": \"labore commodo consectetur tempor\",\n        \"created_at\": \"incididunt ut\",\n        \"full_name\": \"eu ut fugiat\",\n        \"tags\": {},\n        \"allowed_products\": [\n            \"esse culpa ullamco amet\",\n            \"consectetur\"\n        ]\n    },\n    \"account\": {\n        \"id\": \"aliqua amet tempor dolore sint\",\n        \"is_paying\": true,\n        \"name\": \"voluptate quis\",\n        \"created_at\": \"ut minim ipsum\",\n        \"monthly_value\": -71728863.04133254,\n        \"status\": \"tempor non\",\n        \"tags\": {}\n    }\n}"},"url":"https://api.feedback.us.pendo.io/users","description":"<p>Replicates much of the functionality of the widget ping, allowing callers to create or update User records for End Users. If you call this with a new User and/or Account, the record will be created. If you call for an existing User/Account, the record will be updated. You can also call this at EndUser login time, or more frequently, to notify Feedback that the EndUser has been seen. This keeps Feedback's 'last seen' data fresh and updates your reporting. This endpoint is used by our Zapier integration. The only value allowed in user.roles is 'endUser'. The id you supply here for the User and Account should be your own unique id, which Feedback calls external_id. This probably isn't the same as Feedback's id seen elsewhere in the API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>users</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td></td>\n</tr>\n<tr>\n<td>Data</td>\n<td>Account and user</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["users"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"498d1ebf-f8d0-4639-8994-057021dbf8a1","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"return_url\": \"Lorem sunt est\",\n    \"user\": {\n        \"roles\": \"endUser\",\n        \"email\": \"cillum\",\n        \"id\": \"labore commodo consectetur tempor\",\n        \"created_at\": \"incididunt ut\",\n        \"full_name\": \"eu ut fugiat\",\n        \"tags\": {},\n        \"allowed_products\": [\n            \"esse culpa ullamco amet\",\n            \"consectetur\"\n        ]\n    },\n    \"account\": {\n        \"id\": \"aliqua amet tempor dolore sint\",\n        \"is_paying\": true,\n        \"name\": \"voluptate quis\",\n        \"created_at\": \"ut minim ipsum\",\n        \"monthly_value\": -71728863.04133254,\n        \"status\": \"tempor non\",\n        \"tags\": {}\n    }\n}"},"url":{"raw":"https://api.feedback.us.pendo.io/users?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["users"],"query":[{"key":"auth-token","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"122f28f3-a809-4abb-a54c-fe9f23eec039"},{"name":"Find a User with a query","id":"b2d5f780-8ad2-4110-899c-69841432ec36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/users/search?external_id=&email=&role=","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>users/search?external_id=&amp;email=&amp;role=</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>external_id</code> - Find using your external ID, rather than the ID generated by Feedback</td>\n</tr>\n<tr>\n<td></td>\n<td><code>email</code> - Find user by their email address. Role param must be specified when using this option</td>\n</tr>\n<tr>\n<td></td>\n<td><code>role</code> - Users role (‘vendorUser’ or ‘endUser’). Only useful when finding a user by their email address</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["users","search"],"host":["https://api.feedback.us.pendo.io"],"query":[{"description":{"content":"<p>Find using your external ID, rather than the ID generated by Feedback</p>\n","type":"text/plain"},"key":"external_id","value":""},{"description":{"content":"<p>Find user by their email address. Role param must be specified when using this option</p>\n","type":"text/plain"},"key":"email","value":""},{"description":{"content":"<p>Users role ('vendorUser' or 'endUser'). Only useful when finding a user by their email address</p>\n","type":"text/plain"},"key":"role","value":""}],"variable":[]}},"response":[{"id":"8dffc1dd-2e72-4448-b8b4-679784a41c67","name":"the User record","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/users/search?external_id=eiusmod Ut nostrud&email=eiusmod Ut nostrud&role=vendorUser&auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["users","search"],"query":[{"key":"external_id","value":"eiusmod Ut nostrud"},{"key":"email","value":"eiusmod Ut nostrud"},{"key":"role","value":"vendorUser"},{"key":"auth-token","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"roles\": \"endUser\",\n \"email\": \"aliqua\",\n \"id\": \"qui\",\n \"created_at\": \"ea dolore\",\n \"name\": \"ipsum consectetur\",\n \"external_id\": \"aliquip mollit fugiat elit\",\n \"account\": {\n  \"id\": \"sed in minim pariatur\",\n  \"name\": \"cillum ut dolor id minim\",\n  \"monthly_value\": -92488176.1619921,\n  \"status\": \"not_paying\"\n }\n}"},{"id":"2acb3d36-dbd8-4184-a9cd-a4794442ca18","name":"User has been deleted","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/users/search?external_id=eiusmod Ut nostrud&email=eiusmod Ut nostrud&role=vendorUser&auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["users","search"],"query":[{"key":"external_id","value":"eiusmod Ut nostrud"},{"key":"email","value":"eiusmod Ut nostrud"},{"key":"role","value":"vendorUser"},{"key":"auth-token","value":"<API Key>"}]}},"status":"Gone","code":410,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2d5f780-8ad2-4110-899c-69841432ec36"},{"name":"Invite a VendorUser (Team member)","id":"74e181d8-0ff1-4ea3-a662-9b04e7227ded","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"irure labore elit\",\n    \"full_name\": \"exercitation fugiat\",\n    \"team\": \"cupidatat incid\",\n    \"permission_group_id\": -66371216.55290476,\n    \"external_id\": \"nostrud elit mollit\"\n}"},"url":"https://api.feedback.us.pendo.io/users/invite_vendor_user","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>users/invite_vendor_user</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td></td>\n</tr>\n<tr>\n<td>Data</td>\n<td>Vendor user</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["users","invite_vendor_user"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"d2a1a17f-78b9-44ec-b22e-377c507a14b6","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"irure labore elit\",\n    \"full_name\": \"exercitation fugiat\",\n    \"team\": \"cupidatat incid\",\n    \"permission_group_id\": -66371216.55290476,\n    \"external_id\": \"nostrud elit mollit\"\n}"},"url":{"raw":"https://api.feedback.us.pendo.io/users/invite_vendor_user?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["users","invite_vendor_user"],"query":[{"key":"auth-token","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"74e181d8-0ff1-4ea3-a662-9b04e7227ded"},{"name":"Invite an EndUser (customer)","id":"0e955803-ad3a-48bb-8b62-1a2802474bd1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account_status\": \"not_paying\",\n    \"email\": \"Excepteur sed Lorem\",\n    \"send_invite\": false,\n    \"full_name\": \"et in\",\n    \"user_external_id\": \"Duis\",\n    \"account_external_id\": \"ut fugiat proident\",\n    \"account_name\": \"id Duis ullamco sunt non\",\n    \"monthly_value\": 29143937.02039653\n}"},"url":"https://api.feedback.us.pendo.io/users/invite_end_user","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>users/invite_end_user</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td></td>\n</tr>\n<tr>\n<td>Data</td>\n<td>End user</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["users","invite_end_user"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"37a1997c-5a15-4a0a-9d9e-b7af7672c4b3","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"account_status\": \"not_paying\",\n    \"email\": \"Excepteur sed Lorem\",\n    \"send_invite\": false,\n    \"full_name\": \"et in\",\n    \"user_external_id\": \"Duis\",\n    \"account_external_id\": \"ut fugiat proident\",\n    \"account_name\": \"id Duis ullamco sunt non\",\n    \"monthly_value\": 29143937.02039653\n}"},"url":{"raw":"https://api.feedback.us.pendo.io/users/invite_end_user?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["users","invite_end_user"],"query":[{"key":"auth-token","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0e955803-ad3a-48bb-8b62-1a2802474bd1"}],"id":"e582da8d-8e49-4bc1-bdfb-44ce6a827996","description":"<h2 id=\"user-object\">User Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>roles <em>string</em></td>\n<td></td>\n</tr>\n<tr>\n<td>email <em>string</em></td>\n<td></td>\n</tr>\n<tr>\n<td>id <em>string</em></td>\n<td></td>\n</tr>\n<tr>\n<td>created_at <em>string ($dateTime)</em></td>\n<td></td>\n</tr>\n<tr>\n<td>name <em>string</em></td>\n<td></td>\n</tr>\n<tr>\n<td>external_id <em>string</em></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"useraccount-object\">UserAccount Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id <em>string</em></td>\n<td></td>\n</tr>\n<tr>\n<td>name <em>string</em></td>\n<td></td>\n</tr>\n<tr>\n<td>monthly_value <em>number ($float)</em></td>\n<td>Value of account.</td>\n</tr>\n<tr>\n<td>status <em>string ($dateTime)</em></td>\n<td>Valid values include paying, prospect, and not_paying</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e582da8d-8e49-4bc1-bdfb-44ce6a827996","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}}},{"name":"Votes","item":[{"name":"/votes","id":"9e404969-76f1-4b88-9e98-b3180b809d21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/votes?user_id=&feature_id=&positive=&negative=&start=&limit=","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>votes?user_id=&amp;feature_id=&amp;positive=&amp;negative=&amp;start=&amp;limit=</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>user_id</code> - Include only votes by User that voted on a feature</td>\n</tr>\n<tr>\n<td></td>\n<td><code>feature_id</code> - Include only votes for Feature with this Feature ID</td>\n</tr>\n<tr>\n<td></td>\n<td><code>positive</code> - Include only votes that are positive</td>\n</tr>\n<tr>\n<td></td>\n<td><code>negative</code> - Include only votes that are negative</td>\n</tr>\n<tr>\n<td></td>\n<td><code>offset</code> - Offset to start at</td>\n</tr>\n<tr>\n<td></td>\n<td><code>limit</code> - Limit the number of records returned</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Vote Records</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["votes"],"host":["https://api.feedback.us.pendo.io"],"query":[{"description":{"content":"<p>Include only votes by User that voted on a feature.</p>\n","type":"text/plain"},"key":"user_id","value":""},{"description":{"content":"<p>Include only votes for Feature with this Feature ID</p>\n","type":"text/plain"},"key":"feature_id","value":""},{"description":{"content":"<p>Include only votes that are positive</p>\n","type":"text/plain"},"key":"positive","value":""},{"description":{"content":"<p>Include only votes that are negative</p>\n","type":"text/plain"},"key":"negative","value":""},{"description":{"content":"<p>Offset to start at</p>\n","type":"text/plain"},"key":"start","value":""},{"description":{"content":"<p>Limit the number of records returned</p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[]}},"response":[{"id":"b7ef0ade-05dd-4211-b61c-9146884dfe90","name":"Vote records","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/votes?user_id=-92101614&feature_id=-92101614&positive=true&negative=true&start=16196677.98150124&limit=16196677.98150124&auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["votes"],"query":[{"key":"user_id","value":"-92101614"},{"key":"feature_id","value":"-92101614"},{"key":"positive","value":"true"},{"key":"negative","value":"true"},{"key":"start","value":"16196677.98150124"},{"key":"limit","value":"16196677.98150124"},{"key":"auth-token","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"feature_id\": -4192027,\n  \"user_id\": -631706,\n  \"quantity\": -77545956,\n  \"created_at\": \"et non\",\n  \"updated_at\": \"dolor\"\n },\n {\n  \"feature_id\": 91486342,\n  \"user_id\": 52077603,\n  \"quantity\": 95669762,\n  \"created_at\": \"est pariatur exercitation nostrud\",\n  \"updated_at\": \"in proident ex\"\n }\n]"}],"_postman_id":"9e404969-76f1-4b88-9e98-b3180b809d21"},{"name":"update specified votes for a User","id":"ae473bc9-44b7-4e3f-a660-c59af3223728","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"ad elit cillum\",\n    \"votes\": [\n        {\n            \"feature_id\": \"aute voluptate incididunt\",\n            \"quantity\": -30725406\n        },\n        {\n            \"feature_id\": \"irure dolor\",\n            \"quantity\": -87054534\n        }\n    ]\n}"},"url":"https://api.feedback.us.pendo.io/votes","description":"<p>Automatically subscribes/unsubscribes the User to the specified feature depending on the quantity value</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>votes</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td></td>\n</tr>\n<tr>\n<td>Data</td>\n<td>User Id, feature Id, and quantity required.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["votes"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"0005b7c6-a49e-4ba2-97ac-cc7530bb2c62","name":"Updated votes","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"labore ullamco consequat\",\n    \"votes\": [\n        {\n            \"feature_id\": \"Lorem\",\n            \"quantity\": -99316251\n        },\n        {\n            \"feature_id\": \"reprehenderit amet sint in\",\n            \"quantity\": -56119511\n        }\n    ]\n}"},"url":{"raw":"https://api.feedback.us.pendo.io/votes?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["votes"],"query":[{"key":"auth-token","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ae473bc9-44b7-4e3f-a660-c59af3223728"}],"id":"e1ad1845-8be7-4c9a-bae3-ec1b2827c1c3","description":"<h2 id=\"vote-object\">Vote Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>feature_id <em>integer</em></td>\n<td></td>\n</tr>\n<tr>\n<td>user_id <em>integer</em></td>\n<td></td>\n</tr>\n<tr>\n<td>quantity <em>integer</em></td>\n<td>A negative number indicates that the user has indicated \"Not Interested\" in a Feature. Between 0 and 1000000 is the user's current prioritization of the Feature</td>\n</tr>\n<tr>\n<td>created_at <em>string ($dateTime)</em></td>\n<td></td>\n</tr>\n<tr>\n<td>updated_at <em>string</em></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e1ad1845-8be7-4c9a-bae3-ec1b2827c1c3","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}}},{"name":"Hooks","item":[{"name":"Subscribe to webhooks","id":"67403450-13a2-4dc8-91c0-c334e95762e9","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"target_url\": \"quis in ut do\",\n    \"event\": \"cillum dolor\"\n}"},"url":"https://api.feedback.us.pendo.io/hooks","description":"<p>Use this endpoint to subscribe to webhooks.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>hooks</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td></td>\n</tr>\n<tr>\n<td>Data</td>\n<td>Target URL and event required.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div><p>The <code>event</code> field can contain one of the following values-</p>\n<ul>\n<li><p><code>'feature_created'</code> - When a new feature is created a webhook will be triggered with the details of the feature. Feature details can be found in the model section under Feature object</p>\n</li>\n<li><p><code>'feature_status_changed'</code> - When a feature status is updated a webhook will be triggered with the updated Feature details. Feature details can be found in the model section under Feature object.</p>\n</li>\n<li><p><code>'feature_comment_created'</code> - When a commment is created on a feature, a webhook will be triggered with the details about the Feature and the new comment. Feature and Comment details can be found in the model section under Feature object and Comment object.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["hooks"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"64c5a169-ab82-48e2-8407-d930fd461cb4","name":"Successfully subscribed to the weebhooks","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"target_url\": \"quis in ut do\",\n    \"event\": \"cillum dolor\"\n}"},"url":{"raw":"https://api.feedback.us.pendo.io/hooks?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["hooks"],"query":[{"key":"auth-token","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"67403450-13a2-4dc8-91c0-c334e95762e9"},{"name":"Unsubscribe from webhooks","id":"71e563f4-60bc-4b87-a189-ce59641c5143","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"target_url\": \"laboris sunt consequat do\"\n}"},"url":"https://api.feedback.us.pendo.io/hooks/unsubscribe","description":"<p>Use this endpoint to unsubscribe from a webhook</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>hooks/unsubscribe</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td></td>\n</tr>\n<tr>\n<td>Data</td>\n<td>Target URL required.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["hooks","unsubscribe"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"53bca14a-d920-483c-95c8-e3d1abc8bf62","name":"Successfully unsubscribed from the weebhooks","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"target_url\": \"laboris sunt consequat do\"\n}"},"url":{"raw":"https://api.feedback.us.pendo.io/hooks/unsubscribe?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["hooks","unsubscribe"],"query":[{"key":"auth-token","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"71e563f4-60bc-4b87-a189-ce59641c5143"}],"id":"5f71ac2c-753e-4ea5-87d0-a2efdaaa8acf","_postman_id":"5f71ac2c-753e-4ea5-87d0-a2efdaaa8acf","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}}},{"name":"fetch Comment records","id":"4b3b65dc-20e0-4f00-8428-da95f2b632c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/comments?case_id=","description":"<p>Get a list of comment records</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>comments?case_id=</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>case_id</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["comments"],"host":["https://api.feedback.us.pendo.io"],"query":[{"description":{"content":"<p>(Required) case_id</p>\n","type":"text/plain"},"key":"case_id","value":""}],"variable":[]}},"response":[{"id":"2582741f-16ee-4104-ab74-6a180ee6b4e0","name":"Comment records","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/comments?case_id=-92101614&auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["comments"],"query":[{"key":"case_id","value":"-92101614"},{"key":"auth-token","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"feature_id\": -60343764,\n  \"user_id\": -5488878,\n  \"text\": \"Ut dolore dolore culpa qui\",\n  \"created_at\": \"sit voluptate\",\n  \"updated_at\": \"in\",\n  \"is_private\": false\n },\n {\n  \"feature_id\": -98989386,\n  \"user_id\": -69277559,\n  \"text\": \"Ut ad Lorem\",\n  \"created_at\": \"esse qui\",\n  \"updated_at\": \"Duis eu velit ullamco ad\",\n  \"is_private\": false\n }\n]"}],"_postman_id":"4b3b65dc-20e0-4f00-8428-da95f2b632c3"},{"name":"Health check for API","id":"540c28b5-7154-4f37-a52e-dd9321cbdc42","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"url":"https://api.feedback.us.pendo.io/health-check/ping","description":"<p>Provides a response for automatic checks that the API and load balancers are healthy</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>health-check/ping</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: API is healthy</td>\n</tr>\n<tr>\n<td></td>\n<td><code>503</code>: Load balancers cannot route a request to a healthy API server</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["health-check","ping"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"0a76a9db-3682-48a7-87b3-0853780afc1e","name":"API is healthy","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/health-check/ping?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["health-check","ping"],"query":[{"key":"auth-token","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5939760a-bcba-4cdb-b1e6-c2378d0ae82c","name":"Load balancers cannot route a request to a healthy API server","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.feedback.us.pendo.io/health-check/ping?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["health-check","ping"],"query":[{"key":"auth-token","value":"<API Key>"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"540c28b5-7154-4f37-a52e-dd9321cbdc42"},{"name":"Create or update a team member by their external_id","id":"5f7230f1-2a49-4225-92af-f3bc8975eb7e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-token","value":"<FEEDBACK_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"team\": \"eu ut elit\",\n    \"permission_group_id\": -29848818.418862864,\n    \"email\": \"ex Excepteur dolore\",\n    \"full_name\": \"deserunt dolor minim\",\n    \"external_id\": \"in id laborum nisi\"\n}"},"url":"https://api.feedback.us.pendo.io/vendor_users","description":"<p>the POST /vendor_users is very similar to the POST /users/invite_vendor_user but /vendor_users is intended for consumers to refresh team member data periodically, rather than just a one-off user creation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>vendor_users</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td></td>\n</tr>\n<tr>\n<td>Data</td>\n<td>Team, permission group Id, email, name, and external Id required.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"},"isInherited":true,"source":{"_postman_id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","id":"7daf08f5-0c50-4d43-a4bd-600a92cc2929","name":"Pendo Feedback API","type":"collection"}},"urlObject":{"path":["vendor_users"],"host":["https://api.feedback.us.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"0bfcf4b6-0a66-4695-8747-3c0de3ed1f3d","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"team\": \"eu ut elit\",\n    \"permission_group_id\": -29848818.418862864,\n    \"email\": \"ex Excepteur dolore\",\n    \"full_name\": \"deserunt dolor minim\",\n    \"external_id\": \"in id laborum nisi\"\n}"},"url":{"raw":"https://api.feedback.us.pendo.io/vendor_users?auth-token=<API Key>","host":["https://api.feedback.us.pendo.io"],"path":["vendor_users"],"query":[{"key":"auth-token","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5f7230f1-2a49-4225-92af-f3bc8975eb7e"}],"auth":{"type":"apikey","apikey":{"key":"<key>","value":"<value>"}},"event":[{"listen":"prerequest","script":{"id":"8cd5191e-8f9f-4a0c-b909-6966e16e4219","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"4c4ffa63-bd15-46c4-970e-24a0a8f7672d","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.feedback.us.pendo.io"}]}