{"info":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","description":"<html><head></head><body><p>The current SDK is for PHP. Please inquire about SDKs for other mainstream languages.</p>\n<p>We take data security seriously! All data is transferred via HTTPS and requests are signed using a private key.</p>\n<p>We also support v1 of our API. You can see the documentation here: <a href=\"https://app.gatherup.com/api/doc\">Api documentation</a></p>\n<h1 id=\"overview\">Overview</h1>\n<p>GatherUp offers a REST API</p>\n<p>To authorize your API calls, you will need two credentials: Bearer Token and clientId. The Bearer Token should be added in the header of the request. The clientId should be added to the parameter (for GET) or body (for POST, PUT, DELETE) calls.</p>\n<p>To retrieve your API credentials, please see: <a href=\"https://help.gatherup.com/s/article/GatherUp-API-Client-ID-Private-Key-and-Bearer-Token\">GatherUp API Credentials</a></p>\n<p><strong>Please note:</strong> Agency acounts will contain multiple sets of API Credentials. We offer API credentials for the entire account and a set of credentials for each client. The article above includes steps for retrieving both options.</p>\n<p>Using the agency account credentials allows you to manage multiple clients with one set of credentials and allows you to target specific clients using the \"agent\" parameter. When using API credentials specific to a client, do not include the agent parameter.</p>\n<p><strong>For example:</strong> You can get all your existing agent numbers (clients) using: <a href=\"https://app.gatherup.com/api/v2/agency/clients\">https://app.gatherup.com/api/v2/agency/clients</a></p>\n<p>Example clients:</p>\n<ul>\n<li><p>Framing r’ Us = agent: 124661</p>\n</li>\n<li><p>Mario’s Pizza = agent: 25271</p>\n</li>\n<li><p>Atlantic Trailers = agent: 341490</p>\n</li>\n</ul>\n<p><strong>Remember:</strong> What is called \"Client\" in the Agency Dashboard is called \"agent\" in the API. The \"ClientID\" is part of your API credentials. The agent number (ID) is what specifies the agency dashboard client in the API.</p>\n<p>Example request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl \\\n    -H \"Authorization: Bearer d96913a5cef4fc92ec54fd96d92c4965\" \\\n    -H \"Content-Type: application/json\" \\\n    \"https://app.gatherup.com/api/v2/businesses/get?clientId=4dd2757905c524cbc10877fcb485348c44ef518c&amp;agent=25271\"\n\n</code></pre><h1 id=\"authentication\">Authentication</h1>\n<p>Bearer authorization method is a much simpler way of sending API requests.</p>\n<p>It makes the hash parameter completely obsolete.</p>\n<p>You can find your bearer token under Account Owner Details.</p>\n<p>Please make sure you are using <code>https://</code> protocol, which provides encryption for your requests.</p>\n<p>Any request needs BEARER_TOKEN and CLIENT_ID:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl \\\n    -H \"Authorization: Bearer YOUR_BEARER_TOKEN\" \\\n    -H \"Content-Type: application/json\" \\\n    -X POST \\\n    -d '{\"clientId\": \"YOUR_CLIENT_ID\"}' \\\n    \"https://app.gatherup.com/api/test\"\n\n</code></pre><h1 id=\"error-codes\">Error Codes</h1>\n<p>Our API returns the code 200 and 201 when the result is correct. Otherwise 500, 404, 403, 401, and 400. There is more detail about a problem and the error code in the response.</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>Limit: 5 requests per second. Everything above this limit will return 503 HTTP error.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"16190447","collectionId":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","publishedId":"TzmCiYzP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0497A2"},"publishDate":"2021-10-06T09:44:10.000Z"},"item":[{"name":"Businesses","item":[{"name":"Online Review Links","item":[{"name":"Get Online Review Links","id":"57ee5bc9-f83e-4137-9ddf-b089c37efa75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/business/online-review-links/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=342910","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","business","online-review-links","get"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p><strong>Required</strong> Business ID</p>\n","type":"text/plain"},"key":"businessId","value":"342910"}],"variable":[]}},"response":[{"id":"34d80986-221e-4b18-b1bb-3770d51904dd","name":"Get Online Review Links - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/business/online-review-links/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=34291","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","business","online-review-links","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"businessId","value":"34291"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:33:57 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 07:33:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"data\": [\n        {\n            \"socialLinkType\": \"google\",\n            \"socialLinkUrl\": \"http://gatherup.com\",\n            \"socialLinkShow\": 1\n        },\n        {\n            \"socialLinkType\": \"facebook\",\n            \"socialLinkUrl\": \"http://app.gatherup.com\",\n            \"socialLinkShow\": 1\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"57cf2110-c7f1-4736-b969-4f4db4f35afd","name":"Get Online Review Links - This user cannot manage selected business","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/business/online-review-links/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=342910","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","business","online-review-links","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"businessId","value":"342910"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:34:56 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 07:34:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 5,\n    \"errorMessage\": \"This user cannot manage selected business\"\n}"}],"_postman_id":"57ee5bc9-f83e-4137-9ddf-b089c37efa75"},{"name":"Add online review link","id":"f18e3185-1ea7-47f7-8f35-ca3573efc877","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\",\n    \"type\": \"google\",\n    \"link\": \"http://app.gatherup.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/online-review-link/add","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>businessId</td>\n<td>integer</td>\n<td>yes</td>\n<td>6418</td>\n<td>Business id.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string(google, yelp, citysearch, facebook, ...)</td>\n<td>yes</td>\n<td>google</td>\n<td>Online review link type.</td>\n</tr>\n<tr>\n<td>link</td>\n<td>string</td>\n<td>yes</td>\n<td><a href=\"http://app.gatherup.com\">http://app.gatherup.com</a></td>\n<td>Online review link URL.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","business","online-review-link","add"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"8ee096bd-a2b3-4e6f-ac89-6af061e01425","name":"Add online review links - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\",\n    \"type\": \"google\",\n    \"link\": \"http://app.gatherup.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/online-review-link/add"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:17:41 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 07:17:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"a21be0c3-c09e-45b4-95b0-8be7c9ad27cb","name":"Add online review links - This user cannot manage selected business","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"342910\",\n    \"type\": \"google\",\n    \"link\": \"http://app.gatherup.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/online-review-link/add"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:18:11 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 07:18:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 5,\n    \"errorMessage\": \"This user cannot manage selected business\"\n}"},{"id":"d209c2af-4763-4b61-803d-cd66612e5c2e","name":"Add online review links - Unsupported social link type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\",\n    \"type\": \"site123\",\n    \"link\": \"http://app.gatherup.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/online-review-link/add"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:18:48 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 07:18:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 28,\n    \"errorMessage\": \"Unsupported social link type\"\n}"},{"id":"03bdba90-87d1-4b22-9abd-3ccb4c6d8d22","name":"Add online review links - Social link with selected type already exist","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\",\n    \"type\": \"google\",\n    \"link\": \"http://app.gatherup.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/online-review-link/add"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:19:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 39,\n    \"errorMessage\": \"Social link with selected type already exist\"\n}"},{"id":"7e745460-e507-4209-b059-b1633d6eb42b","name":"Add online review links - Social link is invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\",\n    \"type\": \"facebook\",\n    \"link\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/online-review-link/add"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:21:06 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 07:21:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 27,\n    \"errorMessage\": \"Social link is invalid\"\n}"}],"_postman_id":"f18e3185-1ea7-47f7-8f35-ca3573efc877"},{"name":"Update online review link","id":"355201a0-6024-445b-9403-c69c19f42f0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\",\n    \"type\": \"google\",\n    \"link\": \"http://gatherup.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/online-review-link/update","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>businessId</td>\n<td>integer</td>\n<td>yes</td>\n<td>6418</td>\n<td>Business id.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string(google, yelp, citysearch, facebook, ...)</td>\n<td>yes</td>\n<td>google</td>\n<td>Online review link type.</td>\n</tr>\n<tr>\n<td>link</td>\n<td>string</td>\n<td>yes</td>\n<td><a href=\"http://app.gatherup.com\">http://app.gatherup.com</a></td>\n<td>Online review link URL.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","business","online-review-link","update"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"f309fff2-3807-4921-abbe-cdd15487003b","name":"Update online review link - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\",\n    \"type\": \"google\",\n    \"link\": \"http://gatherup.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/online-review-link/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:25:16 GMT"},{"key":"X-Debug-Token","value":"b55e7f"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/b55e7f?businessId=34291&clientId=4"},{"key":"Expires","value":"Wed, 21 Jul 2021 07:25:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"b5d25d0a-bf34-43fc-9428-e2083ba80f1e","name":"Update online review link - Social link with selected type was not found. Please create one first","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\",\n    \"type\": \"tripadvisor\",\n    \"link\": \"http://gatherup.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/online-review-link/update"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:25:55 GMT"},{"key":"X-Debug-Token","value":"7aab41"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/7aab41?businessId=34291&clientId=4"},{"key":"Expires","value":"Wed, 21 Jul 2021 07:25:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 38,\n    \"errorMessage\": \"Social link with selected type was not found. Please create one first.\"\n}"},{"id":"e35d319a-2825-4deb-8533-a00cd7da654f","name":"Update online review link - Social link is invalid","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\",\n    \"type\": \"google\",\n    \"link\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/online-review-link/update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:26:18 GMT"},{"key":"X-Debug-Token","value":"11fcab"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/11fcab?businessId=34291&clientId=4"},{"key":"Expires","value":"Wed, 21 Jul 2021 07:26:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 27,\n    \"errorMessage\": \"Social link is invalid\"\n}"},{"id":"3bdebe66-85b8-43e5-b191-95ada8abc19b","name":"Update online review link - Unsupported social link type","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\",\n    \"type\": \"google\",\n    \"link\": \"http://gatherup.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/online-review-link/update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:26:41 GMT"},{"key":"X-Debug-Token","value":"6ffdac"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/6ffdac?businessId=34291&clientId=4"},{"key":"Expires","value":"Wed, 21 Jul 2021 07:26:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 28,\n    \"errorMessage\": \"Unsupported social link type\"\n}"},{"id":"0c28b6b4-38ea-421d-8406-a934bbf58563","name":"Update online review link - This user cannot manage selected business","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"342910\",\n    \"type\": \"google\",\n    \"link\": \"http://gatherup.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/online-review-link/update"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:27:58 GMT"},{"key":"X-Debug-Token","value":"1150b5"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/1150b5?businessId=342910&clientId=4"},{"key":"Expires","value":"Wed, 21 Jul 2021 07:27:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 5,\n    \"errorMessage\": \"This user cannot manage selected business\"\n}"}],"_postman_id":"355201a0-6024-445b-9403-c69c19f42f0e"}],"id":"18f6f1e7-741a-414b-8374-714938cf0e75","_postman_id":"18f6f1e7-741a-414b-8374-714938cf0e75","description":"","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}}},{"name":"Notifications","item":[{"name":"Add email to review notifications","id":"a7500df2-d912-462d-afbc-22df1ce7e392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"email\": \"customer-name@app.gatherup.com\",\n    \"type\": \"all\"\n}"},"url":"https://app.gatherup.com/api/v2/business/notifications/email/add","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","business","notifications","email","add"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"7f515804-a6ef-4fbc-901e-286d6fe49277","name":"Add email to review notifications - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"email\": \"customer-name@app.gatherup.com\",\n    \"type\": \"all\"\n}"},"url":"https://app.gatherup.com/api/v2/business/notifications/email/add"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:43:38 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 07:43:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"aa37c38f-e51b-4bdf-a6b0-17035295b678","name":"Add email to review notifications - This user cannot manage selected business","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 342910,\n    \"email\": \"customer-name@app.gatherup.com\",\n    \"type\": \"all\"\n}"},"url":"https://app.gatherup.com/api/v2/business/notifications/email/add"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:45:29 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 07:45:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 5,\n    \"errorMessage\": \"This user cannot manage selected business\"\n}"}],"_postman_id":"a7500df2-d912-462d-afbc-22df1ce7e392"},{"name":"Remove email from notifications","id":"e490c6c0-3e9c-44eb-9f6a-84e34dd66281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"email\": \"customer-name@app.gatherup.com\",\n    \"type\": \"all\"\n}"},"url":"https://app.gatherup.com/api/v2/business/notifications/email/remove","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","business","notifications","email","remove"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"fd786aea-13d0-4a3e-bfaf-4f6ff79b7489","name":"Remove email from notifications - Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"email\": \"customer-name@app.gatherup.com\",\n    \"type\": \"all\"\n}"},"url":"https://app.gatherup.com/api/v2/business/notifications/email/remove"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:48:18 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 07:48:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"f7746b4f-3c4d-429a-bc8b-6cdcfeb2cbfd","name":"Remove email from notifications - This user cannot manage selected business","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 342910,\n    \"email\": \"customer-name@app.gatherup.com\",\n    \"type\": \"all\"\n}"},"url":"https://app.gatherup.com/api/v2/business/notifications/email/remove"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 07:49:09 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 07:49:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 5,\n    \"errorMessage\": \"This user cannot manage selected business\"\n}"}],"_postman_id":"e490c6c0-3e9c-44eb-9f6a-84e34dd66281"}],"id":"6078edac-bfca-419d-9958-113d02f17d36","_postman_id":"6078edac-bfca-419d-9958-113d02f17d36","description":"","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}}},{"name":"Create a Business","id":"9c71eb6d-713d-44d1-a5cd-2851a4a0f50b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerAccount\": \"0\",\n    \"businessOwnerEmail\": \"john.smith@abc-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessOwnerSendPasswordEmail\": \"0\",\n    \"businessType\": \"Insurance Agency\",\n    \"city\": \"Haiku\",\n    \"country\": \"US\",\n    \"customField\": \"YOUR_FIELD-123\",\n    \"emailImage\": \"http://domain.com/image-url\",\n    \"emailLogo\": \"http://domain.com/image-url\",\n    \"feedbackBanner\": \"http://domain.com/image-url\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"state\": \"FL\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https://www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"package\": \"pro\",\n    \"language\": \"en\",\n    \"legalBusinessName\": \"Peach Trees Intl.\",\n    \"publicBusinessName\": \"Peach Trees Intl.\",\n    \"legalBusinessType\": \"PRIVATE_PROFIT\",\n    \"legalBusinessRegistrationNumber\": \"12345\",\n    \"legalBusinessRegistrationAuthority\": \"VAT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/create","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>businessName</td>\n<td>string</td>\n<td>yes</td>\n<td>Peach Trees Intl.</td>\n<td>Business name.</td>\n</tr>\n<tr>\n<td>businessOwnerAccount</td>\n<td>integer(0,1)</td>\n<td>no</td>\n<td>0</td>\n<td>Set to 1 if you want to create business manager (aka User).</td>\n</tr>\n<tr>\n<td>businessOwnerEmail</td>\n<td>string(email)</td>\n<td>no</td>\n<td><a href=\"https://mailto:john.smith@abc-company.com\">john.smith@abc-company.com</a></td>\n<td>UserEmail</td>\n</tr>\n<tr>\n<td>businessOwnerFirstName</td>\n<td>string</td>\n<td>no</td>\n<td>John</td>\n<td>User first name.</td>\n</tr>\n<tr>\n<td>businessOwnerLastName</td>\n<td>string</td>\n<td>no</td>\n<td>Smith</td>\n<td>User last name.</td>\n</tr>\n<tr>\n<td>businessOwnerSendPasswordEmail</td>\n<td>integer(0,1)</td>\n<td>no</td>\n<td>0</td>\n<td>Send email with password</td>\n</tr>\n<tr>\n<td>businessType</td>\n<td>string</td>\n<td>yes</td>\n<td>Insurance Agency</td>\n<td>Google business type.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>yes</td>\n<td>Haiku</td>\n<td>Business city.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>yes</td>\n<td>US</td>\n<td>Business country code or full name.</td>\n</tr>\n<tr>\n<td>customField</td>\n<td>string</td>\n<td>no</td>\n<td>1234</td>\n<td>Custom ID (whitelabeled accounts only).</td>\n</tr>\n<tr>\n<td>emailImage</td>\n<td>string</td>\n<td>no</td>\n<td><a href=\"http://domain.com/image-url\">http://domain.com/image-url</a></td>\n<td>Email Picture.</td>\n</tr>\n<tr>\n<td>emailLogo</td>\n<td>string</td>\n<td>no</td>\n<td><a href=\"http://domain.com/image-url\">http://domain.com/image-url</a></td>\n<td>Company Logo.</td>\n</tr>\n<tr>\n<td>feedbackBanner</td>\n<td>string</td>\n<td>no</td>\n<td><a href=\"http://domain.com/image-url\">http://domain.com/image-url</a></td>\n<td>Feedback Page Banner.</td>\n</tr>\n<tr>\n<td>organisationType</td>\n<td>string</td>\n<td>no</td>\n<td>company</td>\n<td>Organisation type: company, corporation, non profit, school, office, practice, agency, church,restaurant, event, firm, store, dealership</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>yes</td>\n<td>808-333-3334</td>\n<td>Mobile phone number.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>FL</td>\n<td>Business state code or full name.</td>\n</tr>\n<tr>\n<td>streetAddress</td>\n<td>string</td>\n<td>yes</td>\n<td>4150 Hana Hwy</td>\n<td>Business street address.</td>\n</tr>\n<tr>\n<td>websiteUrl</td>\n<td>string</td>\n<td>no</td>\n<td><a href=\"https://www.peachtreeintl.abc-company.com\">https://www.peachtreeintl.abc-company.com</a></td>\n<td>Business website url.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>string</td>\n<td>yes</td>\n<td>96708</td>\n<td>Business zip code.</td>\n</tr>\n<tr>\n<td>language</td>\n<td>string(2)</td>\n<td>no</td>\n<td>de, en, es, fr, nl, no, pl, pt, sv, it</td>\n<td>Business language</td>\n</tr>\n<tr>\n<td>legalBusinessName</td>\n<td>string</td>\n<td>no</td>\n<td>Peach Trees Intl.</td>\n<td>Legal Business Name</td>\n</tr>\n<tr>\n<td>publicBusinessName</td>\n<td>string</td>\n<td>no</td>\n<td>Peach Trees Intl.</td>\n<td>Public Business Name</td>\n</tr>\n<tr>\n<td>legalBusinessType</td>\n<td>string(SOLE_PROPRIETOR, PRIVATE_PROFIT,PUBLIC_PROFIT, NON_PROFIT, GOVERNMENT)</td>\n<td>no</td>\n<td>SOLE_PROPRIETOR</td>\n<td>Business Type</td>\n</tr>\n<tr>\n<td>legalBusinessRegistrationNumber</td>\n<td>string</td>\n<td>no</td>\n<td>123456</td>\n<td>Business Registration Number</td>\n</tr>\n<tr>\n<td>legalBusinessRegistrationAuthority</td>\n<td>string(EIN, CBN, PROVINCIAL_NUMBER, CRN, VAT, ACN, ABN, BRN, SIREN, SIRET, NZBN, USt-IdNr, CIF, NIF, CNPJ, UID, Other)</td>\n<td>no</td>\n<td>Other</td>\n<td>Business Registration Authority</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","business","create"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"09baabc4-b36a-40d5-9162-de376bc912cd","name":"Create a Business - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerAccount\": \"0\",\n    \"businessOwnerEmail\": \"john.smith@abc-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessOwnerSendPasswordEmail\": \"0\",\n    \"businessType\": \"Insurance Agency\",\n    \"city\": \"Haiku\",\n    \"country\": \"US\",\n    \"customField\": \"YOUR_FIELD-123\",\n    \"emailImage\": \"http://domain.com/image-url\",\n    \"emailLogo\": \"http://domain.com/image-url\",\n    \"feedbackBanner\": \"http://domain.com/image-url\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"state\": \"FL\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https://www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"package\": \"pro\",\n    \"language\": \"en\",\n    \"legalBusinessName\": \"Peach Trees Intl.\",\n    \"publicBusinessName\": \"Peach Trees Intl.\",\n    \"legalBusinessType\": \"PRIVATE_PROFIT\",\n    \"legalBusinessRegistrationNumber\": \"12345\",\n    \"legalBusinessRegistrationAuthority\": \"VAT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 06:21:48 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 06:21:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"businessId\": 34298,\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"03e4df4b-ace3-4d13-baf9-ab3f0dba019e","name":"Create a Business - Invalid business name","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessOwnerAccount\": \"0\",\n    \"businessOwnerEmail\": \"john.smith@abc-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessOwnerSendPasswordEmail\": \"0\",\n    \"businessType\": \"Insurance Agency\",\n    \"city\": \"Haiku\",\n    \"country\": \"US\",\n    \"customField\": \"YOUR_FIELD-123\",\n    \"emailImage\": \"http://domain.com/image-url\",\n    \"emailLogo\": \"http://domain.com/image-url\",\n    \"feedbackBanner\": \"http://domain.com/image-url\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"state\": \"FL\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https://www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"package\": \"pro\",\n    \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:06:33 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 07:06:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 14,\n    \"errorMessage\": \"Invalid business name\"\n}"},{"id":"82112537-fb12-4d05-80af-d43fedc34916","name":"Create a Business - Create Onwer Business","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerAccount\": \"1\",\n    \"businessOwnerEmail\": \"john.smith@abcd-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessOwnerSendPasswordEmail\": \"0\",\n    \"businessType\": \"Insurance Agency\",\n    \"city\": \"Haiku\",\n    \"country\": \"US\",\n    \"customField\": \"YOUR_FIELD-123\",\n    \"emailImage\": \"http://domain.com/image-url\",\n    \"emailLogo\": \"http://domain.com/image-url\",\n    \"feedbackBanner\": \"http://domain.com/image-url\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"state\": \"FL\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https://www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"package\": \"pro\",\n    \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:08:01 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 07:08:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"businessId\": 34300,\n    \"businessOwnerErrorCode\": 0,\n    \"businessOwnerErrorMessage\": \"Success\",\n    \"businessOwnerPassword\": \"sU2nm5bHAAM7z5x\",\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"eab5c7d3-7b3c-439f-85b7-35d9f9ab4fba","name":"Create a Business - Asign a Manager","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerAccount\": \"1\",\n    \"businessOwnerEmail\": \"john.smith@abcd-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessOwnerSendPasswordEmail\": \"0\",\n    \"businessType\": \"Insurance Agency\",\n    \"city\": \"Haiku\",\n    \"country\": \"US\",\n    \"customField\": \"YOUR_FIELD-123\",\n    \"emailImage\": \"http://domain.com/image-url\",\n    \"emailLogo\": \"http://domain.com/image-url\",\n    \"feedbackBanner\": \"http://domain.com/image-url\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"state\": \"FL\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https://www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"package\": \"pro\",\n    \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:08:40 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 07:08:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"businessId\": 34302,\n    \"businessManagerId\": 57836,\n    \"businessOwnerErrorCode\": 0,\n    \"businessOwnerErrorMessage\": \"Success\",\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"f0f31581-acdd-4aee-b33c-65c99fb46338","name":"Create a Business - Create Owner Business and Send Password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerAccount\": \"1\",\n    \"businessOwnerEmail\": \"john.smith@abcde-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessOwnerSendPasswordEmail\": \"1\",\n    \"businessType\": \"Insurance Agency\",\n    \"city\": \"Haiku\",\n    \"country\": \"US\",\n    \"customField\": \"YOUR_FIELD-123\",\n    \"emailImage\": \"http://domain.com/image-url\",\n    \"emailLogo\": \"http://domain.com/image-url\",\n    \"feedbackBanner\": \"http://domain.com/image-url\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"state\": \"FL\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https://www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"package\": \"pro\",\n    \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:09:12 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 07:09:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"businessId\": 34303,\n    \"businessOwnerErrorCode\": 0,\n    \"businessOwnerErrorMessage\": \"Success\",\n    \"businessOwnerPassword\": \"L5qZ5Y5YHw6YN5x\",\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"98f8ee81-5d19-4a15-964c-68182a870636","name":"Create a Business - Invalid city","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerAccount\": \"0\",\n    \"businessOwnerEmail\": \"john.smith@abc-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessOwnerSendPasswordEmail\": \"0\",\n    \"businessType\": \"Insurance Agency\",\n    \"country\": \"US\",\n    \"customField\": \"YOUR_FIELD-123\",\n    \"emailImage\": \"http://domain.com/image-url\",\n    \"emailLogo\": \"http://domain.com/image-url\",\n    \"feedbackBanner\": \"http://domain.com/image-url\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"state\": \"FL\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https://www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"package\": \"pro\",\n    \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:10:02 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 07:10:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 18,\n    \"errorMessage\": \"Invalid city\"\n}"},{"id":"ee809512-a968-47c3-a7d1-fca1b46f2242","name":"Create a Business - Invalid country","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerAccount\": \"0\",\n    \"businessOwnerEmail\": \"john.smith@abc-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessOwnerSendPasswordEmail\": \"0\",\n    \"businessType\": \"Insurance Agency\",\n    \"city\": \"Haiku\",\n    \"customField\": \"YOUR_FIELD-123\",\n    \"emailImage\": \"http://domain.com/image-url\",\n    \"emailLogo\": \"http://domain.com/image-url\",\n    \"feedbackBanner\": \"http://domain.com/image-url\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"state\": \"FL\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https://www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"package\": \"pro\",\n    \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:10:25 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 07:10:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 21,\n    \"errorMessage\": \"Invalid country\"\n}"},{"id":"82ec6fad-cd5b-4ea8-b6af-43cc64cd14b9","name":"Create a Business - Invalid business type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerAccount\": \"0\",\n    \"businessOwnerEmail\": \"john.smith@abc-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessOwnerSendPasswordEmail\": \"0\",\n    \"city\": \"Haiku\",\n    \"country\": \"US\",\n    \"customField\": \"YOUR_FIELD-123\",\n    \"emailImage\": \"http://domain.com/image-url\",\n    \"emailLogo\": \"http://domain.com/image-url\",\n    \"feedbackBanner\": \"http://domain.com/image-url\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"state\": \"FL\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https://www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"package\": \"pro\",\n    \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:10:53 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 07:10:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 29,\n    \"errorMessage\": \"Invalid business type\"\n}"},{"id":"373b9153-5c5c-42e4-9a69-fc1558f9ad8c","name":"Create a Business - Invalid phone number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerAccount\": \"0\",\n    \"businessOwnerEmail\": \"john.smith@abc-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessOwnerSendPasswordEmail\": \"0\",\n    \"businessType\": \"Insurance Agency\",\n    \"city\": \"Haiku\",\n    \"country\": \"US\",\n    \"customField\": \"YOUR_FIELD-123\",\n    \"emailImage\": \"http://domain.com/image-url\",\n    \"emailLogo\": \"http://domain.com/image-url\",\n    \"feedbackBanner\": \"http://domain.com/image-url\",\n    \"organisationType\": \"company\",\n    \"state\": \"FL\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https://www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"package\": \"pro\",\n    \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:11:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 22,\n    \"errorMessage\": \"Invalid phone number\"\n}"},{"id":"ce5146da-58d6-4632-ba1e-31ae5b87005f","name":"Create a Business - Invalid state","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerAccount\": \"0\",\n    \"businessOwnerEmail\": \"john.smith@abc-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessOwnerSendPasswordEmail\": \"0\",\n    \"businessType\": \"Insurance Agency\",\n    \"city\": \"Haiku\",\n    \"country\": \"US\",\n    \"customField\": \"YOUR_FIELD-123\",\n    \"emailImage\": \"http://domain.com/image-url\",\n    \"emailLogo\": \"http://domain.com/image-url\",\n    \"feedbackBanner\": \"http://domain.com/image-url\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https://www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"package\": \"pro\",\n    \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:11:32 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 07:11:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 19,\n    \"errorMessage\": \"Invalid state\"\n}"},{"id":"81fbfa40-944a-4b4f-a2c3-ee7416f0e8cc","name":"Create a Business - Invalid street address","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerAccount\": \"0\",\n    \"businessOwnerEmail\": \"john.smith@abc-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessOwnerSendPasswordEmail\": \"0\",\n    \"businessType\": \"Insurance Agency\",\n    \"city\": \"Haiku\",\n    \"country\": \"US\",\n    \"customField\": \"YOUR_FIELD-123\",\n    \"emailImage\": \"http://domain.com/image-url\",\n    \"emailLogo\": \"http://domain.com/image-url\",\n    \"feedbackBanner\": \"http://domain.com/image-url\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"state\": \"FL\",\n    \"websiteUrl\": \"https://www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"package\": \"pro\",\n    \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:11:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 17,\n    \"errorMessage\": \"Invalid street address\"\n}"},{"id":"4a05b622-f61b-4a39-8370-6dbf90970cb9","name":"Create a Business - Invalid zip code","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerAccount\": \"0\",\n    \"businessOwnerEmail\": \"john.smith@abc-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessOwnerSendPasswordEmail\": \"0\",\n    \"businessType\": \"Insurance Agency\",\n    \"city\": \"Haiku\",\n    \"country\": \"US\",\n    \"customField\": \"YOUR_FIELD-123\",\n    \"emailImage\": \"http://domain.com/image-url\",\n    \"emailLogo\": \"http://domain.com/image-url\",\n    \"feedbackBanner\": \"http://domain.com/image-url\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"state\": \"FL\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https://www.peachtreeintl.abc-company.com\",\n    \"package\": \"pro\",\n    \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:12:05 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 07:12:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 20,\n    \"errorMessage\": \"Invalid zip code\"\n}"}],"_postman_id":"9c71eb6d-713d-44d1-a5cd-2851a4a0f50b"},{"name":"Get business","id":"5fff31f4-a67d-4eb3-b808-158a2969715d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/business/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=YOUR_BUSINESS_ID","description":"<p>Get your business location details.</p>\n","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","business","get"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p><strong>Required</strong> Business ID</p>\n","type":"text/plain"},"key":"businessId","value":"YOUR_BUSINESS_ID"}],"variable":[]}},"response":[{"id":"9f960a98-6c4c-4900-8ff6-0d4d3c801859","name":"Get business - Sucess","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/business/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=34291","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","business","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"agent","value":"YOUR_AGENT"},{"key":"businessId","value":"34291","description":"**Required** Business ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 09:56:42 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 09:56:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 34291,\n    \"name\": \"Peach Trees Intl.\",\n    \"phone\": \"808-333-3334\",\n    \"city\": \"Haiku\",\n    \"state\": \"FL\",\n    \"zip\": \"96708\",\n    \"country\": \"US\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"timezone\": \"America/Denver\",\n    \"organisationType\": \"company\",\n    \"emailLogo\": \"http://domain.com/image-url\",\n    \"emailImage\": null,\n    \"feedbackBanner\": null,\n    \"added\": \"2021-07-19 13:43:45\",\n    \"websiteURL\": \"https://www.peachtreeintl.abc-company.com\",\n    \"package\": \"pro\",\n    \"shortFeedbackUrl\": \"https://local.gatherup.com/f-34291\",\n    \"communicationMethod\": \"Manual\",\n    \"nps\": 0,\n    \"ratingsReceived\": null,\n    \"customersNotSent\": \"0\",\n    \"legalBusinessName\": \"Peach Trees Intl.\",\n    \"publicBusinessName\": \"Peach Trees Intl.\",\n    \"legalBusinessType\": \"PRIVATE_PROFIT\",\n    \"legalBusinessRegistrationNumber\": \"12345\",\n    \"legalBusinessRegistrationAuthority\": \"VAT\",\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"65353c93-2a7e-4918-83a6-2e49bbc880c3","name":"Get business - This user cannot manage selected business","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/business/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=3429112","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","business","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"agent","value":"YOUR_AGENT"},{"key":"businessId","value":"3429112","description":"**Required** Business ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 09:57:55 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 09:57:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 5,\n    \"errorMessage\": \"This user cannot manage selected business\"\n}"}],"_postman_id":"5fff31f4-a67d-4eb3-b808-158a2969715d"},{"name":"Update a Business","id":"5aaad2ee-28be-42d6-83b0-bef2f97c0b10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"YOUR_BUSINESS_ID\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerEmail\": \"john.smith@abc-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessType\": \"Insurance Agency\",\n    \"city\": \"Haiku\",\n    \"country\": \"US\",\n    \"customField\": \"1234\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"state\": \"HI\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https:\\/\\/www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"sendTo\": \"0,1,2\",\n    \"whichAlerts\": \"0\",\n    \"feedbackThreshold\": \"4\",\n    \"pageThreshold\": \"3\",\n    \"legalBusinessName\": \"Peach Trees Intl.\",\n    \"publicBusinessName\": \"Peach Trees Intl.\",\n    \"legalBusinessType\": \"PRIVATE_PROFIT\",\n    \"legalBusinessRegistrationNumber\": \"12345\",\n    \"legalBusinessRegistrationAuthority\": \"VAT\"\n}"},"url":"https://app.gatherup.com/api/v2/business/update","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>automatedEmailsPerDay</td>\n<td>integer</td>\n<td>no</td>\n<td>5</td>\n<td>Automatic emails per day. 0 = manual mode.</td>\n</tr>\n<tr>\n<td>businessId</td>\n<td>integer</td>\n<td>yes</td>\n<td>376</td>\n<td>Business id.</td>\n</tr>\n<tr>\n<td>businessName</td>\n<td>string</td>\n<td>no</td>\n<td>Peach Trees Intl.</td>\n<td>Business name.</td>\n</tr>\n<tr>\n<td>businessOwnerEmail</td>\n<td>string(email)</td>\n<td>no</td>\n<td><a href=\"https://mailto:john.smith@abc-company.com\">john.smith@abc-company.com</a></td>\n<td>User email.</td>\n</tr>\n<tr>\n<td>businessOwnerFirstName</td>\n<td>string</td>\n<td>no</td>\n<td>John</td>\n<td>User first name.</td>\n</tr>\n<tr>\n<td>businessOwnerLastName</td>\n<td>string</td>\n<td>no</td>\n<td>Smith</td>\n<td>User last name.</td>\n</tr>\n<tr>\n<td>businessType</td>\n<td>string</td>\n<td>yes</td>\n<td>Insurance Agency</td>\n<td>Google business type.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>no</td>\n<td>Haiku</td>\n<td>Business city.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>no</td>\n<td>US</td>\n<td>Business country code or full name.</td>\n</tr>\n<tr>\n<td>customField</td>\n<td>string</td>\n<td>no</td>\n<td>1234</td>\n<td>Custom ID (whitelabeled accounts only).</td>\n</tr>\n<tr>\n<td>emailImage</td>\n<td>string</td>\n<td>no</td>\n<td><a href=\"http://domain.com/image-url\">http://domain.com/image-url</a></td>\n<td>Email Picture.</td>\n</tr>\n<tr>\n<td>emailLogo</td>\n<td>string</td>\n<td>no</td>\n<td><a href=\"http://domain.com/image-url\">http://domain.com/image-url</a></td>\n<td>Company Logo.</td>\n</tr>\n<tr>\n<td>feedbackBanner</td>\n<td>string</td>\n<td>no</td>\n<td><a href=\"http://domain.com/image-url\">http://domain.com/image-url</a></td>\n<td>Feedback Page Banner.</td>\n</tr>\n<tr>\n<td>organisationType</td>\n<td>string</td>\n<td>no</td>\n<td>company</td>\n<td>Organisation type: company, corporation, non profit, school, office, practice, agency, church, restaurant, event, firm, store, dealership</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>no</td>\n<td>808-333-3334</td>\n<td>Mobile phone number.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>no</td>\n<td>HI</td>\n<td>Business state code or full name.</td>\n</tr>\n<tr>\n<td>streetAddress</td>\n<td>string</td>\n<td>no</td>\n<td>4150 Hana Hwy</td>\n<td>Business street address.</td>\n</tr>\n<tr>\n<td>websiteUrl</td>\n<td>string</td>\n<td>no</td>\n<td><a href=\"https://www.peachtreeintl.abc-company.com\">https://www.peachtreeintl.abc-company.com</a></td>\n<td>Business website url.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>string</td>\n<td>no</td>\n<td>96708</td>\n<td>Business zip code.</td>\n</tr>\n<tr>\n<td>feedbackThreshold</td>\n<td>integer</td>\n<td>no</td>\n<td>4</td>\n<td>Defines the NPS score threshold for feedbacks received to be automatically approved to show on the testimonials widget.</td>\n</tr>\n<tr>\n<td>pageThreshold</td>\n<td>integer</td>\n<td>no</td>\n<td>3</td>\n<td>Defines the NPS score of what is considered positive or negative feedback. For example if set to 5 - any customer leaving an NPS score of 5 or above will be shown the positive feedback page.</td>\n</tr>\n<tr>\n<td>language</td>\n<td>string(2)</td>\n<td>no</td>\n<td>de, en, es, fr, nl, no, pl, pt, sv, it</td>\n<td>Business language</td>\n</tr>\n<tr>\n<td>legalBusinessName</td>\n<td>string</td>\n<td>no</td>\n<td>Peach Trees Intl.</td>\n<td>Legal Business Name</td>\n</tr>\n<tr>\n<td>publicBusinessName</td>\n<td>string</td>\n<td>no</td>\n<td>Peach Trees Intl.</td>\n<td>Public Business Name</td>\n</tr>\n<tr>\n<td>legalBusinessType</td>\n<td>string(SOLE_PROPRIETOR, PRIVATE_PROFIT,PUBLIC_PROFIT, NON_PROFIT, GOVERNMENT)</td>\n<td>no</td>\n<td>SOLE_PROPRIETOR</td>\n<td>Business Type</td>\n</tr>\n<tr>\n<td>legalBusinessRegistrationNumber</td>\n<td>string</td>\n<td>no</td>\n<td>123456</td>\n<td>Business Registration Number</td>\n</tr>\n<tr>\n<td>legalBusinessRegistrationAuthority</td>\n<td>string(EIN, CBN, PROVINCIAL_NUMBER, CRN, VAT, ACN, ABN, BRN, SIREN, SIRET, NZBN, USt-IdNr, CIF, NIF, CNPJ, UID, Other)</td>\n<td>no</td>\n<td>Other</td>\n<td>Business Registration Authority</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","business","update"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"18927a2e-8bf1-4f2c-8f26-8e6355e6c196","name":"Update a Business - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerEmail\": \"john.smith@abc-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessType\": \"Insurance Agency\",\n    \"city\": \"Haiku\",\n    \"country\": \"US\",\n    \"customField\": \"1234\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"state\": \"HI\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https:\\/\\/www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"sendTo\": \"0,1,2\",\n    \"whichAlerts\": \"0\",\n    \"feedbackThreshold\": \"4\",\n    \"pageThreshold\": \"3\"\n}"},"url":"https://app.gatherup.com/api/v2/business/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 12:33:42 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 12:33:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"6b37f5f0-5f99-4560-b2da-6830990f2c8b","name":"Update a Business - Invalid business type","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerEmail\": \"john.smith@abc-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessType\": \"Test\",\n    \"city\": \"Haiku\",\n    \"country\": \"US\",\n    \"customField\": \"1234\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"state\": \"HI\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https:\\/\\/www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"sendTo\": \"0,1,2\",\n    \"whichAlerts\": \"0\",\n    \"feedbackThreshold\": \"4\",\n    \"pageThreshold\": \"3\"\n}"},"url":"https://app.gatherup.com/api/v2/business/update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 12:34:53 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 12:34:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 29,\n    \"errorMessage\": \"Invalid business type\"\n}"},{"id":"fa865601-c778-4b01-9823-b05f0b266c42","name":"Update a Business - This user cannot manage selected business","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"3429100\",\n    \"businessName\": \"Peach Trees Intl.\",\n    \"businessOwnerEmail\": \"john.smith@abc-company.com\",\n    \"businessOwnerFirstName\": \"John\",\n    \"businessOwnerLastName\": \"Smith\",\n    \"businessType\": \"Insurance Agency\",\n    \"city\": \"Haiku\",\n    \"country\": \"US\",\n    \"customField\": \"1234\",\n    \"organisationType\": \"company\",\n    \"phone\": \"808-333-3334\",\n    \"state\": \"HI\",\n    \"streetAddress\": \"4150 Hana Hwy\",\n    \"websiteUrl\": \"https:\\/\\/www.peachtreeintl.abc-company.com\",\n    \"zip\": \"96708\",\n    \"sendTo\": \"0,1,2\",\n    \"whichAlerts\": \"0\",\n    \"feedbackThreshold\": \"4\",\n    \"pageThreshold\": \"3\"\n}"},"url":"https://app.gatherup.com/api/v2/business/update"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 12:35:19 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 12:35:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 5,\n    \"errorMessage\": \"This user cannot manage selected business\"\n}"}],"_postman_id":"5aaad2ee-28be-42d6-83b0-bef2f97c0b10"},{"name":"List of Businesses","id":"fe812a3e-15d1-498a-980e-75126f9a7ea9","protocolProfileBehavior":{"disableBodyPruning":true,"followAuthorizationHeader":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/businesses/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&includeDeletedBusinesses=0&page=1&limit=100","description":"<p>Get list of all your business locations.</p>\n","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","businesses","get"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p>Set to 0 if you want to hide deleted businesses, default value is 1.</p>\n","type":"text/plain"},"key":"includeDeletedBusinesses","value":"0"},{"description":{"content":"<p>Page number, if not specified then page = 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of items per page, if not specified then limit = 100</p>\n","type":"text/plain"},"key":"limit","value":"100"}],"variable":[]}},"response":[{"id":"26a0c362-d81c-4a8c-81d2-fe0416471a3f","name":"List of Businesses - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/businesses/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","businesses","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"XDEBUG_SESSION_START","value":"PHPSTORM","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"perPage\": 100,\n    \"pages\": 1,\n    \"count\": 1,\n    \"data\": [\n        {\n            \"businessId\": 33733,\n            \"businessDeleted\": 0,\n            \"businessName\": \"ApiTest\",\n            \"businessPhone\": \"2345345345\",\n            \"businessCity\": \"Los Angeles\",\n            \"businessState\": \"LA\",\n            \"businessZip\": \"23434\",\n            \"businessCountry\": \"United States\",\n            \"businessStreetAddress\": \"Street\",\n            \"businessOrganisationType\": \"company\",\n            \"customField\": \"12345\",\n            \"businessPackage\": \"basic\",\n            \"extraField\": \"extra123-example\"\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"bf0820f8-ad97-4959-a0d6-662a944b3e1c","name":"List of Businesses - Invalid client","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/businesses/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","businesses","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"XDEBUG_SESSION_START","value":"PHPSTORM","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 2,\n    \"errorMessage\": \"Invalid client\"\n}"}],"_postman_id":"fe812a3e-15d1-498a-980e-75126f9a7ea9"},{"name":"Delete a Business","id":"775e0096-6e97-4bca-aac3-d5fecdbace61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\":\"YOUR_CLIENT_ID\",\n    \"agent\":\"YOUR_AGENT\",\n    \"businessId\":\"34289\"\n}"},"url":"https://app.gatherup.com/api/v2/business/delete","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>businessId</td>\n<td>integer</td>\n<td>yes</td>\n<td>34289</td>\n<td>Business Id.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","business","delete"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"44f646e4-6147-48ac-be99-c42752088038","name":"Delete a Business","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\":\"YOUR_CLIENT_ID\",\n    \"agent\":\"YOUR_AGENT\",\n    \"businessId\":\"34289\"\n}"},"url":"https://app.gatherup.com/api/v2/business/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:14:36 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 07:14:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"4234cc26-0715-4e59-bb20-d7a40aba0859","name":"Delete a Business - Business does not exist","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\":\"YOUR_CLIENT_ID\",\n    \"agent\":\"YOUR_AGENT\",\n    \"businessId\":\"3428912\"\n}"},"url":"https://app.gatherup.com/api/v2/business/delete"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:15:14 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 07:15:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 25,\n    \"errorMessage\": \"Business does not exist\"\n}"},{"id":"2ae879ee-d333-4dd7-b67f-3d72e5a5238f","name":"Delete a Business - This user cannot manage selected business","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\":\"YOUR_CLIENT_ID\",\n    \"agent\":\"YOUR_AGENT\",\n    \"businessId\":\"34171\"\n}"},"url":"https://app.gatherup.com/api/v2/business/delete"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:16:22 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 07:16:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 5,\n    \"errorMessage\": \"This user cannot manage selected business\"\n}"}],"_postman_id":"775e0096-6e97-4bca-aac3-d5fecdbace61"},{"name":"Search for Business ID","id":"fa0b6f76-0c7a-4426-8c11-aca0a03f6e19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/business/search?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&by=extraField&search=my-custom-123","description":"<p>Get your business location details.</p>\n","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","business","search"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p><strong>Required</strong> Search by...\nPossible values: customField, extraField</p>\n","type":"text/plain"},"key":"by","value":"extraField"},{"description":{"content":"<p><strong>Required</strong> Search value</p>\n","type":"text/plain"},"key":"search","value":"my-custom-123"}],"variable":[]}},"response":[{"id":"1ddbb28b-0dfd-4bf7-be25-dc151983d945","name":"Get business Copy - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/business/search?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&by=extraField&search=my-custom-123","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","business","search"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"agent","value":"YOUR_AGENT"},{"key":"by","value":"extraField","description":"**Required** Search by...\nPossible values: customField, extraField"},{"key":"search","value":"my-custom-123","description":"**Required** Search value"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 08:39:37 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 08:39:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"businessId\": 34292,\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"f75b2fcd-15fb-461a-b797-288e7be18a6d","name":"Get business Copy - Business does not exist","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/business/search?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&by=extraField&search=my-custom-12343","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","business","search"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"agent","value":"YOUR_AGENT"},{"key":"by","value":"extraField","description":"**Required** Search by...\nPossible values: customField, extraField"},{"key":"search","value":"my-custom-12343","description":"**Required** Search value"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 08:40:01 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 08:40:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 25,\n    \"errorMessage\": \"Business does not exist\"\n}"},{"id":"36859cdf-d2c4-4414-a83b-bb7ffac84fce","name":"Search for Business ID - Invalid search type","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/business/search?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&by=extraField123&search=my-custom-123","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","business","search"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"agent","value":"YOUR_AGENT"},{"key":"by","value":"extraField123","description":"**Required** Search by...\nPossible values: customField, extraField"},{"key":"search","value":"my-custom-123","description":"**Required** Search value"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 08:40:34 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 08:40:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 26,\n    \"errorMessage\": \"Invalid search type\"\n}"}],"_postman_id":"fa0b6f76-0c7a-4426-8c11-aca0a03f6e19"},{"name":"Get business Types","id":"b76899d6-f107-45fe-8d0d-b0e2124bfaa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/business/types?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&search=Medicine","description":"<p>Get your business location details.</p>\n","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","business","types"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p>Search value</p>\n","type":"text/plain"},"key":"search","value":"Medicine"}],"variable":[]}},"response":[{"id":"a74f5881-ef84-4ac2-94e2-143440616504","name":"Get business Types - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/business/types?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&search=Medicine","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","business","types"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"agent","value":"YOUR_AGENT"},{"key":"search","value":"Medicine","description":"Search value"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 08:45:25 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 08:45:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"0\": \"Alternative Medicine Practitioner\",\n    \"1\": \"Chinese Medicine Clinic\",\n    \"2\": \"Chinese Medicine Store\",\n    \"3\": \"Herbal Medicine Store\",\n    \"4\": \"Holistic Medicine Practitioner\",\n    \"5\": \"Internal Medicine Ward\",\n    \"6\": \"Medicine Exporter\",\n    \"7\": \"Sports Medicine Clinic\",\n    \"8\": \"Sports Medicine Physician\",\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"b76899d6-f107-45fe-8d0d-b0e2124bfaa2"},{"name":"Deactivate a Business","id":"a15d7b02-049b-476a-9223-58599f97c2f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\"\n}"},"url":"https://app.gatherup.com/api/v2/business/deactivate","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>businessId</td>\n<td>integer</td>\n<td>yes</td>\n<td>34291</td>\n<td>The business Id.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","business","deactivate"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"e1d0cea9-b9ff-49c5-999e-04837a961a06","name":"Deactivate a Business - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34292\"\n}"},"url":"https://app.gatherup.com/api/v2/business/deactivate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 08:49:04 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 08:49:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"7c919bf0-187b-406e-9a53-9fcc6fd8a03e","name":"Deactivate a Business - Business was already deactivated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34292\"\n}"},"url":"https://app.gatherup.com/api/v2/business/deactivate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 08:49:22 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 08:49:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 42,\n    \"errorMessage\": \"Business was already deactivated\"\n}"},{"id":"87caa5e2-5114-4af9-8e6c-2c78cbc0b7ff","name":"Deactivate a Business - This user cannot manage selected business","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"3429212\"\n}"},"url":"https://app.gatherup.com/api/v2/business/deactivate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 08:49:58 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 08:49:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 5,\n    \"errorMessage\": \"This user cannot manage selected business\"\n}"}],"_postman_id":"a15d7b02-049b-476a-9223-58599f97c2f2"},{"name":"Reactive a Business","id":"91d7e167-41b8-47e6-ab03-cfac5212a0ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\"\n}"},"url":"https://app.gatherup.com/api/v2/business/reactivate","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>businessId</td>\n<td>integer</td>\n<td>yes</td>\n<td>34291</td>\n<td>The business Id.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","business","reactivate"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"ae3e3f8a-3376-487f-85da-c1c488e6a36a","name":"Reactive a Business - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\"\n}"},"url":"https://app.gatherup.com/api/v2/business/reactivate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 08:52:51 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 08:52:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"f3e79c23-c4b2-4036-bfd7-043667809fb7","name":"Reactive a Business - Business was not deactivated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291\"\n}"},"url":"https://app.gatherup.com/api/v2/business/reactivate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 08:53:07 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 08:53:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 41,\n    \"errorMessage\": \"Business was not deactivated\"\n}"},{"id":"1002e3af-761a-4b78-a105-f5b3d4b34819","name":"Reactive a Business - Business does not exist","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": \"34291123\"\n}"},"url":"https://app.gatherup.com/api/v2/business/reactivate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 08:53:24 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 08:53:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 25,\n    \"errorMessage\": \"Business does not exist\"\n}"}],"_postman_id":"91d7e167-41b8-47e6-ab03-cfac5212a0ad"},{"name":"Auto feedback request","id":"ce8122aa-00d6-45ff-aef5-d5b388ae3505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"autoFeedback\": 1,\n    \"autoSend\": 300\n}"},"url":"https://app.gatherup.com/api/v2/business/auto-feedback-requests","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>businessId</td>\n<td>integer</td>\n<td>yes</td>\n<td>34289</td>\n<td>Business Id.</td>\n</tr>\n<tr>\n<td>autoFeedback</td>\n<td>integer(0,1)</td>\n<td>yes</td>\n<td>1</td>\n<td>1 = Automatic Mode</td>\n</tr>\n<tr>\n<td>autoSend</td>\n<td>integer</td>\n<td>no</td>\n<td>30</td>\n<td>Amount of feedbacks per day in Automatic Mode</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","business","auto-feedback-requests"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"b6dc52ca-5b42-490f-9dbd-a7a9817fd0c0","name":"Auto feedback request - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"autoFeedback\": 1,\n    \"autoSend\": 30\n}"},"url":"https://app.gatherup.com/api/v2/business/auto-feedback-requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 08:43:27 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 08:43:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"businessId\": 34291,\n    \"autoFeedback\": true,\n    \"autoSend\": 30,\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"4bd71950-26c1-4bca-af16-612dc10c340c","name":"Auto feedback request - Please, choose a business","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"autoFeedback\": 1,\n    \"autoSend\": 30\n}"},"url":"https://app.gatherup.com/api/v2/business/auto-feedback-requests"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 08:43:48 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 08:43:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 64,\n    \"errorMessage\": \"Please, choose a business\"\n}"},{"id":"9bc9c3d2-7402-42b2-add9-9f2277c8e63e","name":"Auto feedback request - This user cannot manage selected business","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 342910,\n    \"autoFeedback\": 1,\n    \"autoSend\": 30\n}"},"url":"https://app.gatherup.com/api/v2/business/auto-feedback-requests"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 08:44:10 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 08:44:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 65,\n    \"errorMessage\": \"This user cannot manage selected business\"\n}"},{"id":"9ae61a03-5fd4-44a8-922c-5350998d3a4a","name":"Auto feedback request - The maximum value of Autofeedback is X","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"autoFeedback\": 1,\n    \"autoSend\": 300\n}"},"url":"https://app.gatherup.com/api/v2/business/auto-feedback-requests"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 08:44:27 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 08:44:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 66,\n    \"errorMessage\": \"The maximum value of Autofeedback is 100\"\n}"}],"_postman_id":"ce8122aa-00d6-45ff-aef5-d5b388ae3505"},{"name":"Get Business' Survey Results","id":"fa6fb858-d021-412f-8519-a1bd02bb7074","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/survey-questions/average/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=34291&from=2013-01-23&to=2015-01-23","description":"<p>Get your business location details.</p>\n","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","survey-questions","average","get"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Optional parameter if you want access from owner credentials.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p><strong>Required</strong> Business id.</p>\n","type":"text/plain"},"key":"businessId","value":"34291"},{"description":{"content":"<p>Received from</p>\n","type":"text/plain"},"key":"from","value":"2013-01-23"},{"description":{"content":"<p>Received to</p>\n","type":"text/plain"},"key":"to","value":"2015-01-23"}],"variable":[]}},"response":[{"id":"3dbe2120-f440-415a-b3a8-9f1c7d416720","name":"Get Business' Survey Results - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/survey-questions/average/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=34291","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","survey-questions","average","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"businessId","value":"34291"},{"key":"from","value":null,"type":"text","disabled":true},{"key":"to","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 08:37:36 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 08:37:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"title\": \"How are you?\",\n            \"averageAnswer\": 7,\n            \"answersCount\": 3\n        },\n        {\n            \"title\": \"How do you rate our service?\",\n            \"averageAnswer\": 6.33,\n            \"answersCount\": 3\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"9244edfe-54ed-4b7e-aabf-9c887e72f5a2","name":"Get Business' Survey Results - BusinessId must be specified.","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/survey-questions/average/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","survey-questions","average","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"businessId","value":"34291","disabled":true},{"key":"from","value":null,"type":"text","disabled":true},{"key":"to","value":null,"type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 08:39:06 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 08:39:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 8,\n    \"errorMessage\": \"BusinessId must be specified.\"\n}"},{"id":"4d26ef51-8e8c-4e8f-a7d6-a1baa85cad78","name":"Get Business' Survey Results - Business does not exist","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/survey-questions/average/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=342910","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","survey-questions","average","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"businessId","value":"342910"},{"key":"from","value":null,"type":"text","disabled":true},{"key":"to","value":null,"type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 08:39:23 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 08:39:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 4,\n    \"errorMessage\": \"Business does not exist\"\n}"}],"_postman_id":"fa6fb858-d021-412f-8519-a1bd02bb7074"},{"name":"Get reviews widget","id":"b3764216-d9ab-4701-af15-728b766a7b23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/widget/get-html?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=34291&fullVersion=1&includeSchemaOrg=1&widgetType=widget","description":"<p>Get your business location details.</p>\n","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","widget","get-html"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p><strong>Required</strong> Business id (or multiple comma-separated ids.)</p>\n","type":"text/plain"},"key":"businessId","value":"34291"},{"description":{"content":"<p>By default it is set to 0 which does not include CSS. Full version (1) contains the entire widget code, SEO, Schema and CSS.</p>\n","type":"text/plain"},"key":"fullVersion","value":"1"},{"description":{"content":"<p>By default schema.org tags are included.</p>\n","type":"text/plain"},"key":"includeSchemaOrg","value":"1"},{"description":{"content":"<p>By default it returns widget. Value: widget/badge</p>\n","type":"text/plain"},"key":"widgetType","value":"widget"}],"variable":[]}},"response":[{"id":"f3065fa2-eaf8-4483-9607-f203104b0b9b","name":"Get reviews widget - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/widget/get-html?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=34291&fullVersion=1&includeSchemaOrg=1&widgetType=widget","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","widget","get-html"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"agent","value":"YOUR_AGENT"},{"key":"businessId","value":"34291","description":"**Required** Business id (or multiple comma-separated ids.)"},{"key":"fullVersion","value":"1","description":"By default it is set to 0 which does not include CSS. Full version (1) contains the entire widget code, SEO, Schema and CSS."},{"key":"includeSchemaOrg","value":"1","description":"By default schema.org tags are included."},{"key":"widgetType","value":"widget","description":"By default it returns widget. Value: widget/badge"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 09:00:52 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 09:00:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"widgetHTML\": \"<div id=\\\"e2wget5widget\\\"><div id=\\\"e2wget5section\\\" data-force-reload=\\\"1\\\" class=\\\"e2wget5section e2wUuid e2w-theme-default e2w-new-theme e2w-lang-en\\\" > <!--[if lt IE 9]> <div id=\\\"e2w-old-ie-detector\\\" style=\\\"display: none\\\"></div> <![endif]--> <link href=\\\"http://domain.com/image-url?1410536169\\\" /> <div id=\\\"e2w-average\\\"> <h2> Overall Rating / <span class=\\\"e2wcount\\\">4</span> Total 1st-Party Reviews </h2> <div class=\\\"e2w-arating\\\"> <span class=\\\"e2waverage\\\">4.8</span> <span class=\\\"e2woutof\\\"> Out of<br><span class=\\\"e2wbest\\\">5</span> Stars </span> <div id=\\\"e2w-bigstar\\\"> <span class=\\\"full-star\\\"></span><span class=\\\"full-star\\\"></span><span class=\\\"full-star\\\"></span><span class=\\\"full-star\\\"></span><span class=\\\"half-star\\\"></span> </div> </div> </div> <div id=\\\"e2w-add-padding\\\"> <div class=\\\"e2wright\\\"> <a class=\\\"e2get5writeReviewLink\\\" id=\\\"e2get5writeReviewLink\\\" href=\\\"https://local.gatherup.com/f-34291\\\" rel=\\\"nofollow\\\"> <span>Leave Us Feedback</span> </a> </div> <h2 class=\\\"e2w-businessname\\\">Peach Trees Intl.</h2> <div class=\\\"e2wSourceTypeFilter\\\"> <span class=\\\"e2wFilterBy\\\">Filter By:</span> <select class=\\\"e2w-sources-filter e2w-form-control\\\"> <option value=\\\"\\\">View All</option> <option value=\\\"google\\\">Google</option> <option value=\\\"facebook\\\">Facebook</option> </select> </div> <div id=\\\"e2wget5reviews\\\" class=\\\"e2wget5reviews e2wreviews e2clear\\\"> <div class=\\\"e2wreview\\\"> <div class=\\\"e2clear\\\"></div> <div class=\\\"get5_starsrow e2clear\\\"> <span class=\\\"get5_stars\\\"> <abbr class=\\\"e2wrating\\\" title=\\\"4.0\\\"> <span class=\\\"e2w-active-stars\\\"> <span class=\\\"get5_stars40\\\"></span> </span> <span class=\\\"e2w-inactive-stars\\\"> <span class=\\\"get5_stars40\\\"></span> </span> </abbr> </span> <span class=\\\"get5_starstext\\\"> <span>4.0</span> out of <span>5</span> stars </span> </div> <div class=\\\"e2clear\\\"></div> <span class=\\\"e2wreviewer\\\"> <span>Mike S</span> <abbr title=\\\"2021-07-21\\\">- July 21, 2021 </abbr> </span> <div class=\\\"e2wdescription\\\"> <p class=\\\"e2wkeep\\\">cool </p> <p class=\\\"e2wget5shareHolder\\\"> <span class=\\\"e2wget5shareToggle\\\"> <i class=\\\"icon-export\\\"></i>Share </span> <span class=\\\"e2wget5shareHidden e2wHidden\\\"> <a class=\\\"e2wget5share\\\" aria-label=\\\"Facebook share\\\" href=\\\"https://www.facebook.com/sharer.php?display=popup&caption=%E2%98%85%E2%98%85%E2%98%85%E2%98%85%20Mike%20S&u=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717052%2F1317190795\\\" title=\\\"Facebook share\\\"> <i class=\\\"icon-facebook-circled\\\"></i> </a> <a class=\\\"e2wget5share\\\" aria-label=\\\"Twitter share\\\" href=\\\"https://twitter.com/share?url=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717052%2F1317190795&text=cool &hashtags=Review\\\" title=\\\"Twitter share\\\"> <i class=\\\"icon-twitter-circled\\\"></i> </a> <a class=\\\"e2wget5share\\\" aria-label=\\\"LinkedIn share\\\" href=\\\"https://www.linkedin.com/shareArticle?mini=true&title=%E2%98%85%E2%98%85%E2%98%85%E2%98%85%20Mike%20S&summary=cool%20&source=GatherUp&url=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717052%2F1317190795\\\" title=\\\"LinkedIn share\\\"> <i class=\\\"icon-linkedin-circled\\\"></i> </a> <a class=\\\"e2wget5share\\\" aria-label=\\\"Buffer share\\\" href=\\\"https://buffer.com/add?text=cool&url=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717052%2F1317190795\\\" title=\\\"Buffer share\\\"> <i class=\\\"icon-buffer\\\"></i> </a> </span> </p> </div> <span class=\\\"e2whr\\\"></span> </div> <div class=\\\"e2wreview\\\"> <div class=\\\"e2clear\\\"></div> <div class=\\\"get5_starsrow e2clear\\\"> <span class=\\\"get5_stars\\\"> <abbr class=\\\"e2wrating\\\" title=\\\"5.0\\\"> <span class=\\\"e2w-active-stars\\\"> <span class=\\\"get5_stars50\\\"></span> </span> <span class=\\\"e2w-inactive-stars\\\"> <span class=\\\"get5_stars50\\\"></span> </span> </abbr> </span> <span class=\\\"get5_starstext\\\"> <span>5.0</span> out of <span>5</span> stars </span> </div> <div class=\\\"e2clear\\\"></div> <span class=\\\"e2wreviewer\\\"> <span>Ann S</span> <abbr title=\\\"2021-07-21\\\">- July 21, 2021 </abbr> </span> <div class=\\\"e2wdescription\\\"> <p class=\\\"e2wkeep\\\">cool </p> <p class=\\\"e2wget5shareHolder\\\"> <span class=\\\"e2wget5shareToggle\\\"> <i class=\\\"icon-export\\\"></i>Share </span> <span class=\\\"e2wget5shareHidden e2wHidden\\\"> <a class=\\\"e2wget5share\\\" aria-label=\\\"Facebook share\\\" href=\\\"https://www.facebook.com/sharer.php?display=popup&caption=%E2%98%85%E2%98%85%E2%98%85%E2%98%85%E2%98%85%20Ann%20S&u=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717051%2F779955969\\\" title=\\\"Facebook share\\\"> <i class=\\\"icon-facebook-circled\\\"></i> </a> <a class=\\\"e2wget5share\\\" aria-label=\\\"Twitter share\\\" href=\\\"https://twitter.com/share?url=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717051%2F779955969&text=cool &hashtags=Review\\\" title=\\\"Twitter share\\\"> <i class=\\\"icon-twitter-circled\\\"></i> </a> <a class=\\\"e2wget5share\\\" aria-label=\\\"LinkedIn share\\\" href=\\\"https://www.linkedin.com/shareArticle?mini=true&title=%E2%98%85%E2%98%85%E2%98%85%E2%98%85%E2%98%85%20Ann%20S&summary=cool%20&source=GatherUp&url=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717051%2F779955969\\\" title=\\\"LinkedIn share\\\"> <i class=\\\"icon-linkedin-circled\\\"></i> </a> <a class=\\\"e2wget5share\\\" aria-label=\\\"Buffer share\\\" href=\\\"https://buffer.com/add?text=cool&url=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717051%2F779955969\\\" title=\\\"Buffer share\\\"> <i class=\\\"icon-buffer\\\"></i> </a> </span> </p> </div> <span class=\\\"e2whr\\\"></span> </div> <div class=\\\"e2wreview\\\"> <div class=\\\"e2clear\\\"></div> <div class=\\\"get5_starsrow e2clear\\\"> <span class=\\\"get5_stars\\\"> <abbr class=\\\"e2wrating\\\" title=\\\"5.0\\\"> <span class=\\\"e2w-active-stars\\\"> <span class=\\\"get5_stars50\\\"></span> </span> <span class=\\\"e2w-inactive-stars\\\"> <span class=\\\"get5_stars50\\\"></span> </span> </abbr> </span> <span class=\\\"get5_starstext\\\"> <span>5.0</span> out of <span>5</span> stars </span> </div> <div class=\\\"e2clear\\\"></div> <span class=\\\"e2wreviewer\\\"> <span>Kate S</span> <abbr title=\\\"2021-07-21\\\">- July 21, 2021 </abbr> </span> <div class=\\\"e2wdescription\\\"> <p class=\\\"e2wkeep\\\">asdasd </p> <p class=\\\"e2wget5shareHolder\\\"> <span class=\\\"e2wget5shareToggle\\\"> <i class=\\\"icon-export\\\"></i>Share </span> <span class=\\\"e2wget5shareHidden e2wHidden\\\"> <a class=\\\"e2wget5share\\\" aria-label=\\\"Facebook share\\\" href=\\\"https://www.facebook.com/sharer.php?display=popup&caption=%E2%98%85%E2%98%85%E2%98%85%E2%98%85%E2%98%85%20Kate%20S&u=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717048%2F574240047\\\" title=\\\"Facebook share\\\"> <i class=\\\"icon-facebook-circled\\\"></i> </a> <a class=\\\"e2wget5share\\\" aria-label=\\\"Twitter share\\\" href=\\\"https://twitter.com/share?url=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717048%2F574240047&text=asdasd &hashtags=Review\\\" title=\\\"Twitter share\\\"> <i class=\\\"icon-twitter-circled\\\"></i> </a> <a class=\\\"e2wget5share\\\" aria-label=\\\"LinkedIn share\\\" href=\\\"https://www.linkedin.com/shareArticle?mini=true&title=%E2%98%85%E2%98%85%E2%98%85%E2%98%85%E2%98%85%20Kate%20S&summary=asdasd%20&source=GatherUp&url=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717048%2F574240047\\\" title=\\\"LinkedIn share\\\"> <i class=\\\"icon-linkedin-circled\\\"></i> </a> <a class=\\\"e2wget5share\\\" aria-label=\\\"Buffer share\\\" href=\\\"https://buffer.com/add?text=asdasd&url=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717048%2F574240047\\\" title=\\\"Buffer share\\\"> <i class=\\\"icon-buffer\\\"></i> </a> </span> </p> </div> <span class=\\\"e2whr\\\"></span> </div> <div class=\\\"e2wreview\\\"> <div class=\\\"e2clear\\\"></div> <div class=\\\"get5_starsrow e2clear\\\"> <span class=\\\"get5_stars\\\"> <abbr class=\\\"e2wrating\\\" title=\\\"5.0\\\"> <span class=\\\"e2w-active-stars\\\"> <span class=\\\"get5_stars50\\\"></span> </span> <span class=\\\"e2w-inactive-stars\\\"> <span class=\\\"get5_stars50\\\"></span> </span> </abbr> </span> <span class=\\\"get5_starstext\\\"> <span>5.0</span> out of <span>5</span> stars </span> </div> <div class=\\\"e2clear\\\"></div> <span class=\\\"e2wreviewer\\\"> <span>John S</span> <abbr title=\\\"2021-07-20\\\">- July 20, 2021 </abbr> </span> <div class=\\\"e2wdescription\\\"> <p class=\\\"e2wkeep\\\">asdfdsf </p> <p class=\\\"e2wget5shareHolder\\\"> <span class=\\\"e2wget5shareToggle\\\"> <i class=\\\"icon-export\\\"></i>Share </span> <span class=\\\"e2wget5shareHidden e2wHidden\\\"> <a class=\\\"e2wget5share\\\" aria-label=\\\"Facebook share\\\" href=\\\"https://www.facebook.com/sharer.php?display=popup&caption=%E2%98%85%E2%98%85%E2%98%85%E2%98%85%E2%98%85%20John%20S&u=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717046%2F24822788\\\" title=\\\"Facebook share\\\"> <i class=\\\"icon-facebook-circled\\\"></i> </a> <a class=\\\"e2wget5share\\\" aria-label=\\\"Twitter share\\\" href=\\\"https://twitter.com/share?url=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717046%2F24822788&text=asdfdsf &hashtags=Review\\\" title=\\\"Twitter share\\\"> <i class=\\\"icon-twitter-circled\\\"></i> </a> <a class=\\\"e2wget5share\\\" aria-label=\\\"LinkedIn share\\\" href=\\\"https://www.linkedin.com/shareArticle?mini=true&title=%E2%98%85%E2%98%85%E2%98%85%E2%98%85%E2%98%85%20John%20S&summary=asdfdsf%20&source=GatherUp&url=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717046%2F24822788\\\" title=\\\"LinkedIn share\\\"> <i class=\\\"icon-linkedin-circled\\\"></i> </a> <a class=\\\"e2wget5share\\\" aria-label=\\\"Buffer share\\\" href=\\\"https://buffer.com/add?text=asdfdsf&url=https%3A%2F%2Fapp.gatherup.com%2Fshare%2Ffeedback%2F80717046%2F24822788\\\" title=\\\"Buffer share\\\"> <i class=\\\"icon-buffer\\\"></i> </a> </span> </p> </div> <span class=\\\"e2whr\\\"></span> </div> </div> <div id=\\\"e2wget5topbar\\\"> <div class=\\\"e2get5sorter\\\"> Sort Reviews by: <a class=\\\"e2wget5sortDate\\\" href=\\\"#\\\" data-val=\\\"date\\\" title=\\\"Date\\\">Date</a> or <a class=\\\"e2wget5sortRating\\\" href=\\\"#\\\" data-val=\\\"rating\\\" title=\\\"Rating\\\">Rating</a> </div> <div id=\\\"e2wget5pager\\\" data-pages=\\\"1\\\" class=\\\"e2wget5pager\\\"> </div> </div> <span id=\\\"e2wget5poweredby\\\" class=\\\"e2wget5poweredby\\\">Powered by GatherUp</span> <div class=\\\"e2wget5infobox e2w-reviewUsOnArea\\\"> <h2> Leave Us a Review </h2> <p>We've found that customer reviews are very helpful in keeping our business thriving. We would truly appreciate a review from you!</p> <p>Visit your preferred site to leave a review or comment:</p> <div class=\\\"e2clear\\\"></div> <div class=\\\"e2wget5floatdivs\\\"> <div class=\\\"e2w-social-link\\\"> <div class=\\\"e2w-overlay\\\"> <div class=\\\"e2w-left\\\"> <a target=\\\"_blank\\\" href=\\\"http://gatherup.com\\\"> <img src=\\\"https://http-assets.s3.amazonaws.com/review-links/googlev2.png\\\" alt=\\\"logo google\\\"> </a> </div> <div class=\\\"e2w-right\\\"> <div class=\\\"e2w-link-desc\\\">If you already have a Google account, you can quickly leave us a review here.</div> <a class=\\\"e2w-submit\\\" target=\\\"_blank\\\" href=\\\"http://gatherup.com\\\"> WRITE A REVIEW </a> </div> </div> </div> <div class=\\\"e2w-social-link\\\"> <div class=\\\"e2w-overlay\\\"> <div class=\\\"e2w-left\\\"> <a target=\\\"_blank\\\" href=\\\"http://app.gatherup.com\\\"> <img src=\\\"https://http-assets.s3.amazonaws.com/review-links/facebookv3.png\\\" alt=\\\"logo facebook\\\"> </a> </div> <div class=\\\"e2w-right\\\"> <div class=\\\"e2w-link-desc\\\">Do you have a Facebook account? Review us on our Facebook Business Page.</div> <a class=\\\"e2w-submit\\\" target=\\\"_blank\\\" href=\\\"http://app.gatherup.com\\\"> WRITE A REVIEW </a> </div> </div> </div> <div class=\\\"e2wclear\\\"></div> </div> <div class=\\\"e2w-review-custom-clear\\\"></div> </div> <div class=\\\"e2clear\\\"></div> </div> </div> \\n<!-- HtmlCache 09:00:52 21.07.2021 e2w.gfs.widget.34291.app.gatherup.comwidgetredis --><script  src=\\\"https://local.gatherup.com/reviews.js/34291.hash\\\"></script></div>\",\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"c7f1d445-a92a-4ea9-bf67-fb960a43217d","name":"Get reviews widget - Unable to generate widget for specified businessId: X","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/widget/get-html?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=342910","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","widget","get-html"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"agent","value":"YOUR_AGENT"},{"key":"businessId","value":"342910","description":"**Required** Business id (or multiple comma-separated ids.)"},{"key":"fullVersion","value":"1","description":"By default it is set to 0 which does not include CSS. Full version (1) contains the entire widget code, SEO, Schema and CSS.","disabled":true},{"key":"includeSchemaOrg","value":"1","description":"By default schema.org tags are included.","disabled":true},{"key":"widgetType","value":"widget","description":"By default it returns widget. Value: widget/badge","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 09:01:38 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 09:01:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 13,\n    \"errorMessage\": \"Unable to generate widget for specified businessId: 342910\"\n}"}],"_postman_id":"b3764216-d9ab-4701-af15-728b766a7b23"},{"name":"Get show-hide history","id":"5c7a97df-f86e-4d92-9929-603d07c203a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/feedbacks/show-hide-history?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","feedbacks","show-hide-history"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"disabled":true,"description":{"content":"<p>Business id (or multiple comma-separated ids.)</p>\n","type":"text/plain"},"key":"businessId","value":"80717046"},{"disabled":true,"description":{"content":"<p>Received fron</p>\n","type":"text/plain"},"key":"from","value":"2013-01-23"},{"disabled":true,"description":{"content":"<p>Received to</p>\n","type":"text/plain"},"key":"to","value":"Received to"},{"disabled":true,"description":{"content":"<p>Number of page</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"efbf0827-4b5d-4813-a4a9-cb131990114b","name":"Get show-hide history","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/feedbacks/show-hide-history?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","feedbacks","show-hide-history"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"businessId","value":"80717046","description":"Business id (or multiple comma-separated ids.)\n","disabled":true},{"key":"from","value":"2013-01-23","description":"Received fron","disabled":true},{"key":"to","value":"Received to","description":"Received to","disabled":true},{"key":"page","value":"1","description":"Number of page","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 10:04:32 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 10:04:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 5,\n    \"page\": 1,\n    \"pages\": 1,\n    \"perPage\": 500,\n    \"data\": [\n        {\n            \"feedbackId\": 80717049,\n            \"businessId\": 34291,\n            \"showOnWebsite\": 0,\n            \"deleted\": 1,\n            \"time\": \"2021-07-21T06:09:40+00:00\"\n        },\n        {\n            \"feedbackId\": 80716746,\n            \"businessId\": 33733,\n            \"showOnWebsite\": 0,\n            \"deleted\": 1,\n            \"time\": \"2020-08-12T15:14:55+00:00\"\n        },\n        {\n            \"feedbackId\": 80716747,\n            \"businessId\": 33733,\n            \"showOnWebsite\": 0,\n            \"deleted\": 1,\n            \"time\": \"2020-08-12T15:14:55+00:00\"\n        },\n        {\n            \"feedbackId\": 80716748,\n            \"businessId\": 33733,\n            \"showOnWebsite\": 0,\n            \"deleted\": 1,\n            \"time\": \"2020-08-12T15:14:55+00:00\"\n        },\n        {\n            \"feedbackId\": 80716736,\n            \"businessId\": 33733,\n            \"showOnWebsite\": 0,\n            \"deleted\": 1,\n            \"time\": \"2020-08-12T15:14:51+00:00\"\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"5c7a97df-f86e-4d92-9929-603d07c203a8"}],"id":"d2dfbd24-1036-439a-a57d-e375afb5fcd8","_postman_id":"d2dfbd24-1036-439a-a57d-e375afb5fcd8","description":"","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}}},{"name":"Customers","item":[{"name":"Create a Customer","id":"fa6d95bf-df57-4e3c-a1f1-2e0438a2e9a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": YOUR_BUSINESS_ID,\n    \"customerEmail\": \"john.smith@app.gatherup.com\",\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerPhone\": \"+1-202-555-0167\",\n    \"customerCustomId\": \"C1-212\",\n    \"customerJobId\": \"234-345\",\n    \"customerTags\": \"brakes,tires\",\n    \"delayFeedbackRequest\": 0,\n    \"customerPreference\": \"email\",\n    \"preferenceChecking\": 1,\n    \"sendFeedbackRequest\": 1,\n    \"customerNotes\": \"Some text\",\n    \"customerPrivacyPolicyConfirmation\": true\n}"},"url":"https://app.gatherup.com/api/v2/customer/create","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>businessId</td>\n<td>integer</td>\n<td>yes</td>\n<td>376</td>\n<td>Business id.</td>\n</tr>\n<tr>\n<td>customerCustomId</td>\n<td>string</td>\n<td>no</td>\n<td>123</td>\n<td>Customer custom id.</td>\n</tr>\n<tr>\n<td>customerEmail</td>\n<td>string(email)</td>\n<td>yes</td>\n<td><a href>john.smith@app.gatherup.com</a></td>\n<td>Customer email address. This field is required for basic plan accounts. For higher plans there is email or phone number required.</td>\n</tr>\n<tr>\n<td>customerFirstName</td>\n<td>string</td>\n<td>yes</td>\n<td>John</td>\n<td>Customer first name.</td>\n</tr>\n<tr>\n<td>customerJobId</td>\n<td>string</td>\n<td>no</td>\n<td>123</td>\n<td>Customer job id.</td>\n</tr>\n<tr>\n<td>customerLastName</td>\n<td>string</td>\n<td>yes</td>\n<td>Smith</td>\n<td>Customer last name.</td>\n</tr>\n<tr>\n<td>customerPhone</td>\n<td>string</td>\n<td>no</td>\n<td>5555555555</td>\n<td>Customer mobile phone.</td>\n</tr>\n<tr>\n<td>customerTags</td>\n<td>string</td>\n<td>no</td>\n<td>brakes,tires</td>\n<td>Customer tags separated by comma (max length of one tag = 50 chars).</td>\n</tr>\n<tr>\n<td>delayFeedbackRequest</td>\n<td>integer</td>\n<td>no</td>\n<td>0</td>\n<td>0 will send feedback immediately -&gt; if \"sendFeedbackRequest\" parameter is set to 1. If you set delayFeedbackRequest to anything over 0, it will delay that many hours before the feedback request is sent. Important the Communication Preference in the customer dashboard must be set to \"Manual Mode\". The \"delayFeedbackRequest\" parameter will be ignored if set to\"Automatic Mode\".</td>\n</tr>\n<tr>\n<td>customerPreference</td>\n<td>string(sms,email)</td>\n<td>no</td>\n<td>email</td>\n<td>Customer communication preference.</td>\n</tr>\n<tr>\n<td>preferenceChecking</td>\n<td>integer(0,1)</td>\n<td>no</td>\n<td>1 (default)</td>\n<td>If the parameter is set to 0 then Customer Preference is set according to the data provided (<code>customerEmail</code> or <code>customerPhone</code>) regardless of the <code>customerPreference</code> field value.</td>\n</tr>\n<tr>\n<td>sendFeedbackRequest</td>\n<td>integer(0,1)</td>\n<td>no</td>\n<td>1</td>\n<td>Send feedback request email to the customer right away.</td>\n</tr>\n<tr>\n<td>customerNotes</td>\n<td>string</td>\n<td>no</td>\n<td>Some text</td>\n<td>The note for a customer.</td>\n</tr>\n<tr>\n<td>customerPrivacyPolicyConfirmation</td>\n<td>boolean</td>\n<td>no</td>\n<td>true</td>\n<td>The confirmation of the privacy policy.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customer","create"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"07dad57f-a59b-4aed-8cd3-ac74e164d55b","name":"Create a Customer - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": YOUR_BUSINESS_ID,\n    \"customerEmail\": \"john.smith@app.gatherup.com\",\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerPhone\": \"+1-202-555-0167\",\n    \"customerCustomId\": \"C1-212\",\n    \"customerJobId\": \"234-345\",\n    \"customerTags\": \"brakes,tires\",\n    \"delayFeedbackRequest\": 0,\n    \"customerPreference\": \"email\",\n    \"preferenceChecking\": 1,\n    \"sendFeedbackRequest\": 1,\n    \"customerNotes\": \"Some text\",\n    \"customerPrivacyPolicyConfirmation\": true\n}"},"url":"https://app.gatherup.com/api/v2/customer/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 09:48:04 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 09:48:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerId\": 80717046,\n    \"feedbackRequestErrorCode\": 0,\n    \"feedbackRequestErrorMessage\": \"Success\",\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"5a0c641c-b72a-495d-a4fb-f3937a24986d","name":"Create a Customer - Customer with this email already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"customerEmail\": \"john.smith@app.gatherup.com\",\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerPhone\": \"+1-202-555-0167\",\n    \"customerCustomId\": \"C1-212\",\n    \"customerJobId\": \"234-345\",\n    \"customerTags\": \"brakes,tires\",\n    \"delayFeedbackRequest\": 0,\n    \"customerPreference\": \"email\",\n    \"preferenceChecking\": 1,\n    \"sendFeedbackRequest\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 09:49:09 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 09:49:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 48,\n    \"errorMessage\": \"Customer with this email already exists\"\n}"},{"id":"969f1c0f-a190-4666-89f7-665f54a4aae6","name":"Create a Customer - Customer with this phone number already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerPhone\": \"+1-202-555-0167\",\n    \"customerCustomId\": \"C1-212\",\n    \"customerJobId\": \"234-345\",\n    \"customerTags\": \"brakes,tires\",\n    \"delayFeedbackRequest\": 0,\n    \"customerPreference\": \"email\",\n    \"preferenceChecking\": 1,\n    \"sendFeedbackRequest\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 12:40:01 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 12:40:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 53,\n    \"errorMessage\": \"Customer with this phone number already exists\"\n}"},{"id":"5660c9bf-dc64-42c1-a599-60f84b1680fe","name":"Create a Customer - Invalid customer phone number, number removed and customer added.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"customerEmail\": \"john.smith@app.gatherup.com\",\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerPhone\": \"5555555555\",\n    \"customerCustomId\": \"C1-212\",\n    \"customerJobId\": \"234-345\",\n    \"customerTags\": \"brakes,tires\",\n    \"delayFeedbackRequest\": 0,\n    \"customerPreference\": \"email\",\n    \"preferenceChecking\": 1,\n    \"sendFeedbackRequest\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 09:46:18 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 09:46:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerId\": 80717045,\n    \"errorCode\": 99,\n    \"errorMessage\": \"Invalid customer phone number, number removed and customer added.\"\n}"},{"id":"aa8a411d-901f-414c-a13f-8ccab83660c0","name":"Create a Customer - Invalid customer phone number, sms preferred customer not added.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerPhone\": \"+343333\",\n    \"customerCustomId\": \"C1-212\",\n    \"customerJobId\": \"234-345\",\n    \"customerTags\": \"brakes,tires\",\n    \"delayFeedbackRequest\": 0,\n    \"customerPreference\": \"sms\",\n    \"preferenceChecking\": 1,\n    \"sendFeedbackRequest\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 12:40:58 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 12:40:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 100,\n    \"errorMessage\": \"Invalid customer phone number, sms preferred customer not added.\"\n}"},{"id":"24740ce9-0f8a-42ff-96f4-a8a287f28dc2","name":"Create a Customer - This user cannot manage selected business","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 3429100,\n    \"customerEmail\": \"john.smith@app.gatherup.com\",\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerPhone\": \"+1-202-555-0167\",\n    \"customerCustomId\": \"C1-212\",\n    \"customerJobId\": \"234-345\",\n    \"customerTags\": \"brakes,tires\",\n    \"delayFeedbackRequest\": 0,\n    \"customerPreference\": \"email\",\n    \"preferenceChecking\": 1,\n    \"sendFeedbackRequest\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/create"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 12:42:26 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 12:42:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 5,\n    \"errorMessage\": \"This user cannot manage selected business\"\n}"},{"id":"55c9eb24-973c-4fa4-920b-7a60f138c83e","name":"Create a Customer - Invalid customer first name","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"customerEmail\": \"john.smith@app.gatherup.com\",\n    \"customerLastName\": \"Smith\",\n    \"customerPhone\": \"+1-202-555-0167\",\n    \"customerCustomId\": \"C1-212\",\n    \"customerJobId\": \"234-345\",\n    \"customerTags\": \"brakes,tires\",\n    \"delayFeedbackRequest\": 0,\n    \"customerPreference\": \"email\",\n    \"preferenceChecking\": 1,\n    \"sendFeedbackRequest\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 12:43:39 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 12:43:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 7,\n    \"errorMessage\": \"Invalid customer first name\"\n}"},{"id":"7df43af7-f671-4e3e-a37e-07aaa8a80766","name":"Create a Customer - Invalid customer last name","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"customerEmail\": \"john.smith@app.gatherup.com\",\n    \"customerFirstName\": \"John\",\n    \"customerPhone\": \"+1-202-555-0167\",\n    \"customerCustomId\": \"C1-212\",\n    \"customerJobId\": \"234-345\",\n    \"customerTags\": \"brakes,tires\",\n    \"delayFeedbackRequest\": 0,\n    \"customerPreference\": \"email\",\n    \"preferenceChecking\": 1,\n    \"sendFeedbackRequest\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 12:43:56 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 12:43:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 8,\n    \"errorMessage\": \"Invalid customer last name\"\n}"},{"id":"1f9ec593-5228-4eab-9785-18d23b186415","name":"Create a Customer - Please enter a valid email address or a valid phone number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerCustomId\": \"C1-212\",\n    \"customerJobId\": \"234-345\",\n    \"customerTags\": \"brakes,tires\",\n    \"delayFeedbackRequest\": 0,\n    \"customerPreference\": \"email\",\n    \"preferenceChecking\": 1,\n    \"sendFeedbackRequest\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 12:44:18 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 12:44:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 52,\n    \"errorMessage\": \"Please enter a valid email address or a valid phone number\"\n}"},{"id":"fe206243-83fa-421d-8b91-baebad98e959","name":"Create a Customer - Message not sent - SMS limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"customerEmail\": \"john.smith@app.gatherup.com\",\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerPhone\": \"+1-202-555-0167\",\n    \"customerCustomId\": \"C1-212\",\n    \"customerJobId\": \"234-345\",\n    \"customerTags\": \"brakes,tires\",\n    \"delayFeedbackRequest\": 0,\n    \"customerPreference\": \"Sms\",\n    \"preferenceChecking\": 1,\n    \"sendFeedbackRequest\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 12:46:24 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 12:46:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 54,\n    \"errorMessage\": \"Message not sent - SMS limit exceeded\"\n}"},{"id":"80dbd4d0-7245-4ce0-b632-702eeb57c947","name":"Create a Customer - Message not sent - \tDaily requests limit (100) exceeded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": 34291,\n    \"customerEmail\": \"john.smith@app.gatherup.com\",\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerPhone\": \"+1-202-555-0167\",\n    \"customerCustomId\": \"C1-212\",\n    \"customerJobId\": \"234-345\",\n    \"customerTags\": \"brakes,tires\",\n    \"delayFeedbackRequest\": 0,\n    \"customerPreference\": \"Sms\",\n    \"preferenceChecking\": 1,\n    \"sendFeedbackRequest\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 12:46:24 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 12:46:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 12,\n    \"errorMessage\": \"Daily requests limit (100) exceeded\"\n}"},{"id":"96a766ef-7abc-4d29-86bd-de9f295f655c","name":"Create a Customer - Invalid value for customerPrivacyPolicyConfirmation parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": YOUR_BUSINESS_ID,\n    \"customerEmail\": \"john.smith@app.gatherup.com\",\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerPhone\": \"+1-202-555-0167\",\n    \"customerCustomId\": \"C1-212\",\n    \"customerJobId\": \"234-345\",\n    \"customerTags\": \"brakes,tires\",\n    \"delayFeedbackRequest\": 0,\n    \"customerPreference\": \"email\",\n    \"preferenceChecking\": 1,\n    \"sendFeedbackRequest\": 1,\n    \"customerNotes\": \"Some text\",\n    \"customerPrivacyPolicyConfirmation\": false\n}"},"url":"https://app.gatherup.com/api/v2/customer/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Thu, 10 Aug 2023 12:03:45 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"76c58d"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/76c58d?businessId=109849&clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Thu, 10 Aug 2023 12:03:45 GMT"},{"key":"Set-Cookie","value":"sf_redirect=deleted; expires=Wed, 10-Aug-2022 12:03:44 GMT; Max-Age=0; path=/; httponly"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 101,\n    \"errorMessage\": \"Invalid value for customerPrivacyPolicyConfirmation parameter\"\n}"}],"_postman_id":"fa6d95bf-df57-4e3c-a1f1-2e0438a2e9a6"},{"name":"Get Customer","id":"83ad1e49-ebb5-4d97-bad2-8b7e92d45946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/customer/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&customerId=80717046","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customer","get"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p><strong>Required</strong> Customer ID</p>\n","type":"text/plain"},"key":"customerId","value":"80717046"}],"variable":[]}},"response":[{"id":"0b1a0532-2cc0-4e0d-83ad-d9a315c194e1","name":"Get list of Customers - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/customer/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&customerId=80717046","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","customer","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"customerId","value":"80717046","description":"Customer ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 12:58:06 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 12:58:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"businessId\": \"34291\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"email\": \"johnsmith@app.gatherup.com\",\n    \"phone\": \"+12025550167\",\n    \"jobId\": \"234-345\",\n    \"customId\": \"C1-212\",\n    \"rating\": \"5.00\",\n    \"statusInfo\": \"Review received\",\n    \"unsubscribed\": \"0\",\n    \"createdAt\": \"2014-12-25T08:05:08+00:00\",\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"73ab0be2-b9bd-4da2-89cd-18b11586e8df","name":"Get list of Customers - Customer not found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/customer/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&customerId=807170460","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","customer","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"customerId","value":"807170460","description":"Customer ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 12:58:56 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 12:58:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 44,\n    \"errorMessage\": \"Customer not found\"\n}"}],"_postman_id":"83ad1e49-ebb5-4d97-bad2-8b7e92d45946"},{"name":"Get list of Customers","id":"5f1c69a0-f120-4a6c-a1bc-d6d6bb5ae140","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/customers/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=34291","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customers","get"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p>Business ID (or multiple comma-separated ids.)</p>\n","type":"text/plain"},"key":"businessId","value":"34291"},{"disabled":true,"description":{"content":"<p>Customer ID</p>\n","type":"text/plain"},"key":"customerId","value":"80717046"},{"disabled":true,"description":{"content":"<p>Custom ID</p>\n","type":"text/plain"},"key":"customId","value":"74d34e3b"},{"disabled":true,"description":{"content":"<p>Job ID</p>\n","type":"text/plain"},"key":"jobId","value":"service"},{"disabled":true,"description":{"content":"<p>Customer email address.</p>\n","type":"text/plain"},"key":"email","value":"john.smith@app.gatherup.com"},{"disabled":true,"description":{"content":"<p>Page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Subscription of customer.</p>\n","type":"text/plain"},"key":"subscription","value":"1"},{"disabled":true,"description":{"content":"<p>showHistory</p>\n","type":"text/plain"},"key":"showHistory","value":"0"}],"variable":[]}},"response":[{"id":"4ff82cfe-ab35-41f3-8d62-dd5e878d008a","name":"Get list of Customers - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/customers/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=34291","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","customers","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"businessId","value":"34291","description":"Business ID (or multiple comma-separated ids.)"},{"key":"customerId","value":"80717046","description":"Customer ID","disabled":true},{"key":"customId","value":"74d34e3b","description":"Custom ID","disabled":true},{"key":"jobId","value":"service","description":"Job ID","disabled":true},{"key":"email","value":"john.smith@app.gatherup.com","description":"Customer email address.","disabled":true},{"key":"page","value":"1","description":"Page","disabled":true},{"key":"subscription","value":"1","description":"Subscription of customer.","disabled":true},{"key":"showHistory","value":"0","description":"showHistory","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 12:54:04 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 12:54:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"pages\": 1,\n    \"count\": 2,\n    \"perPage\": 500,\n    \"data\": [\n        {\n            \"id\": \"80717045\",\n            \"businessId\": \"34291\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Smith\",\n            \"phone\": \"\",\n            \"email\": \"john.smith@app.gatherup.com\",\n            \"jobId\": \"234-345\",\n            \"customId\": \"C1-212\",\n            \"parentId\": \"0\",\n            \"rating\": null,\n            \"review\": null,\n            \"statusInfo\": \"Request sent\",\n            \"subscription\": 1,\n            \"createdAt\": \"2014-12-25T08:05:08+00:00\"\n        },\n        {\n            \"id\": \"80717046\",\n            \"businessId\": \"34291\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Smith\",\n            \"phone\": \"+12025550167\",\n            \"email\": \"johnsmith@app.gatherup.com\",\n            \"jobId\": \"234-345\",\n            \"customId\": \"C1-212\",\n            \"parentId\": \"0\",\n            \"rating\": \"5.00\",\n            \"review\": \"Vert good! I love you!\",\n            \"statusInfo\": \"Review received\",\n            \"subscription\": 1,\n            \"createdAt\": \"2014-12-25T08:05:08+00:00\"\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"5f1c69a0-f120-4a6c-a1bc-d6d6bb5ae140"},{"name":"Update Customer","id":"222a9822-c575-4c61-a17e-77033525cba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": 80717045,\n    \"customerEmail\": \"john.smith@abc-company.com\",\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerCustomId\": 2,\n    \"customerJobId\": 10,\n    \"customerTags\": \"Auto, Towing, Roadside Service\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/update","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerEmail</td>\n<td>string(email)</td>\n<td>no</td>\n<td><a href=\"mailto:john.smith@app.gatherup.com\">john.smith@app.gatherup.com</a></td>\n<td>Customer email address.</td>\n</tr>\n<tr>\n<td>customerFirstName</td>\n<td>string</td>\n<td>no</td>\n<td>John</td>\n<td>Customer first name.</td>\n</tr>\n<tr>\n<td>customerId</td>\n<td>integer</td>\n<td>yes</td>\n<td>1</td>\n<td>Customer id.</td>\n</tr>\n<tr>\n<td>customerLastName</td>\n<td>string</td>\n<td>no</td>\n<td>Smith</td>\n<td>Customer last name.</td>\n</tr>\n<tr>\n<td>customerPhoneNumber</td>\n<td>string</td>\n<td>no</td>\n<td>555 5555 5555</td>\n<td>Customer mobile phone number.</td>\n</tr>\n<tr>\n<td>customerPreference</td>\n<td>string(sms\\email)</td>\n<td>no</td>\n<td>email</td>\n<td>Customer communication preference.</td>\n</tr>\n<tr>\n<td>customerCustomId</td>\n<td>integer</td>\n<td>no</td>\n<td>2</td>\n<td>Customer custom id.</td>\n</tr>\n<tr>\n<td>customerJobId</td>\n<td>integer</td>\n<td>no</td>\n<td>10</td>\n<td>Customer job id.</td>\n</tr>\n<tr>\n<td>customerTags</td>\n<td>string</td>\n<td>no</td>\n<td>Auto, Towing, Roadside Service</td>\n<td>Overwrites / Removes existing Customer tags with the new tags specified. Add tags comma separated.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customer","update"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"6a64ca6c-aa57-48db-9604-627f27dfdb34","name":"Update Customer - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": 80717045,\n    \"customerEmail\": \"john.smith@abc-company.com\",\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerCustomId\": 2,\n    \"customerJobId\": 10,\n    \"customerTags\": \"Auto, Towing, Roadside Service\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 13:18:16 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 13:18:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"d81fa2d0-74df-493a-bb3e-39046c30b70e","name":"Update Customer - Customer not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": 807170450,\n    \"customerEmail\": \"john.smith@abc-company.com\",\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerCustomId\": 2,\n    \"customerJobId\": 10,\n    \"customerTags\": \"Auto, Towing, Roadside Service\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/update"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 13:19:13 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 13:19:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 44,\n    \"errorMessage\": \"Customer not found\"\n}"},{"id":"6af7d204-936c-4bba-85f4-9ecf733a3c54","name":"Update Customer - Invalid customer email","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": 80717045,\n    \"customerEmail\": \"john.smit\",\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerCustomId\": 2,\n    \"customerJobId\": 10,\n    \"customerTags\": \"Auto, Towing, Roadside Service\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 13:20:17 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 13:20:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 9,\n    \"errorMessage\": \"Invalid customer email\"\n}"},{"id":"77990322-3487-4d5b-8c14-8b0b2871c7a5","name":"Update Customer - Customer with this email already exists","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": 80717045,\n    \"customerEmail\": \"johnsmith@app.gatherup.com\",\n    \"customerFirstName\": \"John\",\n    \"customerLastName\": \"Smith\",\n    \"customerCustomId\": 2,\n    \"customerJobId\": 10,\n    \"customerTags\": \"Auto, Towing, Roadside Service\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 13:21:11 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 13:21:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 48,\n    \"errorMessage\": \"Customer with this email already exists\"\n}"}],"_postman_id":"222a9822-c575-4c61-a17e-77033525cba1"},{"name":"Create Mutiple Customers","id":"720e065f-c1e3-40c6-aed1-8f05ee6abda3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": YOUR_AGENT,\n    \"businessId\": 34291,\n    \"customers\": [\n        {\n            \"email\": \"adam@example-smith.com\",\n            \"firstName\": \"Adam\",\n            \"lastName\": \"Smith\",\n            \"customId\": \"123\",\n            \"jobId\": \"j-123\",\n            \"phone\": \"+1-202-555-0102\",\n            \"preference\": \"email\",\n            \"tags\": \"service, nord\"\n        },\n        {\n            \"email\": \"kate@123-company.com\",\n            \"firstName\": \"Kate\",\n            \"lastName\": \"Smith\",\n            \"customId\": \"144\",\n            \"jobId\": \"j-144\",\n            \"phone\": \"+12025550115\",\n            \"preference\": \"email\",\n            \"tags\": \"service, nord\"\n        }\n    ]\n}"},"url":"https://app.gatherup.com/api/v2/customers/create","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>businessId</td>\n<td>integer</td>\n<td>yes</td>\n<td>34291</td>\n<td>The business Id.</td>\n</tr>\n<tr>\n<td>customers</td>\n<td>array</td>\n<td>yes</td>\n<td>{}</td>\n<td>Array with customers</td>\n</tr>\n<tr>\n<td>customId</td>\n<td>string</td>\n<td>no</td>\n<td>123</td>\n<td>Customer custom id.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string(email)</td>\n<td>yes</td>\n<td><a href=\"mailto:john.smith@app.gatherup.com\">john.smith@app.gatherup.com</a></td>\n<td>Customer email address. This field is required for basic plan accounts. For higher plans there is email or phone number required.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>string</td>\n<td>no</td>\n<td>John</td>\n<td>Customer first name.</td>\n</tr>\n<tr>\n<td>jobId</td>\n<td>string</td>\n<td>no</td>\n<td>123</td>\n<td>Customer job id.</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>string</td>\n<td>no</td>\n<td>Smith</td>\n<td>Customer last name.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>no</td>\n<td>5555555555</td>\n<td>Customer phone.</td>\n</tr>\n<tr>\n<td>preference</td>\n<td>string(sms</td>\n<td>email)</td>\n<td>no</td>\n<td>email</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>string</td>\n<td>no</td>\n<td>brakes,tires</td>\n<td>Customer tags separated by comma (max length of one tag = 50 chars).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customers","create"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"d127d6ea-0054-4e07-9bde-67bd2d6157ce","name":"Create Mutiple Customers - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": YOUR_AGENT,\n    \"businessId\": 34291,\n    \"customers\": [\n        {\n            \"email\": \"adam@example-smith.com\",\n            \"firstName\": \"Adam\",\n            \"lastName\": \"Smith\",\n            \"customId\": \"123\",\n            \"jobId\": \"j-123\",\n            \"phone\": \"+1-202-555-0102\",\n            \"preference\": \"email\",\n            \"tags\": \"service, nord\"\n        },\n        {\n            \"email\": \"kate@123-company.com\",\n            \"firstName\": \"Kate\",\n            \"lastName\": \"Smith\",\n            \"customId\": \"144\",\n            \"jobId\": \"j-144\",\n            \"phone\": \"+12025550115\",\n            \"preference\": \"email\",\n            \"tags\": \"service, nord\"\n        }\n    ]\n}"},"url":"https://app.gatherup.com/api/v2/customers/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 13:38:29 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 13:38:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"customerErrorCode\": 0,\n            \"customerErrorMessage\": \"Success\",\n            \"customerId\": 80717047\n        },\n        {\n            \"customerErrorCode\": 0,\n            \"customerErrorMessage\": \"Success\",\n            \"customerId\": 80717048\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"54ae9082-e70d-487a-9526-6790886a11bb","name":"Create Mutiple Customers - Customer with this email already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": YOUR_AGENT,\n    \"businessId\": 34291,\n    \"customers\": [\n        {\n            \"email\": \"adam@example-smith.com\",\n            \"firstName\": \"Adam\",\n            \"lastName\": \"Smith\",\n            \"customId\": \"123\",\n            \"jobId\": \"j-123\",\n            \"phone\": \"+1-202-555-0102\",\n            \"preference\": \"email\",\n            \"tags\": \"service, nord\"\n        }\n    ]\n}"},"url":"https://app.gatherup.com/api/v2/customers/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 13:42:01 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 13:42:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"customerErrorCode\": 48,\n            \"customerErrorMessage\": \"Customer with this email already exists\"\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"71247243-66e9-45c9-ad45-5cf76d57a6d4","name":"Create Mutiple Customers - This user cannot manage selected business","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": YOUR_AGENT,\n    \"businessId\": 342910,\n    \"customers\": [\n        {\n            \"email\": \"adam@example-smith.com\",\n            \"firstName\": \"Adam\",\n            \"lastName\": \"Smith\",\n            \"customId\": \"123\",\n            \"jobId\": \"j-123\",\n            \"phone\": \"+1-202-555-0102\",\n            \"preference\": \"email\",\n            \"tags\": \"service, nord\"\n        }\n    ]\n}"},"url":"https://app.gatherup.com/api/v2/customers/create"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 13:44:06 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 13:44:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 5,\n    \"errorMessage\": \"This user cannot manage selected business\"\n}"},{"id":"615a3882-dddf-4b41-a902-00482876ba21","name":"Create Mutiple Customers - Invalid customer email","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": YOUR_AGENT,\n    \"businessId\": 34291,\n    \"customers\": [\n        {\n            \"email\": \"adam\",\n            \"firstName\": \"Adam\",\n            \"lastName\": \"Smith\",\n            \"customId\": \"123\",\n            \"jobId\": \"j-123\",\n            \"phone\": \"+1-202-555-0102\",\n            \"preference\": \"email\",\n            \"tags\": \"service, nord\"\n        }\n    ]\n}"},"url":"https://app.gatherup.com/api/v2/customers/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 13:44:33 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 13:44:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"customerErrorCode\": 9,\n            \"customerErrorMessage\": \"Invalid customer email: adam\"\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"bfa8ab12-316e-4e0e-a08b-f2218eb50744","name":"Create Mutiple Customers - Invalid customer phone number, sms preferred customer not added.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": YOUR_AGENT,\n    \"businessId\": 34291,\n    \"customers\": [\n        {\n            \"firstName\": \"Adam\",\n            \"lastName\": \"Smith\",\n            \"customId\": \"123\",\n            \"jobId\": \"j-123\",\n            \"phone\": \"+1545454\",\n            \"preference\": \"sms\",\n            \"tags\": \"service, nord\"\n        }\n    ]\n}"},"url":"https://app.gatherup.com/api/v2/customers/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 13:45:17 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 13:45:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"customerErrorCode\": 100,\n            \"customerErrorMessage\": \"Invalid customer phone number, sms preferred customer not added.\"\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"10d4efdf-68e2-43c8-9239-04e444a9c3da","name":"Create Mutiple Customers - Invalid customer phone number, number removed and customer added.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": YOUR_AGENT,\n    \"businessId\": 34291,\n    \"customers\": [\n        {\n            \"email\": \"adam.smith@example-smith.com\",\n            \"firstName\": \"Adam\",\n            \"lastName\": \"Smith\",\n            \"customId\": \"123\",\n            \"jobId\": \"j-123\",\n            \"phone\": \"+1545454\",\n            \"preference\": \"email\",\n            \"tags\": \"service, nord\"\n        }\n    ]\n}"},"url":"https://app.gatherup.com/api/v2/customers/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 13:46:05 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 13:46:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"customerErrorCode\": 99,\n            \"customerErrorMessage\": \"Invalid customer phone number, number removed and customer added.\",\n            \"customerId\": 80717049\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"624f8f10-931e-4991-bc4f-2d31e3d7916a","name":"Create Mutiple Customers - Customer with this phone number already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": YOUR_AGENT,\n    \"businessId\": 34291,\n    \"customers\": [\n        {\n            \"firstName\": \"Adam\",\n            \"lastName\": \"Smith\",\n            \"customId\": \"123\",\n            \"jobId\": \"j-123\",\n            \"phone\": \"+1-202-555-0102\",\n            \"preference\": \"sms\",\n            \"tags\": \"service, nord\"\n        }\n\n    ]\n}"},"url":"https://app.gatherup.com/api/v2/customers/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 13:46:55 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 13:46:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"customerErrorCode\": 53,\n            \"customerErrorMessage\": \"Customer with this phone number already exists\"\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"720e065f-c1e3-40c6-aed1-8f05ee6abda3"},{"name":"Delete Customer","id":"7bed7eb5-4862-4db8-9ad0-549d382993dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": \"80717049\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/delete","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerId</td>\n<td>integer</td>\n<td>yes</td>\n<td>80717049</td>\n<td>The customer Id.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customer","delete"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"14125cf6-c13a-4399-9415-cd659d96c2e1","name":"Delete Customer - Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": \"80717049\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 06:09:40 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 06:09:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"businessId\": 34291,\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"ba66a420-ef08-4819-993a-d83f020d6ed4","name":"Delete Customer - Customer not found","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": \"80717049\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/delete"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 06:09:59 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 06:09:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 44,\n    \"errorMessage\": \"Customer not found\"\n}"}],"_postman_id":"7bed7eb5-4862-4db8-9ad0-549d382993dd"},{"name":"Update Customer Feedback","id":"8b9bca55-2740-4b55-9b85-12f19f7ea9f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": \"80717047\",\n    \"customerCustomId\": \"custom-123\",\n    \"customerJobId\": \"job-123\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/feedback/update","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerId</td>\n<td>integer</td>\n<td>yes</td>\n<td>80717049</td>\n<td>The customer Id.</td>\n</tr>\n<tr>\n<td>customerCustomId</td>\n<td>string</td>\n<td>no</td>\n<td>123</td>\n<td>Customer custom id.</td>\n</tr>\n<tr>\n<td>customerJobId</td>\n<td>string</td>\n<td>no</td>\n<td>123</td>\n<td>Customer job id.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customer","feedback","update"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"d28221db-d71f-4c0c-9fdf-ab422100a3e8","name":"Update Customer Feedback - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": \"80717047\",\n    \"customerCustomId\": \"custom-123\",\n    \"customerJobId\": \"job-123\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/feedback/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 06:15:28 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 06:15:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"74979e2e-99d9-4795-936b-fab16d2f4c6b","name":"Update Customer Feedback - Customer not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": \"807170470\",\n    \"customerCustomId\": \"custom-123\",\n    \"customerJobId\": \"job-123\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/feedback/update"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 06:16:03 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 06:16:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 44,\n    \"errorMessage\": \"Customer not found\"\n}"}],"_postman_id":"8b9bca55-2740-4b55-9b85-12f19f7ea9f6"},{"name":"Send Customer Feedback Request","id":"f5861d3a-0546-4c39-8896-6f06fa4404e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": \"80717048\",\n    \"ratingRevision\": 1,\n    \"checkThreshold\": 1,\n    \"jobId\": \"ABC-123\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/feedback/send","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerId</td>\n<td>integer</td>\n<td>yes</td>\n<td>1</td>\n<td>Customer id.</td>\n</tr>\n<tr>\n<td>ratingRevision</td>\n<td>integer</td>\n<td>no</td>\n<td>1</td>\n<td>1 will send rating revision instead of new feedback request. 0 will create new feedback request. Default value is 1.</td>\n</tr>\n<tr>\n<td>checkThreshold</td>\n<td>integer</td>\n<td>no</td>\n<td>1</td>\n<td>1 will check if threshold is reached If yes then it throws error. Default value is 0.</td>\n</tr>\n<tr>\n<td>jobId</td>\n<td>string</td>\n<td>no</td>\n<td>ABC-123</td>\n<td>Sets JobID for repeat feedback request. Replaces existing JobID if rating revision.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customer","feedback","send"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"e4cb35bf-7b83-4743-a594-b134e158313d","name":"Send Customer Feedback Request - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": \"80717048\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/feedback/send"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 06:19:59 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 06:19:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"9eb1e29a-571a-4628-b994-276b9907eacb","name":"Send Customer Feedback Request - Unable to send feedback request to this customer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": \"80717048\",\n    \"ratingRevision\": 1,\n    \"checkThreshold\": 1,\n    \"jobId\": \"ABC-123\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/feedback/send"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 06:19:59 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 06:19:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 11,\n    \"errorMessage\": \"Unable to send feedback request to this customer\"\n}"},{"id":"15d507d5-8b49-4a2f-88b8-6e44e6a59431","name":"Send Customer Feedback Request - Daily email limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": \"80717048\",\n    \"ratingRevision\": 1,\n    \"checkThreshold\": 1,\n    \"jobId\": \"ABC-123\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/feedback/send"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 06:19:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 12,\n    \"errorMessage\": \"Daily email limit exceeded\"\n}"},{"id":"ab928866-efd5-4283-bde6-7b8000433387","name":"Send Customer Feedback Request - Message not sent - SMS limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": \"80717048\",\n    \"ratingRevision\": 1,\n    \"checkThreshold\": 1,\n    \"jobId\": \"ABC-123\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/feedback/send"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 06:19:59 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 06:19:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 54,\n    \"errorMessage\": \"Message not sent - SMS limit exceeded\"\n}"},{"id":"e18a4579-9f88-456b-aa53-2516017fa400","name":"Send Customer Feedback Request - Customer has Invalid phone number!","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": \"80717048\",\n    \"ratingRevision\": 1,\n    \"checkThreshold\": 1,\n    \"jobId\": \"ABC-123\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/feedback/send"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 06:19:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 55,\n    \"errorMessage\": \"Customer has Invalid phone number!\"\n}"},{"id":"73f129de-9477-4763-85bf-a99f38c43c0c","name":"Send Customer Feedback Request - Customer has unsubscribed from your SMS messages","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": \"80717048\",\n    \"ratingRevision\": 1,\n    \"checkThreshold\": 1,\n    \"jobId\": \"ABC-123\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/feedback/send"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 06:19:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 57,\n    \"errorMessage\": \"Customer has unsubscribed from your SMS messages\"\n}"},{"id":"ba30d216-0b0b-45d2-b107-a27ef63a4d45","name":"Send Customer Feedback Request - Customer cancelled subscription","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": \"80717048\",\n    \"ratingRevision\": 1,\n    \"checkThreshold\": 1,\n    \"jobId\": \"ABC-123\"\n}"},"url":"https://app.gatherup.com/api/v2/customer/feedback/send"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 06:19:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 57,\n    \"errorMessage\": \"Customer cancelled subscription\"\n}"}],"_postman_id":"f5861d3a-0546-4c39-8896-6f06fa4404e6"},{"name":"Get customer’s survey answers","id":"347d0fbf-0a78-49b3-ab81-e607408b4933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/survey-questions/customer/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&customerId=80717051","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","survey-questions","customer","get"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p><strong>Required</strong> The customer ID</p>\n","type":"text/plain"},"key":"customerId","value":"80717051"}],"variable":[]}},"response":[{"id":"a8b616e1-b4bd-446f-afd3-280dd5d69c92","name":"Get customer’s survey answers - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/survey-questions/customer/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&customerId=80717051","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","survey-questions","customer","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"customerId","value":"80717051","description":"**Required** The customer ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 09:27:27 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 09:27:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"title\": \"How are you?\",\n            \"answer\": \"10\"\n        },\n        {\n            \"title\": \"How do you rate our service?\",\n            \"answer\": \"9\"\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"5bcbe32f-3676-42bd-b753-b357323a336a","name":"Get customer’s survey answers - Customer does not exist","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/survey-questions/customer/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&customerId=807170510","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","survey-questions","customer","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"customerId","value":"807170510","description":"**Required** The customer ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 09:28:09 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 09:28:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 4,\n    \"errorMessage\": \"Customer does not exist\"\n}"},{"id":"c4bc2edc-c801-4a50-a436-a379c1b032e3","name":"Get customer’s survey answers - CustomerId must be specified","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/survey-questions/customer/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","survey-questions","customer","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"customerId","value":"11221","description":"**Required** The customer ID","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 09:28:52 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 09:28:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 8,\n    \"errorMessage\": \"CustomerId must be specified.\"\n}"}],"_postman_id":"347d0fbf-0a78-49b3-ab81-e607408b4933"},{"name":"Reply to a customer","id":"9449d7e1-2057-4874-b202-e1151f6442f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": 80717051,\n    \"content\": \"Than you very much!\",\n    \"title\": \"Hello there!\",\n    \"visibility\": 1,\n    \"respondAsBusinessOwner\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/reply","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerId</td>\n<td>integer</td>\n<td>yes</td>\n<td>1</td>\n<td>Customer id.</td>\n</tr>\n<tr>\n<td>content</td>\n<td>string</td>\n<td>yes</td>\n<td>Thank you very much!</td>\n<td>The content of the comment.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>string</td>\n<td>no</td>\n<td>Hello there!</td>\n<td>Your title.</td>\n</tr>\n<tr>\n<td>visibility</td>\n<td>integer(0,1)</td>\n<td>no</td>\n<td>0 (default)</td>\n<td>The visibility the response. Is response public? (1 - yes, 0 - no)</td>\n</tr>\n<tr>\n<td>respondAsBusinessOwner</td>\n<td>integer(0,1)</td>\n<td>no</td>\n<td>1 (default)</td>\n<td>Respond as business owner (otherwise response will be from logged in user, 1 - yes, 0 - no)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customer","reply"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"d965d7cc-53d9-4946-bbce-4cbfa40fbc5c","name":"Reply to a customer - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": 80717048,\n    \"content\": \"Than you very much!\",\n    \"title\": \"Hello there!\",\n    \"visibility\": 0,\n    \"respondAsBusinessOwner\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/customer/reply"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 09:31:45 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 09:31:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerId\": \"80717048\",\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"134c9120-c0e6-499a-8b64-b0c8d4d93f46","name":"Reply to a customer - Required fields are empty.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": 80717048,\n    \"title\": \"Hello there!\",\n    \"visibility\": 0,\n    \"respondAsBusinessOwner\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/customer/reply"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 09:32:06 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 09:32:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 67,\n    \"errorMessage\": \"Required fields are empty.\"\n}"},{"id":"729c0a0b-da4a-4e5d-805f-d53f782c68d5","name":"Reply to a customer - The customer has not received feedback","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": 80717045,\n    \"content\": \"Than you very much!\",\n    \"title\": \"Hello there!\",\n    \"visibility\": 0,\n    \"respondAsBusinessOwner\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/reply"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 09:32:52 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 09:32:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 71,\n    \"errorMessage\": \"The customer has not received feedback\"\n}"},{"id":"a01c02f0-ac39-4763-972e-1c2c6694298c","name":"Reply to a customer - Feedback Response has been duplicated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": 80717048,\n    \"content\": \"Than you very much!\",\n    \"title\": \"Hello there!\",\n    \"visibility\": 0,\n    \"respondAsBusinessOwner\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/reply"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 09:33:39 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 09:33:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 72,\n    \"errorMessage\": \"Feedback Response has been duplicated\"\n}"},{"id":"2e5a4846-2c00-4787-a2c3-e89a79881a06","name":"Reply to a customer - Customer does not exist","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": 807170480,\n    \"content\": \"Than you very much!\",\n    \"title\": \"Hello there!\",\n    \"visibility\": 0,\n    \"respondAsBusinessOwner\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/reply"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 09:34:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 68,\n    \"errorMessage\": \"Customer does not exist\"\n}"},{"id":"e183af1b-3124-4172-9f14-253b3363fba4","name":"Reply to a customer - You don't have permission","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": 807170480,\n    \"content\": \"Than you very much!\",\n    \"title\": \"Hello there!\",\n    \"visibility\": 0,\n    \"respondAsBusinessOwner\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/reply"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 09:34:13 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 09:34:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 69,\n    \"errorMessage\": \"You don't have permission\"\n}"},{"id":"41ed2923-3bc1-4aa3-8c7e-e8a800abe71e","name":"Reply to a customer - You don't have permission to manage the selected customer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"customerId\": 807170480,\n    \"content\": \"Than you very much!\",\n    \"title\": \"Hello there!\",\n    \"visibility\": 0,\n    \"respondAsBusinessOwner\": 1\n}"},"url":"https://app.gatherup.com/api/v2/customer/reply"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 09:34:13 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 09:34:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 70,\n    \"errorMessage\": \"You don't have permission\"\n}"}],"_postman_id":"9449d7e1-2057-4874-b202-e1151f6442f6"},{"name":"Get feedbacks received","id":"a684820a-fdd6-4959-9f41-e9d7799d08de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/feedbacks/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&customerId=80717046","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","feedbacks","get"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p>Return feedbacks only for a specific customer</p>\n","type":"text/plain"},"key":"customerId","value":"80717046"},{"disabled":true,"description":{"content":"<p>Business id (or multiple comma-separated ids.)</p>\n","type":"text/plain"},"key":"businessId","value":"6418"},{"disabled":true,"description":{"content":"<p>Received from</p>\n","type":"text/plain"},"key":"from","value":"2013-01-23"},{"disabled":true,"description":{"content":"<p>Received to</p>\n","type":"text/plain"},"key":"to","value":"2015-01-23"},{"disabled":true,"description":{"content":"<p>Number of page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Minimal recommend</p>\n","type":"text/plain"},"key":"minRecommend","value":"4"},{"disabled":true,"description":{"content":"<p>Maximal recommend</p>\n","type":"text/plain"},"key":"maxRecommend","value":"9"},{"disabled":true,"description":{"content":"<p>Include Survey Question results</p>\n","type":"text/plain"},"key":"showSurvey","value":"1"},{"disabled":true,"description":{"content":"<p>Return feedbacks visible or not</p>\n","type":"text/plain"},"key":"visible","value":"1"}],"variable":[]}},"response":[{"id":"6d8ac15e-4f75-4bff-8310-66f986e6c8f7","name":"Get feedbacks received - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/feedbacks/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&customerId=80717046","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","feedbacks","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"customerId","value":"80717046","description":"Return feedbacks only for a specific customer"},{"key":"businessId","value":"6418","description":"Business id (or multiple comma-separated ids.)","disabled":true},{"key":"from","value":"2013-01-23","description":"Received from","disabled":true},{"key":"to","value":"2015-01-23","description":"Received to","disabled":true},{"key":"page","value":"1","description":"Number of page","disabled":true},{"key":"minRecommend","value":"4","description":"Minimal recommend","disabled":true},{"key":"maxRecommend","value":"9","description":"Maximal recommend","disabled":true},{"key":"showSurvey","value":"1","description":"Include Survey Question results","disabled":true},{"key":"visible","value":"1","description":"Return feedbacks visible or not","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 09:47:29 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 09:47:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"pages\": 1,\n    \"count\": 1,\n    \"perPage\": 500,\n    \"data\": [\n        {\n            \"rating\": 5,\n            \"recommend\": 10,\n            \"feedbackId\": \"80717046\",\n            \"businessId\": \"34291\",\n            \"dateOfReview\": \"2021-07-20T12:52:04+00:00\",\n            \"showReview\": \"1\",\n            \"authorEmail\": \"john.smith@abc-company.us\",\n            \"authorName\": \"John Smith\",\n            \"body\": \"You are amazing!\",\n            \"jobId\": \"10\",\n            \"customId\": \"2\",\n            \"tags\": \"Auto,Towing,Roadside Service\",\n            \"negativeDetails\": \"Negative Details\"\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"a684820a-fdd6-4959-9f41-e9d7799d08de"},{"name":"Get feedback responses","id":"985e5da5-d22f-4f77-ae89-e4997d23630d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/feedbacks/responses/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","feedbacks","responses","get"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"disabled":true,"description":{"content":"<p>Business id (or multiple comma-separated ids.)</p>\n","type":"text/plain"},"key":"businessId","value":"34291"},{"disabled":true,"description":{"content":"<p>Feedback id (or multiple comma-separated ids.)</p>\n","type":"text/plain"},"key":"feedbackId","value":"80717048"},{"disabled":true,"description":{"content":"<p>Received from</p>\n","type":"text/plain"},"key":"from","value":"2013-01-23\t"},{"disabled":true,"description":{"content":"<p>Received to</p>\n","type":"text/plain"},"key":"to","value":"2015-01-23\t"},{"disabled":true,"description":{"content":"<p>Number of page</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"92df8ae2-ecf6-4d74-9e45-2522a512d323","name":"Get feedback responses - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/feedbacks/responses/get?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","feedbacks","responses","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"businessId","value":"34291","type":"text","disabled":true},{"key":"feedbackId","value":"80717048","description":"**Required** Customer ID","disabled":true},{"key":"from","value":"2013-01-23\t","type":"text","disabled":true},{"key":"to","value":"2015-01-23\t","type":"text","disabled":true},{"key":"page","value":"1","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 10:00:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"pages\": 1,\n    \"count\": 1,\n    \"perPage\": 500,\n    \"data\": [\n        {\n            \"responseId\": 679986,\n            \"businessId\": 34291,\n            \"feedbackId\": 80717051,\n            \"type\": \"owner\",\n            \"date\": \"2021-07-21T10:00:27+00:00\",\n            \"content\": \"Than you very much!\"\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"985e5da5-d22f-4f77-ae89-e4997d23630d"}],"id":"a0bb8a77-7dec-4133-a97a-168e54e45463","_postman_id":"a0bb8a77-7dec-4133-a97a-168e54e45463","description":"","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}}},{"name":"Users","item":[{"name":"Create a user","id":"593abdc0-6e0a-40e6-a608-0be2c36811a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"email\": \"johnsmith@abc-company.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"roleId\": 3,\n    \"sendPasswordEmail\": 0,\n    \"businesses\": [\n        34291,\n        34295\n    ]\n}"},"url":"https://app.gatherup.com/api/v2/user/create","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>string(email)</td>\n<td>yes</td>\n<td><a href=\"https://mailto:john.smith@abc-company.com\">john.smith@abc-company.com</a></td>\n<td>User email.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>string</td>\n<td>yes</td>\n<td>John</td>\n<td>User first name.</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>string</td>\n<td>yes</td>\n<td>Smith</td>\n<td>User last name.</td>\n</tr>\n<tr>\n<td>roleId</td>\n<td>int (3,4,5,6)</td>\n<td>no</td>\n<td>4</td>\n<td>Role Permission ID, where:  <br />3 = Manager  <br />4 = Team (Default)  <br />5 = Contributor  <br />6 = Read Only  <br />Administrators and Agency Manager can not be created via API.</td>\n</tr>\n<tr>\n<td>sendPasswordEmail</td>\n<td>boolean (1,0)</td>\n<td>no</td>\n<td>0 (default)</td>\n<td>Send email with password</td>\n</tr>\n<tr>\n<td>managerAll</td>\n<td>boolean (1,0)</td>\n<td>no</td>\n<td>0 (default)</td>\n<td>Access to all future locations</td>\n</tr>\n<tr>\n<td>businesses</td>\n<td>array</td>\n<td>no</td>\n<td>{3765,54656}</td>\n<td>Managed business id.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","user","create"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"d34b54ee-c298-4018-adc5-69c8a3521b34","name":"Create a user - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"email\": \"john@abc-company.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"roleId\": 3,\n    \"sendPasswordEmail\": 0,\n    \"managerAll\": 0,\n    \"businessId\": []\n}"},"url":"https://app.gatherup.com/api/v2/user/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 10:45:04 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 10:45:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"password\": \"3pzqD848fM93jAN\",\n    \"userId\": 57842,\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"7f12ddd6-c685-4db8-82e3-571eebe6de5c","name":"Create a user - Success with Businesses","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"email\": \"johnsmith@abc-company.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"roleId\": 3,\n    \"sendPasswordEmail\": 0,\n    \"managerAll\": 0,\n    \"businesses\": [\n        34291,\n        34295\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/user/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 11:05:00 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 11:05:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"password\": \"6eUj964n26Mp2UH\",\n    \"userId\": 57846,\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"c4121c45-cce1-4d90-9fc1-206dcecab0c5","name":"Create a user - Someone already registered an account using this email","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"email\": \"john@abc-company.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"roleId\": 3,\n    \"sendPasswordEmail\": 0,\n    \"managerAll\": 0,\n    \"businessId\": []\n}"},"url":"https://app.gatherup.com/api/v2/user/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 10:45:21 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 10:45:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 24,\n    \"errorMessage\": \"Someone already registered an account using this email\"\n}"},{"id":"9f5ec92d-e679-4803-b47b-ce8639966596","name":"Create a user - Unable to create user account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"email\": \"12\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"roleId\": 3,\n    \"sendPasswordEmail\": 0,\n    \"managerAll\": 0,\n    \"businessId\": []\n}"},"url":"https://app.gatherup.com/api/v2/user/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 10:45:53 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 10:45:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 31,\n    \"errorMessage\": \"Unable to create user account\"\n}"}],"_postman_id":"593abdc0-6e0a-40e6-a608-0be2c36811a5"},{"name":"Create Agency Manager","id":"56630715-4b4c-4ee0-af2c-999518988067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"email\": \"johnsmith@abc-company.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"sendPasswordEmail\": 0,\n    \"autoAssignClients\": 0,\n    \"clientIds\": [\n        34291,\n        34295\n    ]\n}"},"url":"https://app.gatherup.com/api/v2/user/create-agency-manager","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>string(email)</td>\n<td>yes</td>\n<td><a href=\"https://mailto:john.smith@abc-company.com\">john.smith@abc-company.com</a></td>\n<td>User email.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>string</td>\n<td>yes</td>\n<td>John</td>\n<td>User first name.</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>string</td>\n<td>yes</td>\n<td>Smith</td>\n<td>User last name.</td>\n</tr>\n<tr>\n<td>sendPasswordEmail</td>\n<td>boolean (1,0)</td>\n<td>no</td>\n<td>0 (default)</td>\n<td>Send email with password.</td>\n</tr>\n<tr>\n<td>autoAssignClients</td>\n<td>boolean (1,0)</td>\n<td>no</td>\n<td>0 (default)</td>\n<td>Auto assign all newly created clients.</td>\n</tr>\n<tr>\n<td>clientIds</td>\n<td>array</td>\n<td>no</td>\n<td>{3765,54656}</td>\n<td>Managed client id.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","user","create-agency-manager"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"d3051857-e516-4037-93f7-822092ee5d60","name":"Create a mnager - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"email\": \"john@abc-company.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"sendPasswordEmail\": 0,\n    \"clientId\": []\n}"},"url":"https://app.gatherup.com/api/v2/user/create-agency-manager"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 10:45:04 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 10:45:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"password\": \"3pzqD848fM93jAN\",\n    \"userId\": 57842,\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"583848aa-18c7-4f8f-b971-d93ac3d0fe35","name":"Create a manager - Success with Clients","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"email\": \"johnsmith@abc-company.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"sendPasswordEmail\": 0,\n    \"clientIds\": [\n        34291,\n        34295\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/user/create-agency-manager"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 11:05:00 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 11:05:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"password\": \"6eUj964n26Mp2UH\",\n    \"userId\": 57846,\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"46d27a19-12d9-44e2-951d-5f6af3a8e7ce","name":"Create a manager - Someone already registered an account using this email","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"email\": \"john@abc-company.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"sendPasswordEmail\": 0,\n    \"clientIds\": []\n}"},"url":"https://app.gatherup.com/api/v2/user/create-agency-manager"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 10:45:21 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 10:45:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 24,\n    \"errorMessage\": \"Someone already registered an account using this email\"\n}"},{"id":"3b6f2ab7-dcb5-4b0a-905d-cff27db91c53","name":"Create a manager - Unable to create user account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"email\": \"12\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"sendPasswordEmail\": 0,\n    \"clientIds\": []\n}"},"url":"https://app.gatherup.com/api/v2/user/create-agency-manager"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 10:45:53 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 10:45:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 31,\n    \"errorMessage\": \"Unable to create user account\"\n}"}],"_postman_id":"56630715-4b4c-4ee0-af2c-999518988067"},{"name":"Set a user password","id":"af5f8c82-3aaf-4655-ae03-d38038cd8391","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\":57827,\n    \"password\":\"MyNewPassword1234\"\n}"},"url":"https://app.gatherup.com/api/v2/user/password/set","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userId</td>\n<td>integer</td>\n<td>yes</td>\n<td>57827</td>\n<td>The user id.</td>\n</tr>\n<tr>\n<td>password</td>\n<td>string</td>\n<td>yes</td>\n<td>Pjd8ahdo#dh</td>\n<td>New password</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","user","password","set"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"534f59cd-bbdb-4ace-97a6-b0835ee8e903","name":"Set a user password - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\":57827,\n    \"password\":\"MyNewPassword1234\"\n}"},"url":"https://app.gatherup.com/api/v2/user/password/set"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 11:33:46 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 11:33:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"a811ee32-13b7-4434-9ba7-762aec45f0cf","name":"Set a user password - Provided parameters are invalid","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\":57827\n}"},"url":"https://app.gatherup.com/api/v2/user/password/set"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 11:34:09 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 11:34:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 32,\n    \"errorMessage\": \"Provided parameters are invalid\"\n}"},{"id":"a605860b-e8f2-434c-a701-4e09b4b5d46a","name":"Set a user password - User does not exist","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\":578270,\n    \"password\":\"MyNewPassword1234\"\n}"},"url":"https://app.gatherup.com/api/v2/user/password/set"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 11:34:32 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 11:34:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 33,\n    \"errorMessage\": \"User does not exist\"\n}"},{"id":"10d10eb2-28c5-4e3b-ae4e-daf5ab85ecd3","name":"Set a user password - Your password must be of at least eight characters in length and comprised of at least one upper case letter and one number","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\":57827,\n    \"password\":\"123\"\n}"},"url":"https://app.gatherup.com/api/v2/user/password/set"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 11:34:56 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 11:34:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 34,\n    \"errorMessage\": \"Your password must be of at least eight characters in length and comprised of at least one upper case letter and one number\"\n}"}],"_postman_id":"af5f8c82-3aaf-4655-ae03-d38038cd8391"},{"name":"Update a user","id":"9d41075e-edf7-4b4d-acd0-0c9d49d291b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\": 57827,\n    \"email\": \"johnsmith@abcd-company.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"role\": \"manager\"\n}"},"url":"https://app.gatherup.com/api/v2/user/manager/update","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userId</td>\n<td>integer</td>\n<td>yes</td>\n<td>57827</td>\n<td>The user id.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string(email)</td>\n<td>yes</td>\n<td><a href=\"mailto:john.smith@abc-company.com\">john.smith@abc-company.com</a></td>\n<td>User email.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>string</td>\n<td>yes</td>\n<td>John</td>\n<td>User first name.</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>string</td>\n<td>yes</td>\n<td>Smith</td>\n<td>User last name.</td>\n</tr>\n<tr>\n<td>role</td>\n<td>string(manager,team,contributor,read-only)</td>\n<td>no</td>\n<td>Manager</td>\n<td>User role</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","user","manager","update"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"0cca8a4c-61a8-40e1-bcae-a87c0016304a","name":"Update User - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\": 57827,\n    \"email\": \"johnsmith@abcdd-company.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\"\n}"},"url":"https://app.gatherup.com/api/v2/user/manager/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 11:37:06 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 11:37:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"e727953e-8e8a-4594-94eb-6659d799ef0b","name":"Update User - Invalid email","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\": 57827,\n    \"email\": \"johnsmith\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\"\n}"},"url":"https://app.gatherup.com/api/v2/user/manager/update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 11:56:29 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 11:56:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 36,\n    \"errorMessage\": \"Invalid email\"\n}"},{"id":"423ad6f1-c419-438b-8e9f-1f8a45820ed3","name":"Update User - Invalid firstName","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\": 57827,\n    \"email\": \"johnsmith@abcdd-company.com\",\n    \"firstName\": \"\",\n    \"lastName\": \"Smith\"\n}"},"url":"https://app.gatherup.com/api/v2/user/manager/update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 11:57:40 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 11:57:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 45,\n    \"errorMessage\": \"Invalid firstName\"\n}"},{"id":"98fd454e-30ee-4a1c-996d-ebbd50c34e0e","name":"Update User - Invalid lastName","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\": 57827,\n    \"email\": \"johnsmith@abcdd-company.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"\"\n}"},"url":"https://app.gatherup.com/api/v2/user/manager/update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 11:57:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 46,\n    \"errorMessage\": \"Invalid lastName\"\n}"},{"id":"233098de-58b8-4b59-9a93-087e64c1cd27","name":"Update User - Someone already registered an account using this email","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\": 57836,\n    \"email\": \"manager@pikosz.net\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\"\n}"},"url":"https://app.gatherup.com/api/v2/user/manager/update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Set-Cookie","value":"XDEBUG_SESSION=PHPSTORM; expires=Mon, 02-Aug-2021 14:11:47 GMT; Max-Age=3600; path=/; SameSite=Strict"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 02 Aug 2021 13:11:53 GMT"},{"key":"X-Debug-Token","value":"787e9a"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/787e9a?clientId=4"},{"key":"Expires","value":"Mon, 02 Aug 2021 13:11:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 24,\n    \"errorMessage\": \"Someone already registered an account using this email\"\n}"}],"_postman_id":"9d41075e-edf7-4b4d-acd0-0c9d49d291b8"},{"name":"Get list of users","id":"5eeacf8e-811a-4210-97d8-0fc558c11eb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/user/managers/get?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","user","managers","get"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"disabled":true,"description":{"content":"<p>Search by email token.</p>\n","type":"text/plain"},"key":"email","value":"example@example.com"},{"disabled":true,"description":{"content":"<p>Number of page</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"34b53f25-71bc-482d-99cb-a4435c2d9038","name":"Get list of users - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/user/managers/get?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","user","managers","get"],"query":[{"key":"agent","value":"YOUR_AGENT"},{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"email","value":"example@example.com","description":"Search by email token.","type":"text","disabled":true},{"key":"page","value":"1","description":"Number of page","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 12:13:28 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 12:13:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"pages\": 1,\n    \"count\": 2,\n    \"perPage\": 100,\n    \"data\": [\n        {\n            \"userId\": \"57827\",\n            \"userEmail\": \"johnsmith@abcd-company.com\",\n            \"userFirstName\": \"John\",\n            \"userLastName\": \"Smith\"\n        },\n        {\n            \"userId\": \"57842\",\n            \"userEmail\": \"ann@abc-company.com\",\n            \"userFirstName\": \"Ann\",\n            \"userLastName\": \"Yellow\"\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"5eeacf8e-811a-4210-97d8-0fc558c11eb3"},{"name":"Find a user","id":"0c9a66c1-5c3f-4c4d-8522-1136b4cb9df3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/user/managers/find?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&email=admin@gatherup.com","description":"<p>The endpoint allows finding users for your account.</p>\n","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","user","managers","find"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Search by email token.</p>\n","type":"text/plain"},"key":"email","value":"admin@gatherup.com"}],"variable":[]}},"response":[{"id":"a25cb362-2756-4f2f-ac20-a9993b6d9e90","name":"Find User - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/user/managers/find?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&email=admin@gatherup.com","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","user","managers","find"],"query":[{"key":"agent","value":"YOUR_AGENT","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"clientId","value":"YOUR_CLIENT_ID","description":"Optional parameter if you want to access from owner credentials."},{"key":"email","value":"admin@gatherup.com","description":"Search by email token.","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 14 May 2025 10:39:38 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"App-User","value":"anonymous"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Link","value":"<https://local.gatherup.com/iapi/docs.jsonld?clientId=6>; rel=\"http://www.w3.org/ns/hydra/core#apiDocumentation\""},{"key":"X-Debug-Token","value":"edaa38"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/edaa38?clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Wed, 14 May 2025 10:39:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 453568,\n    \"email\": \"admin@gatherup.com\",\n    \"firstName\": \"Agency\",\n    \"lastName\": \"Account\",\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"4db8385e-f809-47ab-9163-e67d9226fde2","name":"Find User - User does not exist","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/user/managers/find?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&email=admin2@gatherup.com","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","user","managers","find"],"query":[{"key":"agent","value":"YOUR_AGENT","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"clientId","value":"YOUR_CLIENT_ID","description":"Optional parameter if you want to access from owner credentials."},{"key":"email","value":"admin2@gatherup.com","description":"Search by email token.","type":"text"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 14 May 2025 10:40:15 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"App-User","value":"anonymous"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Link","value":"<https://local.gatherup.com/iapi/docs.jsonld?clientId=6>; rel=\"http://www.w3.org/ns/hydra/core#apiDocumentation\""},{"key":"X-Debug-Token","value":"0efeef"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/0efeef?clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Wed, 14 May 2025 10:40:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 33,\n    \"errorMessage\": \"User does not exist\"\n}"}],"_postman_id":"0c9a66c1-5c3f-4c4d-8522-1136b4cb9df3"},{"name":"Update user managed businesses","id":"49a1c32f-8c48-40c2-9545-baf92f53b0eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\": 57827,\n    \"businesses\": [\n        34293\n    ]\n}"},"url":"https://app.gatherup.com/api/v2/user/update-managed-businesses","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userId</td>\n<td>integer</td>\n<td>yes</td>\n<td>57827</td>\n<td>The user id.</td>\n</tr>\n<tr>\n<td>businesses</td>\n<td>array</td>\n<td>yes</td>\n<td>[34293,54837}</td>\n<td>List of businesses to which a user has access</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","user","update-managed-businesses"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"6c94fedb-09e7-4399-92e4-9cf9e4201914","name":"Update user managed businesses - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\": 57827,\n    \"businesses\": [\n        34293\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/user/update-managed-businesses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 12:17:12 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 12:17:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"92049890-24c1-4773-812e-2610bbea45b0","name":"Update user managed businesses - User does not exist","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\": 578270,\n    \"businesses\": [\n        34293\n    ]\n}"},"url":"https://app.gatherup.com/api/v2/user/update-managed-businesses"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 12:17:59 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 12:17:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 33,\n    \"errorMessage\": \"User does not exist\"\n}"},{"id":"27272f50-eb74-4675-934e-768487fa8aec","name":"Update user managed businesses - Provided parameters are invalid","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businesses\": [\n        34293\n    ]\n}"},"url":"https://app.gatherup.com/api/v2/user/update-managed-businesses"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 12:18:23 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 12:18:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 32,\n    \"errorMessage\": \"Provided parameters are invalid\"\n}"}],"_postman_id":"49a1c32f-8c48-40c2-9545-baf92f53b0eb"},{"name":"Deactive a user","id":"43b8c686-2e94-4394-bce8-3ccf5f91ae6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\": 57827\n}"},"url":"https://app.gatherup.com/api/v2/user/deactivate","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userId</td>\n<td>integer</td>\n<td>yes</td>\n<td>57827</td>\n<td>The user id.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","user","deactivate"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"8bceffdb-f5b6-42eb-823a-316fc30efd4e","name":"Deactive a User - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\": 57827\n}"},"url":"https://app.gatherup.com/api/v2/user/deactivate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 12:21:39 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 12:21:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"dcabb182-d4ba-4e11-a11c-d0f2e2167ac5","name":"Deactive a User - Provided parameters are invalid","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\"\n}"},"url":"https://app.gatherup.com/api/v2/user/deactivate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 12:21:56 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 12:21:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 32,\n    \"errorMessage\": \"Provided parameters are invalid\"\n}"},{"id":"f5768e1a-8618-4d5d-8856-993c345c02a9","name":"Deactive a User - User does not exist","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\": 578270\n}"},"url":"https://app.gatherup.com/api/v2/user/deactivate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 12:22:18 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 12:22:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 33,\n    \"errorMessage\": \"User does not exist\"\n}"}],"_postman_id":"43b8c686-2e94-4394-bce8-3ccf5f91ae6b"},{"name":"Reactivate a user","id":"110b1efc-7376-4965-8b06-f5d495f806fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\": 57827\n}"},"url":"https://app.gatherup.com/api/v2/user/reactivate","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","user","reactivate"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"12987e05-4142-4814-be84-2d4c087aa269","name":"Reactivate a user - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\": 57827\n}"},"url":"https://app.gatherup.com/api/v2/user/reactivate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 12:26:13 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 12:26:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"5d2e4577-d36e-43e3-beff-3571ff6b5bf2","name":"Reactivate a user - Provided parameters are invalid","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\"\n}"},"url":"https://app.gatherup.com/api/v2/user/reactivate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 12:31:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 32,\n    \"errorMessage\": \"Provided parameters are invalid\"\n}"},{"id":"885edc7c-5dfb-49df-a811-9b2067a060a0","name":"Reactivate a user - User does not exist","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"userId\": 578270\n}"},"url":"https://app.gatherup.com/api/v2/user/reactivate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 12:31:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 33,\n    \"errorMessage\": \"User does not exist\"\n}"}],"_postman_id":"110b1efc-7376-4965-8b06-f5d495f806fc"}],"id":"8668e650-6830-4c22-b840-5631c3290220","_postman_id":"8668e650-6830-4c22-b840-5631c3290220","description":"","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}}},{"name":"3rd party reviews","item":[{"name":"Get online reviews received","id":"8a2aab63-a5f4-4b11-a605-efdeec4f9e7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/online-reviews/get?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&businessId=34291","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","online-reviews","get"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Business id (or multiple comma-separated ids.)</p>\n","type":"text/plain"},"key":"businessId","value":"34291"},{"disabled":true,"description":{"content":"<p>Received from</p>\n","type":"text/plain"},"key":"from","value":"2013-01-23"},{"disabled":true,"description":{"content":"<p>Received to</p>\n","type":"text/plain"},"key":"to","value":"2015-01-23"},{"disabled":true,"description":{"content":"<p>Number of page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Review type</p>\n","type":"text/plain"},"key":"type","value":"google"},{"disabled":true,"description":{"content":"<p>Show reviews which are visible or not</p>\n","type":"text/plain"},"key":"visible","value":"1"}],"variable":[]}},"response":[{"id":"59a0dd17-f4be-4a62-ae35-eb199afe23a9","name":"Get online reviews received - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/online-reviews/get?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&businessId=34291","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","online-reviews","get"],"query":[{"key":"agent","value":"YOUR_AGENT"},{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"businessId","value":"34291","description":"Business id (or multiple comma-separated ids.)"},{"key":"from","value":"2013-01-23","description":"Received from","disabled":true},{"key":"to","value":"2015-01-23","description":"Received to","disabled":true},{"key":"page","value":"1","description":"Number of page","disabled":true},{"key":"type","value":"google","description":"Review type","disabled":true},{"key":"visible","value":"1","description":"Show reviews which are visible or not","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 12:55:23 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 12:55:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"pages\": 1,\n    \"count\": 2,\n    \"perPage\": 500,\n    \"data\": [\n        {\n            \"reviewId\": \"59796341\",\n            \"reviewType\": \"google\",\n            \"reviewAuthor\": \"Ann D\",\n            \"reviewTime\": \"2018-04-17T00:00:00+00:00\",\n            \"reviewRating\": 5,\n            \"reviewContent\": \"Great service an help\",\n            \"reviewVisible\": true,\n            \"businessId\": \"34291\"\n        },\n        {\n            \"reviewId\": \"59796342\",\n            \"reviewType\": \"carfax\",\n            \"reviewAuthor\": \"Robert M\",\n            \"reviewTime\": \"2016-07-18T00:00:00+00:00\",\n            \"reviewRating\": 5,\n            \"reviewContent\": \"Excellent!  So far so good.\",\n            \"reviewVisible\": true,\n            \"businessId\": \"34291\"\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"8a2aab63-a5f4-4b11-a605-efdeec4f9e7c"},{"name":"Rating Types","id":"c636a1f3-7839-477f-8cb6-d00ed293ca1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/online-review/rating-types?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","online-review","rating-types"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"disabled":true,"description":{"content":"<p>Business id (or multiple comma-separated ids.)</p>\n","type":"text/plain"},"key":"businessId","value":"YOUR_BUSINESS_ID"},{"disabled":true,"description":{"content":"<p>Received from</p>\n","type":"text/plain"},"key":"from","value":"2013-01-23"},{"disabled":true,"description":{"content":"<p>Received to</p>\n","type":"text/plain"},"key":"to","value":"2015-01-23"}],"variable":[]}},"response":[{"id":"a8c2660e-6338-4d64-987f-f914d673415a","name":"Rating Types - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/online-review/rating-types?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&businessId=YOUR_BUSINESS_ID","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","online-review","rating-types"],"query":[{"key":"agent","value":"YOUR_AGENT","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"clientId","value":"YOUR_CLIENT_ID","description":"Optional parameter if you want to access from owner credentials."},{"key":"businessId","value":"YOUR_BUSINESS_ID","description":"Business id (or multiple comma-separated ids.)"},{"key":"from","value":"2013-01-23","description":"Received from","disabled":true},{"key":"to","value":"2015-01-23","description":"Received to","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 16 Aug 2023 11:44:09 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"ca710f"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/ca710f?businessId=109847&clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Wed, 16 Aug 2023 11:44:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": {\n        \"1\": 17,\n        \"2\": 3,\n        \"3\": 7,\n        \"4\": 8,\n        \"5\": 13\n    },\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"c636a1f3-7839-477f-8cb6-d00ed293ca1e"},{"name":"Overall Review Rating","id":"2f765d50-cb85-4585-bcfb-dd744f1df616","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/online-review/overall-rating?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","online-review","overall-rating"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"disabled":true,"description":{"content":"<p>Business id (or multiple comma-separated ids.)</p>\n","type":"text/plain"},"key":"businessId","value":"YOUR_BUSINESS_ID"},{"disabled":true,"description":{"content":"<p>Received from</p>\n","type":"text/plain"},"key":"from","value":"2013-01-23"},{"disabled":true,"description":{"content":"<p>Received to</p>\n","type":"text/plain"},"key":"to","value":"2015-01-23"}],"variable":[]}},"response":[{"id":"73f389b6-5038-430a-bb92-ddd78b3b5aca","name":"Overall Review Rating - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/online-review/overall-rating?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&businessId=YOUR_BUSINESS_ID&from=2013-01-23&to=2023-01-23","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","online-review","overall-rating"],"query":[{"key":"agent","value":"YOUR_AGENT","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"clientId","value":"YOUR_CLIENT_ID","description":"Optional parameter if you want to access from owner credentials."},{"key":"businessId","value":"YOUR_BUSINESS_ID","description":"Business id (or multiple comma-separated ids.)"},{"key":"from","value":"2013-01-23","description":"Received from"},{"key":"to","value":"2023-01-23","description":"Received to"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 16 Aug 2023 11:30:28 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"b61ff4"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/b61ff4?businessId=109847&clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Wed, 16 Aug 2023 11:30:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"rating\": {\n        \"avg\": 3.6587755102040815,\n        \"count\": 1225,\n        \"ratingSum\": 896.4,\n        \"ratingCount\": 1225\n    },\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"2f765d50-cb85-4585-bcfb-dd744f1df616"},{"name":"Online Reviews by Month","id":"f1892c71-08a4-4940-a270-128b841a62e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/online-review/monthly-review-count?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&businessId=YOUR_BUSINESS_ID","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","online-review","monthly-review-count"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Business id (or multiple comma-separated ids.)</p>\n","type":"text/plain"},"key":"businessId","value":"YOUR_BUSINESS_ID"},{"disabled":true,"description":{"content":"<p>Received from</p>\n","type":"text/plain"},"key":"from","value":"2013-01-23"},{"disabled":true,"description":{"content":"<p>Received to</p>\n","type":"text/plain"},"key":"to","value":"2015-01-23"}],"variable":[]}},"response":[{"id":"767b3655-ac86-43be-83c3-ae9ca6b0bf3a","name":"Online Reviews by Month - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/online-review/monthly-review-count?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&businessId=YOUR_BUSINESS_ID","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","online-review","monthly-review-count"],"query":[{"key":"agent","value":"YOUR_AGENT","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"clientId","value":"YOUR_CLIENT_ID","description":"Optional parameter if you want to access from owner credentials."},{"key":"businessId","value":"YOUR_BUSINESS_ID","description":"Business id (or multiple comma-separated ids.)"},{"key":"from","value":"2013-01-23","description":"Received from","disabled":true},{"key":"to","value":"2015-01-23","description":"Received to","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 16 Aug 2023 11:39:21 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"b7995b"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/b7995b?businessId=109847&clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Wed, 16 Aug 2023 11:39:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": [\n        {\n            \"avg\": 3,\n            \"count\": 7,\n            \"ratingSum\": 4.2,\n            \"ratingCount\": 7,\n            \"period\": \"2022-08\"\n        },\n        {\n            \"avg\": 2.3846153846153846,\n            \"count\": 13,\n            \"ratingSum\": 6.2,\n            \"ratingCount\": 13,\n            \"period\": \"2022-09\"\n        },\n        {\n            \"avg\": 2.4,\n            \"count\": 5,\n            \"ratingSum\": 2.4,\n            \"ratingCount\": 5,\n            \"period\": \"2022-10\"\n        },\n        {\n            \"avg\": 4.25,\n            \"count\": 4,\n            \"ratingSum\": 3.4,\n            \"ratingCount\": 4,\n            \"period\": \"2022-11\"\n        },\n        {\n            \"avg\": 3.5454545454545454,\n            \"count\": 11,\n            \"ratingSum\": 7.8,\n            \"ratingCount\": 11,\n            \"period\": \"2022-12\"\n        },\n        {\n            \"avg\": 2.625,\n            \"count\": 8,\n            \"ratingSum\": 4.2,\n            \"ratingCount\": 8,\n            \"period\": \"2023-01\"\n        },\n        {\n            \"avg\": 0,\n            \"count\": 0,\n            \"ratingSum\": 0,\n            \"ratingCount\": 0,\n            \"period\": \"2023-02\"\n        },\n        {\n            \"avg\": 0,\n            \"count\": 0,\n            \"ratingSum\": 0,\n            \"ratingCount\": 0,\n            \"period\": \"2023-03\"\n        },\n        {\n            \"avg\": 0,\n            \"count\": 0,\n            \"ratingSum\": 0,\n            \"ratingCount\": 0,\n            \"period\": \"2023-04\"\n        },\n        {\n            \"avg\": 0,\n            \"count\": 0,\n            \"ratingSum\": 0,\n            \"ratingCount\": 0,\n            \"period\": \"2023-05\"\n        },\n        {\n            \"avg\": 0,\n            \"count\": 0,\n            \"ratingSum\": 0,\n            \"ratingCount\": 0,\n            \"period\": \"2023-06\"\n        },\n        {\n            \"avg\": 0,\n            \"count\": 0,\n            \"ratingSum\": 0,\n            \"ratingCount\": 0,\n            \"period\": \"2023-07\"\n        },\n        {\n            \"avg\": 0,\n            \"count\": 0,\n            \"ratingSum\": 0,\n            \"ratingCount\": 0,\n            \"period\": \"2023-08\"\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"f1892c71-08a4-4940-a270-128b841a62e9"},{"name":"Review Sources","id":"a458bad1-12d1-433e-a224-60ac230f729f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/online-review/review-source?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&businessId=YOUR_BUSINESS_ID","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","online-review","review-source"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Business id (or multiple comma-separated ids.)</p>\n","type":"text/plain"},"key":"businessId","value":"YOUR_BUSINESS_ID"},{"disabled":true,"description":{"content":"<p>Received from</p>\n","type":"text/plain"},"key":"from","value":"2013-01-23"},{"disabled":true,"description":{"content":"<p>Received to</p>\n","type":"text/plain"},"key":"to","value":"2015-01-23"}],"variable":[]}},"response":[{"id":"0685a8a0-c5ed-4d88-897f-be3173e3cc96","name":"Review Sources - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/online-review/review-source?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&businessId=YOUR_BUSINESS_ID","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","online-review","review-source"],"query":[{"key":"agent","value":"YOUR_AGENT","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"clientId","value":"YOUR_CLIENT_ID","description":"Optional parameter if you want to access from owner credentials."},{"key":"businessId","value":"YOUR_BUSINESS_ID","description":"Business id (or multiple comma-separated ids.)"},{"key":"from","value":"2013-01-23","description":"Received from","disabled":true},{"key":"to","value":"2015-01-23","description":"Received to","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 16 Aug 2023 11:33:28 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"40022e"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/40022e?businessId=109847&clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Wed, 16 Aug 2023 11:33:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"rating\": {\n        \"all\": {\n            \"avg\": 2.9375,\n            \"count\": 48,\n            \"ratingSum\": 28.2,\n            \"ratingCount\": 48\n        },\n        \"google\": {\n            \"avg\": 2.9375,\n            \"count\": 48,\n            \"ratingSum\": 28.2,\n            \"ratingCount\": 48\n        }\n    },\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"a458bad1-12d1-433e-a224-60ac230f729f"},{"name":"Get facebook recommendations","id":"680c49d6-e37e-488c-8c9e-61b2ac91ac16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/facebook-recommendations/get?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&businessId=34291","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","facebook-recommendations","get"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Business id (or multiple comma-separated ids.)</p>\n","type":"text/plain"},"key":"businessId","value":"34291"},{"disabled":true,"description":{"content":"<p>Received from</p>\n","type":"text/plain"},"key":"from","value":"2013-01-23"},{"disabled":true,"description":{"content":"<p>Received to</p>\n","type":"text/plain"},"key":"to","value":"2015-01-23"},{"disabled":true,"description":{"content":"<p>Number of page</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"9fa43b93-27b6-4779-9978-55c5ce45fcac","name":"Get facebook recommendations - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/facebook-recommendations/get?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&businessId=34291","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","facebook-recommendations","get"],"query":[{"key":"agent","value":"YOUR_AGENT"},{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"businessId","value":"34291","description":"Business id (or multiple comma-separated ids.)"},{"key":"from","value":"2013-01-23","description":"Received from","disabled":true},{"key":"to","value":"2015-01-23","description":"Received to","disabled":true},{"key":"page","value":"1","description":"Number of page","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 12:59:57 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 12:59:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"pages\": 1,\n    \"perPage\": 500,\n    \"count\": \"2\",\n    \"recommendations\": [\n        {\n            \"id\": \"9783663\",\n            \"businessId\": \"34291\",\n            \"author\": \"Stan R\",\n            \"recommendation\": \"negative\",\n            \"time\": \"2021-06-23 00:00:00\",\n            \"content\": \"good service and affordability  insurance\"\n        },\n        {\n            \"id\": \"9783662\",\n            \"businessId\": \"34291\",\n            \"author\": \"Tintin M\",\n            \"recommendation\": \"positive\",\n            \"time\": \"2019-08-23 00:00:00\",\n            \"content\": \"Great service and good food!\"\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"680c49d6-e37e-488c-8c9e-61b2ac91ac16"},{"name":"Get google q&a","id":"d07be986-3a32-415d-8879-1175e386ca6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/google-qa/get?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&businessId=34291","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","google-qa","get"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Business id (or multiple comma-separated ids.)</p>\n","type":"text/plain"},"key":"businessId","value":"34291"},{"disabled":true,"description":{"content":"<p>The string which you are looking for.</p>\n","type":"text/plain"},"key":"search","value":"Example string"},{"disabled":true,"description":{"content":"<p>Status questions separated by a comma.\nValues: open,closed,reported,removed     </p>\n","type":"text/plain"},"key":"status","value":"open"},{"disabled":true,"description":{"content":"<p>User labels separated by a comma.</p>\n","type":"text/plain"},"key":"labels","value":"example"},{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"b3f703e8-781c-4459-9b5f-6adfaf554525","name":"Get google q&a - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/google-qa/get?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&businessId=34291","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","google-qa","get"],"query":[{"key":"agent","value":"YOUR_AGENT"},{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"businessId","value":"34291","description":"Business id (or multiple comma-separated ids.)"},{"key":"search","value":"Example string","description":"The string which you are looking for.","disabled":true},{"key":"status","value":"open","description":"Status questions separated by a comma.\nValues: open,closed,reported,removed\t ","disabled":true},{"key":"labels","value":"example","description":"User labels separated by a comma.","disabled":true},{"key":"page","value":"1","description":"Page number","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 13:05:27 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 13:05:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"questions\": {\n        \"73452\": {\n            \"id\": \"73452\",\n            \"author\": \"Roberto C\",\n            \"date\": \"2019-04-02\",\n            \"upvotes\": \"0\",\n            \"content\": \"Do redesign websites?\",\n            \"url_mobile\": \"\",\n            \"url_desktop\": \"\",\n            \"status\": \"open\",\n            \"business\": {\n                \"id\": \"34291\",\n                \"name\": \"Peach Trees Intl.\",\n                \"street_address\": \"4150 Hana Hwy\",\n                \"city\": \"Haiku\",\n                \"state\": \"HI\",\n                \"zip\": \"96708\"\n            },\n            \"labels\": [],\n            \"anwers\": [\n                {\n                    \"id\": \"73451\",\n                    \"questionId\": \"73452\",\n                    \"author\": \"John S\",\n                    \"date\": \"2019-04-02\",\n                    \"upvotes\": \"0\",\n                    \"content\": \"Yes!\",\n                    \"owner\": true\n                }\n            ]\n        }\n    },\n    \"count\": 1,\n    \"page\": 1,\n    \"pages\": 1,\n    \"total\": 1,\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"d07be986-3a32-415d-8879-1175e386ca6a"},{"name":"Reply to online review","id":"fac16430-c2a8-449b-b9a8-3497b429a377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"reviewId\": 38947589345,\n    \"content\": \"Thank you!\"\n}"},"url":"https://app.gatherup.com/api/v2/online-review/reply","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reviewId</td>\n<td>integer</td>\n<td>yes</td>\n<td>374875474</td>\n<td>Review ID.</td>\n</tr>\n<tr>\n<td>content</td>\n<td>string</td>\n<td>yes</td>\n<td>Thank you!</td>\n<td>The content of the comment.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","online-review","reply"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"4473bf8c-5144-4f54-b875-52059463265f","name":"Reply to online review - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"reviewId\":59796342,\n    \"content\":\"Thank you!\"\n}"},"url":"https://app.gatherup.com/api/v2/online-review/reply"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 13:11:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\",\n    \"reviewId\": 3573219\n}"},{"id":"2c546f25-89df-4446-97c3-08fb827b6e77","name":"Reply to online review - Required fields are empty","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"content\":\"Thank you!\"\n}"},"url":"https://app.gatherup.com/api/v2/online-review/reply"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 13:15:09 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 13:15:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 73,\n    \"errorMessage\": \"Required fields are empty\"\n}"},{"id":"7f873579-c4c5-4d40-bbf9-9d965a4216d2","name":"Reply to online review - Review does not exist","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"content\":\"Thank you!\"\n}"},"url":"https://app.gatherup.com/api/v2/online-review/reply"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 13:15:09 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 13:15:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 74,\n    \"errorMessage\": \"Review does not exist\"\n}"},{"id":"486e0940-33bd-4cb9-b1c0-946272e041ed","name":"Reply to online review - This review does not meet the requirements","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"content\":\"Thank you!\"\n}"},"url":"https://app.gatherup.com/api/v2/online-review/reply"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 13:15:09 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 13:15:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 75,\n    \"errorMessage\": \"This review does not meet the requirements\"\n}"},{"id":"9250310c-fbae-4161-9cc4-d34f13851034","name":"Reply to online review - You do not have permission","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"content\":\"Thank you!\"\n}"},"url":"https://app.gatherup.com/api/v2/online-review/reply"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 13:15:09 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 13:15:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 76,\n    \"errorMessage\": \"You do not have permission\"\n}"},{"id":"b5f49fde-1df1-48ea-98af-1a713b817d5f","name":"Reply to online review - OAuthConnection with GMB has been lost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"content\":\"Thank you!\"\n}"},"url":"https://app.gatherup.com/api/v2/online-review/reply"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 13:15:09 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 13:15:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 77,\n    \"errorMessage\": \"OAuthConnection with GMB has been lost\"\n}"}],"_postman_id":"fac16430-c2a8-449b-b9a8-3497b429a377"},{"name":"All Reviews","id":"42116fad-8c7c-4ec6-b97e-62b9895c504c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.gatherup.com/api/v2/online-review/all-reviews?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&businessId=YOUR_BUSINESS_ID&page=1&perPage=500&order=reviewReceived","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","online-review","all-reviews"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"},{"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p><strong>Required</strong> businessId</p>\n","type":"text/plain"},"key":"businessId","value":"YOUR_BUSINESS_ID"},{"description":{"content":"<p>The number of page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Type of feedback (first-party, google, tripadvisor, facebook-recommendation...)</p>\n","type":"text/plain"},"key":"type","value":"google"},{"disabled":true,"description":{"content":"<p>The date from</p>\n","type":"text/plain"},"key":"from","value":"2020-01-01"},{"disabled":true,"description":{"content":"<p>The date to</p>\n","type":"text/plain"},"key":"to","value":"2022-05-31"},{"description":{"content":"<p>The reviews per page, max 500</p>\n","type":"text/plain"},"key":"perPage","value":"500"},{"description":{"content":"<p>The reviews order, reviewReceived or sentimentScore default sentimentScore</p>\n","type":"text/plain"},"key":"order","value":"reviewReceived"}],"variable":[]}},"response":[{"id":"516be4be-a1be-485a-aff3-0e58a2f49038","name":"All Reviews - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/online-review/all-reviews?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID&businessId=YOUR_BUSINESS_ID&page=1","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","online-review","all-reviews"],"query":[{"key":"agent","value":"YOUR_AGENT"},{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"businessId","value":"YOUR_BUSINESS_ID"},{"key":"page","value":"1"},{"key":"type","value":"google","description":"Type of feedback (first-party, google, tripadvisor, facebook-recommendation...)","disabled":true},{"key":"from","value":"2020-01-01","description":"The date from","disabled":true},{"key":"to","value":"2022-05-31","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Fri, 18 Aug 2023 06:19:19 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"f39170"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/f39170?businessId=109849&clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Fri, 18 Aug 2023 06:19:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"perPage\": 500,\n    \"pages\": 1,\n    \"reviews\": [\n        {\n            \"type\": \"first-party\",\n            \"reviewReceived\": \"2023-08-08T13:23:28+00:00\",\n            \"rating\": 5,\n            \"nps\": 10,\n            \"review\": \"Good service! Great tools! Amazing support\",\n            \"recommended\": 1,\n            \"name\": \"Thomas Smith\",\n            \"sentimentScore\": 5\n        },\n        {\n            \"type\": \"google\",\n            \"reviewReceived\": \"2023-08-08T12:39:27+00:00\",\n            \"rating\": 1,\n            \"nps\": 2,\n            \"review\": \"Not happy with the service. The app is way to complicated to you. I think is over price.\",\n            \"recommended\": 0,\n            \"name\": \"Mike Smith\",\n            \"sentimentScore\": 1\n        },\n        {\n            \"type\": \"facebook-recommendation\",\n            \"reviewReceived\": \"2023-08-08T12:37:12+00:00\",\n            \"rating\": 5,\n            \"nps\": 10,\n            \"review\": \"The experience has been great so far, no complaints\",\n            \"recommended\": 1,\n            \"name\": \"Ann Smith\",\n            \"sentimentScore\": 4\n        },\n        {\n            \"type\": \"google\",\n            \"reviewReceived\": \"2023-08-08T12:31:04+00:00\",\n            \"rating\": 5,\n            \"nps\": 10,\n            \"review\": \"While I haven't used the platform yet (just got off a discovery demo), I wanted to provide my feedback on the initial call. Chris Walker did a truly great job going through everything with me, and the supplemental material was exceptional. As someone who works at an agency, everything was framed in an excellent way to be converted as part of the value for clients. So thanks Chris, and hopefully we can have further discussions down the road\",\n            \"recommended\": 1,\n            \"name\": \"Adam Smith\",\n            \"sentimentScore\": 3\n        }\n    ],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"42116fad-8c7c-4ec6-b97e-62b9895c504c"}],"id":"4dec2c9a-4ab2-45e9-a6a4-940dec460e67","_postman_id":"4dec2c9a-4ab2-45e9-a6a4-940dec460e67","description":"","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}}},{"name":"Agency","item":[{"name":"Get Agency Clients","id":"62a1479d-6b24-4fe8-98b5-9ba03712c37f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/agency/clients?clientId=YOUR_CLIENT_ID&includeBusinesses=1","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","agency","clients"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Show businesses.</p>\n","type":"text/plain"},"key":"includeBusinesses","value":"1"},{"disabled":true,"description":{"content":"<p>Pahe number</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"d5412240-98ca-4961-a0ad-b13fcaa6e821","name":"Get Agency Clients - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/agency/clients?clientId=YOUR_CLIENT_ID&includeBusinesses=1","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","agency","clients"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"includeBusinesses","value":"1","description":"Show businesses."},{"key":"page","value":"1","description":"Pahe number","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 21 Jul 2021 13:28:58 GMT"},{"key":"Expires","value":"Wed, 21 Jul 2021 13:28:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"clients\": [\n        {\n            \"id\": \"57248\",\n            \"name\": \"Client A\",\n            \"countBusinesses\": \"1\",\n            \"businesses\": [\n                {\n                    \"id\": \"33881\",\n                    \"name\": \"Peach Trees Intl.\",\n                    \"extraField\": \"\",\n                    \"address\": \"4150 Hana Hwy\",\n                    \"city\": \"Haiku\",\n                    \"state\": \"HI\",\n                    \"country\": \"US\",\n                    \"zip\": \"98501\"\n                }\n            ]\n        },\n        {\n            \"id\": \"57332\",\n            \"name\": \"Client Studio Big\",\n            \"countBusinesses\": \"2\",\n            \"businesses\": [\n                {\n                    \"id\": \"33945\",\n                    \"name\": \"Studio Big New York\",\n                    \"extraField\": \"\",\n                    \"address\": \"3719 Curran Road\",\n                    \"city\": \"New York\",\n                    \"state\": \"NY\",\n                    \"country\": \"US\",\n                    \"zip\": \"05488\"\n                },\n                 {\n                    \"id\": \"33945\",\n                    \"name\": \"Studio Big Los Angeles\",\n                    \"extraField\": \"\",\n                    \"address\": \"47585 West Adams\",\n                    \"city\": \"Los Angeles\",\n                    \"state\": \"CA\",\n                    \"country\": \"US\",\n                    \"zip\": \"90016\"\n                }\n            ]\n        }\n    ],\n    \"perPage\": 100,\n    \"pages\": 1,\n    \"counter\": 2,\n    \"page\": 1,\n    \"data\": [],\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"62a1479d-6b24-4fe8-98b5-9ba03712c37f"},{"name":"Get ClientId for a business","id":"8b054e28-d19b-4bb2-8a23-62ea77e626c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/agency/find/clientId?clientId=YOUR_CLIENT_ID&businessId=34304","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","agency","find","clientId"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p><strong>Required</strong> Business ID</p>\n","type":"text/plain"},"key":"businessId","value":"34304"}],"variable":[]}},"response":[{"id":"e4537fc0-8a74-45f6-bf76-26574421f54f","name":"Get ClientId for a business - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/agency/find/clientId?clientId=YOUR_CLIENT_ID&businessId=34304","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","agency","find","clientId"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"businessId","value":"34304"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Thu, 22 Jul 2021 07:54:48 GMT"},{"key":"Expires","value":"Thu, 22 Jul 2021 07:54:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"clientId\": 57104,\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"4b08a9ee-642d-42c6-9bce-78af858f5faa","name":"Get ClientId for a business - ClientId not found!","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/agency/find/clientId?clientId=YOUR_CLIENT_ID&businessId=343040","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","agency","find","clientId"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"businessId","value":"343040"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Thu, 22 Jul 2021 07:59:43 GMT"},{"key":"Expires","value":"Thu, 22 Jul 2021 07:59:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 61,\n    \"errorMessage\": \"ClientId not found!\"\n}"}],"_postman_id":"8b054e28-d19b-4bb2-8a23-62ea77e626c8"},{"name":"Create a new client","id":"00bc05a7-d845-4748-b032-6b19c502d372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"name\": \"Store\"\n}"},"url":"https://app.gatherup.com/api/v2/agency/create-client","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","agency","create-client"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"6a1048e5-f6c2-4119-80a1-b9d40de10513","name":"Create a new client - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"name\": \"Store\"\n}"},"url":"https://app.gatherup.com/api/v2/agency/create-client"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Thu, 22 Jul 2021 08:06:00 GMT"},{"key":"Expires","value":"Thu, 22 Jul 2021 08:06:00 GMT"},{"key":"Set-Cookie","value":"sf_redirect=%7B%22token%22%3A%228d1696%22%2C%22route%22%3A%22api_v2_proxy%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CApi%5C%5CV2%5C%5CApiProxyController%22%2C%22method%22%3A%22proxy%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fgatherup%5C%2FSymfony%5C%2Fsrc%5C%2FApp%5C%2FController%5C%2FApi%5C%2FV2%5C%2FApiProxyController.php%22%2C%22line%22%3A308%7D%2C%22status_code%22%3A201%2C%22status_text%22%3A%22Created%22%7D; path=/; httponly"}],"cookie":[],"responseTime":null,"body":"{\n    \"clientId\": 57852,\n    \"clientName\": \"Store\",\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"54b2aa72-2c62-4dd6-9b41-89caf9b61cde","name":"Create a new client - The client name already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"name\": \"Store\"\n}"},"url":"https://app.gatherup.com/api/v2/agency/create-client"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Thu, 22 Jul 2021 08:06:32 GMT"},{"key":"Expires","value":"Thu, 22 Jul 2021 08:06:32 GMT"},{"key":"Set-Cookie","value":"sf_redirect=deleted; expires=Wed, 22-Jul-2020 08:06:31 GMT; Max-Age=0; path=/; httponly"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 63,\n    \"errorMessage\": \"The client name already exists.\"\n}"},{"id":"69e194ed-ec80-4606-a961-8f7a8f32f1cf","name":"Create a new client - The client name does not exist or is empty","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\"\n}"},"url":"https://app.gatherup.com/api/v2/agency/create-client"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Thu, 22 Jul 2021 08:06:55 GMT"},{"key":"Expires","value":"Thu, 22 Jul 2021 08:06:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 62,\n    \"errorMessage\": \"The client name does not exist or is empty\"\n}"}],"_postman_id":"00bc05a7-d845-4748-b032-6b19c502d372"},{"name":"Get Businesses","id":"e0f6529c-ea70-402b-81c9-6694a0ca2a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/agency/businesses/get?clientId=YOUR_CLIENT_ID&page=1","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","agency","businesses","get"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Pahe number</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"f1f1c95b-fafc-4932-851a-0fef938bd8a5","name":"Get Businesses - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/agency/businesses/get?clientId=YOUR_CLIENT_ID&page=1","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","agency","businesses","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"page","value":"1","description":"Pahe number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Thu, 22 Jul 2021 14:11:15 GMT"},{"key":"Expires","value":"Thu, 22 Jul 2021 14:11:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"businesses\": [\n        {\n            \"id\": \"1253\",\n            \"name\": \"Location 83\",\n            \"extraField\": \"\",\n            \"address\": \"12427 Main Street\",\n            \"city\": \"Anytown\",\n            \"state\": \"MI\",\n            \"country\": \"US\",\n            \"zip\": \"48260\",\n            \"agentId\": \"57083\"\n        },\n        {\n            \"id\": \"1280\",\n            \"name\": \"Centre Bell\",\n            \"extraField\": \"\",\n            \"address\": \"1909, Avenue des Canadiens-de-Montréal\",\n            \"city\": \"Montréal\",\n            \"state\": \"QC\",\n            \"country\": \"CA\",\n            \"zip\": \"H3C 5L2\",\n            \"agentId\": \"57083\"\n        },\n        {\n            \"id\": 34291,\n            \"name\": \"Peach Trees Intl.\",\n            \"extraField\": \"\",\n            \"address\": \"4150 Hana Hwy\",\n            \"city\": \"Haiku\",\n            \"state\": \"HI\",\n            \"country\": \"US\",\n            \"zip\": \"96708\",\n            \"agentId\": \"57174\"\n        }\n    ],\n    \"perPage\": 100,\n    \"pages\": 1,\n    \"page\": 1,\n    \"counter\": 3,\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"e0f6529c-ea70-402b-81c9-6694a0ca2a12"}],"id":"373eb2e6-8d8d-4a75-9f45-db3a7cb61470","_postman_id":"373eb2e6-8d8d-4a75-9f45-db3a7cb61470","description":"","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}}},{"name":"InsightsReport","item":[{"name":"Sentiments","id":"14404131-80ee-434d-82db-a3a2d5ad160d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.gatherup.com/api/v2/insights-report/sentiment?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&type=tags&sentiment=positive&limit=10","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","insights-report","sentiment"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"disabled":true,"description":{"content":"<p>The period (past-7-days, past-30-days, past-90-days, lifetime)</p>\n","type":"text/plain"},"key":"period","value":"past-7-days"},{"disabled":true,"description":{"content":"<p>The date from</p>\n","type":"text/plain"},"key":"from","value":"2023-01-01"},{"disabled":true,"description":{"content":"<p>The date to</p>\n","type":"text/plain"},"key":"to","value":"2023-12-31"},{"description":{"content":"<p>Type (keywords/tags)</p>\n","type":"text/plain"},"key":"type","value":"tags"},{"description":{"content":"<p>Type of sentiment (negative/positive)</p>\n","type":"text/plain"},"key":"sentiment","value":"positive"},{"disabled":true,"description":{"content":"<p>LocationIds, separate by comma</p>\n","type":"text/plain"},"key":"location","value":"45474,478558"},{"description":{"content":"<p>The limit elements, max 100.</p>\n","type":"text/plain"},"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"b603d9c8-324c-432c-bc86-fc7e1d9e9d29","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.gatherup.com/api/v2/insights-report/sentiment?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&type=tags&sentiment=positive&limit=10","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","insights-report","sentiment"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"period","value":"past-7-days","description":"The period (past-7-days, past-30-days, past-90-days, lifetime)","disabled":true},{"key":"from","value":"2023-01-01","description":"The date from","disabled":true},{"key":"to","value":"2023-12-31","description":"The date to","disabled":true},{"key":"type","value":"tags","description":"Type (keywords/tags)"},{"key":"sentiment","value":"positive","description":"Type of sentiment (negative/positive)"},{"key":"location","value":"45474,478558","description":"LocationIds, separate by comma","disabled":true},{"key":"limit","value":"10","description":"The limit elements, max 100."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Thu, 10 Aug 2023 11:45:31 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"215618"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/215618?clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Thu, 10 Aug 2023 11:45:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"0\": {\n        \"term\": \"tool\",\n        \"termCount\": 1,\n        \"ratingAverage\": 5\n    },\n    \"1\": {\n        \"term\": \"service\",\n        \"termCount\": 1,\n        \"ratingAverage\": 5\n    },\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"14404131-80ee-434d-82db-a3a2d5ad160d"}],"id":"d6cea54a-1851-4a40-8c42-dfd67da3e1c4","_postman_id":"d6cea54a-1851-4a40-8c42-dfd67da3e1c4","description":"","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}}},{"name":"SmartInsights","item":[{"name":"Smart Insight","id":"d497d68e-bb93-4572-bd53-baa71a3f93e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.gatherup.com/api/v2/smart-insight?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=YOUR_BUSINESS_ID","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","smart-insight"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"description":{"content":"<p><strong>Required</strong> businessId</p>\n","type":"text/plain"},"key":"businessId","value":"YOUR_BUSINESS_ID"}],"variable":[]}},"response":[{"id":"faf3d6a6-67e6-4a37-91e0-4a4530f729f0","name":"Insight - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.gatherup.com/api/v2/smart-insight?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT&businessId=YOUR_BUSINESS_ID","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","smart-insight"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"agent","value":"YOUR_AGENT"},{"key":"businessId","value":"YOUR_BUSINESS_ID","description":"**Required** businessId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Fri, 18 Aug 2023 05:58:29 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"3ede86"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/3ede86?businessId=109849&clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Fri, 18 Aug 2023 05:58:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"insight\": {\n        \"id\": 2,\n        \"businessId\": 109849,\n        \"createdAt\": \"2023-08-16T10:27:36+00:00\",\n        \"content\": \"\",\n        \"isCompleted\": false\n    },\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"d497d68e-bb93-4572-bd53-baa71a3f93e0"},{"name":"Generate a new smart insight","id":"b870a9d6-027e-456b-bf52-6c3b4093b96c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": YOUR_BUSINESS_ID\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/smart-insight/generate?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>businessId</td>\n<td>integer</td>\n<td>yes</td>\n<td>12485</td>\n<td>BusinessId</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","smart-insight","generate"],"host":["app.gatherup.com"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"}],"variable":[]}},"response":[{"id":"2c29d696-c724-4765-8959-24e2f3f56b10","name":"Generate a new smart insight - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": YOUR_BUSINESS_ID\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/smart-insight/generate"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Fri, 18 Aug 2023 06:07:52 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"4930c9"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/4930c9?businessId=109849&clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Fri, 18 Aug 2023 06:07:52 GMT"},{"key":"Set-Cookie","value":"sf_redirect=%7B%22token%22%3A%224930c9%22%2C%22route%22%3A%22api_v2_proxy%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CApi%5C%5CV2%5C%5CApiProxyController%22%2C%22method%22%3A%22proxy%22%2C%22file%22%3A%22%5C%2Fgatherup%5C%2Fsrc%5C%2FApp%5C%2FController%5C%2FApi%5C%2FV2%5C%2FApiProxyController.php%22%2C%22line%22%3A362%7D%2C%22status_code%22%3A201%2C%22status_text%22%3A%22Created%22%7D; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"d3c1983d-ad52-473d-8b9d-5f060983c617","name":"Generate a new smart insight - Smart insight is already being generated!","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": YOUR_BUSINESS_ID\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/smart-insight/generate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Fri, 18 Aug 2023 06:13:53 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"f1862d"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/f1862d?businessId=109849&clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Fri, 18 Aug 2023 06:13:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 105,\n    \"errorMessage\": \"Smart insight is already being generated!\"\n}"}],"_postman_id":"b870a9d6-027e-456b-bf52-6c3b4093b96c"}],"id":"d050ed28-cc95-4022-be87-0fb5ed7815ae","_postman_id":"d050ed28-cc95-4022-be87-0fb5ed7815ae","description":"","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}}},{"name":"ReputationScorecard","item":[{"name":"Collection","id":"e22699d1-63cb-4497-a601-8911ab042758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.gatherup.com/api/v2/reputation-scorecard/?clientId=YOUR_CLIENT_ID&page=1&limit=10","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","reputation-scorecard",""],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>The number of page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The limit elements, max 100.</p>\n","type":"text/plain"},"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"4a53717e-5b43-4103-9c47-e60cfc4cd888","name":"Collection - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.gatherup.com/api/v2/reputation-scorecard/?clientId=YOUR_CLIENT_ID&page=1&limit=10","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","reputation-scorecard",""],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"page","value":"1","description":"The number of page"},{"key":"limit","value":"10","description":"The limit elements, max 100."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 21 Aug 2023 11:52:03 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"2ea8fb"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/2ea8fb?clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 21 Aug 2023 11:52:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"d1afaa24-XXXX-4568-XXXX-992043b2f87f\",\n            \"agentId\": 453566,\n            \"competitors\": [\n                {\n                    \"name\": \"Marshalls\",\n                    \"address\": \"255 E Flagler St, Miami, FL 33131\",\n                    \"url\": \"https://maps.google.com/?cid=10570342041825XXXX\",\n                    \"reviewCount\": 2268,\n                    \"rating\": \"4.3\",\n                    \"recency\": 0\n                },\n                {\n                    \"name\": \"Nordstrom Rack\",\n                    \"address\": \"3201 N Miami Ave, Miami, FL 33127\",\n                    \"url\": \"https://maps.google.com/?cid=12708861425550XXXX\",\n                    \"reviewCount\": 744,\n                    \"rating\": \"4.3\",\n                    \"recency\": 0\n                },\n                {\n                    \"name\": \"Saks Fifth Avenue\",\n                    \"address\": \"81 SW 8th St, Miami, FL 33130\",\n                    \"url\": \"https://maps.google.com/?cid=1475622346248747XXXXX\",\n                    \"reviewCount\": 663,\n                    \"rating\": \"4.3\",\n                    \"recency\": 2\n                },\n                {\n                    \"name\": \"Target\",\n                    \"address\": \"3401 N Miami Ave Suite 100, Miami, FL 33127\",\n                    \"url\": \"https://maps.google.com/?cid=280036169404708XXXX\",\n                    \"reviewCount\": 1179,\n                    \"rating\": \"4.2\",\n                    \"recency\": 0\n                }\n            ],\n            \"listings\": [\n                {\n                    \"name\": \"Google\",\n                    \"url\": \"https://maps.google.com/?cid=1449387741187228XXXXX\",\n                    \"reviewCount\": 16715,\n                    \"rating\": \"4.1\"\n                },\n                {\n                    \"name\": \"Foursquare\",\n                    \"url\": \"https://foursquare.com/v/walmart-XXXXXXXXXX/5485daec498eeXXXXXXXXXXXXXX\",\n                    \"reviewCount\": 355,\n                    \"rating\": \"4.1\"\n                }\n            ],\n            \"reviews\": [\n                {\n                    \"author\": \"Charles Zsamper\",\n                    \"content\": \"\\\"Very busy tons of people good prices lots of sales good 🛍 shopping God help you.\\\"\",\n                    \"url\": \"https://www.google.com/maps/reviews/data=!4m5!14m4!1m3!1m2!1sXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"sentiment\": 10\n                },\n                {\n                    \"author\": \"Kashil JagmohanSingh\",\n                    \"content\": \"\\\"The oven indicated 8 mins left for chicken to be roasted but staff said 30 mins\\\"\",\n                    \"url\": \"https://www.google.com/maps/reviews/data=!4m5!14m4!1m3!1m2!1s118082791995822137224!XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx\",\n                    \"sentiment\": 1\n                },\n                {\n                    \"author\": \"dJakep\",\n                    \"content\": \"\\\"Nice and helpful staffs work to assist you and give the best service.\\\"\",\n                    \"url\": \"https://www.google.com/maps/reviews/data=!4m5!14m4!1m3!1m2!1s109489543422347566620!2s0x88d9b0f27016f30f:0xXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"sentiment\": 10\n                }\n            ],\n            \"name\": \"Walmart Supercenter\",\n            \"address\": \"8990 Turkey Lake Rd, Orlando, FL 32819, USA\",\n            \"locality\": \"Orlando\",\n            \"area\": \"Florida\",\n            \"url\": \"https://maps.google.com/?cid=280654252125XXXXXXXXXXXXXXXX\",\n            \"type\": null,\n            \"phoneNumber\": \"(407) 351-2229\",\n            \"website\": \"https://www.walmart.com/sXXXXXXXXXXXXXXXXXXXXXXx\",\n            \"latitude\": \"28.4399415\",\n            \"longitude\": \"-81.4764715\",\n            \"overallScore\": 91,\n            \"volumeScore\": 30,\n            \"ratingScore\": 24,\n            \"recencyScore\": 30,\n            \"sentimentScore\": 7,\n            \"recency\": 0,\n            \"competitorsRecency\": 1,\n            \"pdfUrl\": \"https://http-assets.s3.amazonaws.com/report/reputation-scorecard/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.pdf\",\n            \"whitelabeled\": false,\n            \"ready\": true,\n            \"lead\": false,\n            \"leadName\": null,\n            \"leadEmail\": null,\n            \"leadPhoneNumber\": null,\n            \"createdAt\": \"1/26/2023\"\n        }\n    ],\n    \"totalItems\": 1,\n    \"pageCount\": 1,\n    \"criteria\": {\n        \"page\": 1,\n        \"limit\": 10,\n        \"query\": \"\",\n        \"sortBy\": \"createdAt\",\n        \"sortDirection\": \"DESC\"\n    },\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"e22699d1-63cb-4497-a601-8911ab042758"},{"name":"Generate","id":"6e9182ec-fd85-40ce-9c8e-241eeae3a6a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"data\": {\n        \"name\": \"Martket XYZ\",\n        \"formatted_address\": \"XXXXXX\",\n        \"url\":\"https://maps.google.com/?cid=XXXXXXXX\",\n        \"geometry\": {\n            \"location\": {\n                \"lat\": 10.4500024,\n                \"lng\": 10.5445931\n            },\n            \"viewport\": {\n                \"south\": 10.4500024,\n                \"west\": 10.4500024,\n                \"north\": 10.4500024,\n                \"east\": 10.4500024\n            }\n        },\n        \"formatted_phone_number\": \"111 1111-111\",\n        \"website\": \"https://www.example.com/\",\n        \"address_components\": [\n            {\n                \"long_name\": \"New York\",\n                \"short_name\": \"New York\",\n                \"types\": [\n                    \"locality\",\n                    \"political\"\n                ]\n            },\n            {\n                \"long_name\": \"New York\",\n                \"short_name\": \"New York\",\n                \"types\": [\n                    \"administrative_area_level_1\",\n                    \"political\"\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/reputation-scorecard/generate","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>clientId</td>\n<td>integer</td>\n<td>yes</td>\n<td>12485</td>\n<td>ClientId</td>\n</tr>\n<tr>\n<td>data</td>\n<td>array</td>\n<td>yes</td>\n<td>-</td>\n<td>Object with details of the searched location</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","reputation-scorecard","generate"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"82cb974a-e16c-4332-8d8e-26d3f3189635","name":"Generate - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"data\": {\n        \"name\": \"Martket XYZ\",\n        \"formatted_address\": \"XXXXXX\",\n        \"url\":\"https://maps.google.com/?cid=XXXXXXXX\",\n        \"geometry\": {\n            \"location\": {\n                \"lat\": 10.4500024,\n                \"lng\": 10.5445931\n            },\n            \"viewport\": {\n                \"south\": 10.4500024,\n                \"west\": 10.4500024,\n                \"north\": 10.4500024,\n                \"east\": 10.4500024\n            }\n        },\n        \"formatted_phone_number\": \"111 1111-111\",\n        \"website\": \"https://www.example.com/\",\n        \"address_components\": [\n            {\n                \"long_name\": \"New York\",\n                \"short_name\": \"New York\",\n                \"types\": [\n                    \"locality\",\n                    \"political\"\n                ]\n            },\n            {\n                \"long_name\": \"New York\",\n                \"short_name\": \"New York\",\n                \"types\": [\n                    \"administrative_area_level_1\",\n                    \"political\"\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/reputation-scorecard/generate"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 21 Aug 2023 11:58:10 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"a96bec"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/a96bec?clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 21 Aug 2023 11:58:10 GMT"},{"key":"Set-Cookie","value":"sf_redirect=%7B%22token%22%3A%22a96bec%22%2C%22route%22%3A%22api_v2_proxy%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CApi%5C%5CV2%5C%5CApiProxyController%22%2C%22method%22%3A%22proxy%22%2C%22file%22%3A%22%5C%2Fgatherup%5C%2Fsrc%5C%2FApp%5C%2FController%5C%2FApi%5C%2FV2%5C%2FApiProxyController.php%22%2C%22line%22%3A385%7D%2C%22status_code%22%3A201%2C%22status_text%22%3A%22Created%22%7D; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"fa63f2d1-12cd-4fd9-947f-279c05a20b21\",\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"6e9182ec-fd85-40ce-9c8e-241eeae3a6a6"},{"name":"Get Reputation Scorecard","id":"5db9c0da-a3b0-45fa-8519-183f99895a74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.gatherup.com/api/v2/reputation-scorecard/get?clientId=YOUR_CLIENT_ID&uuid=d1afaa24-95f3-4568-9345-992043b2f87f","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","reputation-scorecard","get"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>ID</p>\n","type":"text/plain"},"key":"uuid","value":"d1afaa24-95f3-4568-9345-992043b2f87f"}],"variable":[]}},"response":[{"id":"58d2be0e-d571-4bd5-97de-76edc987be2c","name":"Get Reputation Scorecard - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.gatherup.com/api/v2/reputation-scorecard/get?clientId=YOUR_CLIENT_ID&uuid=d1afaa24-XXXX-XXXX-9345-992043b2f87f","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","reputation-scorecard","get"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"uuid","value":"d1afaa24-XXXX-XXXX-9345-992043b2f87f","description":"ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 21 Aug 2023 12:07:04 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"59c094"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/59c094?clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 21 Aug 2023 12:07:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"reputationScorecard\": {\n        \"uuid\": \"d1afaa24-XXX-XXXX-9345-992043b2f87f\",\n        \"agentId\": 453566,\n        \"competitors\": [\n            {\n                \"name\": \"Marshalls\",\n                \"address\": \"255 E Flagler St, Miami, FL 33131\",\n                \"url\": \"https://maps.google.com/?cid=1XXXXXXXXXXXXXXXXXXXXXX\",\n                \"reviewCount\": 2268,\n                \"rating\": \"4.3\",\n                \"recency\": 0\n            },\n            {\n                \"name\": \"Nordstrom Rack\",\n                \"address\": \"3201 N Miami Ave, Miami, FL 33127\",\n                \"url\": \"https://maps.google.com/?cid=1XXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"reviewCount\": 744,\n                \"rating\": \"4.3\",\n                \"recency\": 0\n            },\n            {\n                \"name\": \"Saks Fifth Avenue\",\n                \"address\": \"81 SW 8th St, Miami, FL 33130\",\n                \"url\": \"https://maps.google.com/?cid=147562234XXXXXXXXXXXXX\",\n                \"reviewCount\": 663,\n                \"rating\": \"4.3\",\n                \"recency\": 2\n            },\n            {\n                \"name\": \"Target\",\n                \"address\": \"3401 N Miami Ave Suite 100, Miami, FL 33127\",\n                \"url\": \"https://maps.google.com/?cid=280036169XXXXXXXXXXXXXX\",\n                \"reviewCount\": 1179,\n                \"rating\": \"4.2\",\n                \"recency\": 0\n            }\n        ],\n        \"listings\": [\n            {\n                \"name\": \"Google\",\n                \"url\": \"https://maps.google.com/?cid=14493877XXXXXXXXXXXXXXXXXX\",\n                \"reviewCount\": 16715,\n                \"rating\": \"4.1\"\n            },\n            {\n                \"name\": \"Foursquare\",\n                \"url\": \"https://foursquare.com/v/walmart-supercenXXXXXXXXXXXXXXXXXXX\",\n                \"reviewCount\": 355,\n                \"rating\": \"4.1\"\n            }\n        ],\n        \"reviews\": [\n            {\n                \"author\": \"Charles Zsamper\",\n                \"content\": \"\\\"Very busy tons of people good prices lots of sales good 🛍 shopping God help you.\\\"\",\n                \"url\": \"https://www.google.com/maps/reviews/data=!4m5!14m4!1m3!1m2!1s10349369XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"sentiment\": 10\n            },\n            {\n                \"author\": \"Kashil JagmohanSingh\",\n                \"content\": \"\\\"The oven indicated 8 mins left for chicken to be roasted but staff said 30 mins\\\"\",\n                \"url\": \"https://www.google.com/maps/reviews/data=!4m5!14m4!1m3!1m2!1s11XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"sentiment\": 1\n            },\n            {\n                \"author\": \"dJakep\",\n                \"content\": \"\\\"Nice and helpful staffs work to assist you and give the best service.\\\"\",\n                \"url\": \"https://www.google.com/maps/reviews/data=!4m5!14m4!1m3!1m2!1XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"sentiment\": 10\n            }\n        ],\n        \"name\": \"Walmart Supercenter\",\n        \"address\": \"8990 Turkey Lake Rd, Orlando, FL 32819, USA\",\n        \"locality\": \"Orlando\",\n        \"area\": \"Florida\",\n        \"url\": \"https://maps.google.com/?cid=XXXXXXXXXXXXXXXXXXXXXX\",\n        \"type\": null,\n        \"phoneNumber\": \"(407) 351-2229\",\n        \"website\": \"https://www.walmart.com/XXXXXXXXXXXXXXXXXXXXXXXXX\",\n        \"latitude\": \"28.4399415\",\n        \"longitude\": \"-81.4764715\",\n        \"overallScore\": 91,\n        \"volumeScore\": 30,\n        \"ratingScore\": 24,\n        \"recencyScore\": 30,\n        \"sentimentScore\": 7,\n        \"recency\": 0,\n        \"competitorsRecency\": 1,\n        \"pdfUrl\": \"https://http-assets.s3.amazonaws.com/report/reputation-scorecard/XXXXXXXXXXXXXXXXXX.XXXXXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXXXXXX.pdf\",\n        \"whitelabeled\": false,\n        \"ready\": true,\n        \"lead\": false,\n        \"leadName\": null,\n        \"leadEmail\": null,\n        \"leadPhoneNumber\": null,\n        \"createdAt\": \"1/26/2023\"\n    },\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"5db9c0da-a3b0-45fa-8519-183f99895a74"},{"name":"Delete","id":"49254cd9-81e4-466e-a477-52951cca90a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.gatherup.com/api/v2/reputation-scorecard/remove?clientId=YOUR_CLIENT_ID&uuid=fa63f2d1-12cd-4fd9-947f-279c05a20b21","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","reputation-scorecard","remove"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>ID</p>\n","type":"text/plain"},"key":"uuid","value":"fa63f2d1-12cd-4fd9-947f-279c05a20b21"}],"variable":[]}},"response":[{"id":"70379974-b6cd-4219-9bc9-643c749e86ce","name":"Delete - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.gatherup.com/api/v2/reputation-scorecard/remove?clientId=YOUR_CLIENT_ID&uuid=fa63f2d1-12cd-4fd9-947f-279c05a20b21","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","reputation-scorecard","remove"],"query":[{"key":"clientId","value":"YOUR_CLIENT_ID","description":"**Required** Client id is a unique user identifier provided by GatherUp."},{"key":"uuid","value":"fa63f2d1-12cd-4fd9-947f-279c05a20b21","description":"ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 21 Aug 2023 12:12:37 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"b5d3b6"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/b5d3b6?clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 21 Aug 2023 12:12:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"}],"_postman_id":"49254cd9-81e4-466e-a477-52951cca90a4"}],"id":"0e7a0f51-43af-472f-a919-7038c45cf1dc","_postman_id":"0e7a0f51-43af-472f-a919-7038c45cf1dc","description":"","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}}},{"name":"SmartReply","item":[{"name":"Generate","id":"0854c592-7dd1-4ba2-86cc-a72fd5db7778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": YOUR_BUSINESS_ID,\n    \"customerFirstName\": \"Adam Smith\",\n    \"review\": \"Good service! I love your tools for SEO and marketing! Currently, we have 10 locations but we want to add the next!\",\n    \"rating\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/smart-reply/generate","description":"<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>clientId</td>\n<td>integer</td>\n<td>yes</td>\n<td>12485</td>\n<td>ClientId</td>\n</tr>\n<tr>\n<td>agent</td>\n<td>integer</td>\n<td>no</td>\n<td>314574</td>\n<td>Agent ID</td>\n</tr>\n<tr>\n<td>businessId</td>\n<td>integer</td>\n<td>yes</td>\n<td>474745</td>\n<td>Business ID</td>\n</tr>\n<tr>\n<td>customerFirstName</td>\n<td>string</td>\n<td>yes</td>\n<td>Ann Smith</td>\n<td>The customer name</td>\n</tr>\n<tr>\n<td>review</td>\n<td>string</td>\n<td>yes</td>\n<td>Amazing...</td>\n<td>The customer review</td>\n</tr>\n<tr>\n<td>rating</td>\n<td>integer</td>\n<td>yes</td>\n<td>5</td>\n<td>The customer rating</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","smart-reply","generate"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"5d25c15b-a38b-49eb-8693-90fe3234ac37","name":"Generate - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": YOUR_BUSINESS_ID,\n    \"customerFirstName\": \"Adam Smith\",\n    \"review\": \"Good service! I love your tools for SEO and marketing! Currently, we have 10 locations but we want to add the next!\",\n    \"rating\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/smart-reply/generate"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"PHPSESSID=ftjcf81tlgbfkku3qlqfc55ns1; path=/; HttpOnly"},{"key":"Set-Cookie","value":"sf_redirect=%7B%22token%22%3A%22035f45%22%2C%22route%22%3A%22api_v2_proxy%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CApi%5C%5CV2%5C%5CApiProxyController%22%2C%22method%22%3A%22proxy%22%2C%22file%22%3A%22%5C%2Fgatherup%5C%2Fsrc%5C%2FApp%5C%2FController%5C%2FApi%5C%2FV2%5C%2FApiProxyController.php%22%2C%22line%22%3A385%7D%2C%22status_code%22%3A201%2C%22status_text%22%3A%22Created%22%7D; path=/; secure; httponly; samesite=lax"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 21 Aug 2023 12:26:15 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"035f45"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/035f45?businessId=109849&clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 21 Aug 2023 12:26:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"reply\": {\n        \"id\": 3,\n        \"response\": \"Thank you for your positive feedback, Adam! We're thrilled to hear that you're enjoying our SEO and marketing tools. We appreciate your support. If you're looking to expand your business to the next location, our tools can certainly assist you in optimizing your online presence and reaching a wider audience. Feel free to reach out to our team for any assistance you may need during this expansion process.\"\n    },\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"39b99286-5ee6-421a-8a75-47e8784d2232","name":"Generate - Invalid customer first name!","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": YOUR_BUSINESS_ID,\n    \"review\": \"Good service! I love your tools for SEO and marketing! Currently, we have 10 locations but we want to add the next!\",\n    \"rating\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/smart-reply/generate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 21 Aug 2023 12:30:23 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"68c69b"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/68c69b?businessId=109849&clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 21 Aug 2023 12:30:23 GMT"},{"key":"Set-Cookie","value":"sf_redirect=deleted; expires=Sun, 21-Aug-2022 12:30:22 GMT; Max-Age=0; path=/; httponly"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 110,\n    \"errorMessage\": \"Invalid customer first name!\"\n}"},{"id":"4d750c41-3766-495a-a055-73912b8703cb","name":"Generate - Invalid review content!","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": YOUR_BUSINESS_ID,\n    \"customerFirstName\": \"Adam Smith\",\n    \"rating\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/smart-reply/generate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 21 Aug 2023 12:30:52 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"e3cf65"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/e3cf65?businessId=109849&clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 21 Aug 2023 12:30:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 111,\n    \"errorMessage\": \"Invalid review content!\"\n}"},{"id":"0022086c-9e54-4499-b073-a84c6e7dd8fe","name":"Generate - Invalid rating!","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agent\": \"YOUR_AGENT\",\n    \"businessId\": YOUR_BUSINESS_ID,\n    \"customerFirstName\": \"Adam Smith\",\n    \"review\": \"Good service! I love your tools for SEO and marketing! Currently, we have 10 locations but we want to add the next!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/smart-reply/generate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 21 Aug 2023 12:31:15 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Debug-Token","value":"2cc824"},{"key":"X-Debug-Token-Link","value":"https://local.gatherup.com/_profiler/2cc824?businessId=109849&clientId=6"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 21 Aug 2023 12:31:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 112,\n    \"errorMessage\": \"Invalid rating!\"\n}"}],"_postman_id":"0854c592-7dd1-4ba2-86cc-a72fd5db7778"}],"id":"542fa52e-2763-4387-a47b-4d24621b9cd2","_postman_id":"542fa52e-2763-4387-a47b-4d24621b9cd2","description":"","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}}},{"name":"Whitelabel","item":[{"name":"Create a Whitelabel","id":"ea9275eb-e3c3-472c-935f-3cfc7e88d8d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"whitelabelType\": \"account\",\n    \"title\": \"Review Onk\",\n    \"domain\": \"reviewonk.com\",\n    \"email\": \"owner@acme.example.com\",\n    \"logoUrl\": \"https://cdn.example.com/branding/logo.png\",\n    \"loginLogoUrl\": \"https://cdn.example.com/branding/login-logo.png\",\n    \"cssUrl\": \"https://cdn.example.com/styles/whitelabel.css\",\n    \"faviconUrl\": \"https://cdn.example.com/branding/favicon.ico\",\n    \"customFieldPrefix\": \"acme_\",\n    \"customWidgetCssUrl\": \"https://cdn.example.com/widgets/widget.css\",\n    \"poweredByText\": \"Powered by Acme\",\n    \"poweredByLink\": \"https://acme.example.com\",\n    \"poweredByWidgetLink\": \"https://acme.example.com/reviews\",\n    \"colorMenu\": \"#112233\",\n    \"colorPrimary\": \"#abcdef\",\n    \"shareFeatureCustomers\": false,\n    \"reviewPolicyLink\": \"https://acme.example.com/policies/review\",\n    \"privacyPolicyLink\": \"https://acme.example.com/policies/privacy\",\n    \"termsLink\": \"https://acme.example.com/policies/terms\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/whitelabel/create","description":"<h4 id=\"whitelabeling-at-the-account-level-will-block-access-for-all-users-to-the-application-until-the-dns-is-set-and-propagated\"><strong>Whitelabeling at the account level will block access for all users to the application until the DNS is set and propagated.</strong></h4>\n<p><strong>Body Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>agencyClientId</td>\n<td>string</td>\n<td>no</td>\n<td><code>YOUR_AGENT</code></td>\n<td>Client identifier used to select a specific client within an agency account. Required for types <code>client_full</code> or <code>client_partial</code>.</td>\n</tr>\n<tr>\n<td>whitelabelType</td>\n<td>enum(<code>account</code></td>\n<td><code>client_full</code></td>\n<td><code>client_partial</code>)</td>\n<td>no</td>\n</tr>\n<tr>\n<td>title</td>\n<td>string</td>\n<td>yes</td>\n<td>Acme Whitelabel</td>\n<td>Display name for the whitelabel instance.</td>\n</tr>\n<tr>\n<td>domain</td>\n<td>string(domain)</td>\n<td>yes</td>\n<td>account.acme.example.com</td>\n<td>Custom domain or subdomain for login and hosting.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string(email)</td>\n<td>no</td>\n<td><a href=\"https://mailto:owner@acme.example.com\">owner@acme.example.com</a></td>\n<td>Contact email address for the account owner. If empty, the user’s email will be used instead.</td>\n</tr>\n<tr>\n<td>logoUrl</td>\n<td>string(url)</td>\n<td>no</td>\n<td><a href=\"https://cdn.example.com/branding/logo.png\">https://cdn.example.com/branding/logo.png</a></td>\n<td>URL of the main logo displayed in the app.</td>\n</tr>\n<tr>\n<td>loginLogoUrl</td>\n<td>string(url)</td>\n<td>no</td>\n<td><a href=\"https://cdn.example.com/branding/login-logo.png\">https://cdn.example.com/branding/login-logo.png</a></td>\n<td>URL of the logo used on the login screen.</td>\n</tr>\n<tr>\n<td>cssUrl</td>\n<td>string(url)</td>\n<td>no</td>\n<td><a href=\"https://cdn.example.com/styles/whitelabel.css\">https://cdn.example.com/styles/whitelabel.css</a></td>\n<td>Custom CSS file for the UI styling.</td>\n</tr>\n<tr>\n<td>faviconUrl</td>\n<td>string(url)</td>\n<td>no</td>\n<td><a href=\"https://cdn.example.com/branding/favicon.ico\">https://cdn.example.com/branding/favicon.ico</a></td>\n<td>URL of the favicon shown in the browser.</td>\n</tr>\n<tr>\n<td>customFieldPrefix</td>\n<td>string</td>\n<td>no</td>\n<td>acme_</td>\n<td>Prefix used for custom field identifiers.</td>\n</tr>\n<tr>\n<td>customWidgetCssUrl</td>\n<td>string(url)</td>\n<td>no</td>\n<td><a href=\"https://cdn.example.com/widgets/widget.css\">https://cdn.example.com/widgets/widget.css</a></td>\n<td>Additional CSS file for widgets.</td>\n</tr>\n<tr>\n<td>poweredByText</td>\n<td>string</td>\n<td>no</td>\n<td>Powered by Acme</td>\n<td>Text shown in the “Powered by” footer.</td>\n</tr>\n<tr>\n<td>poweredByLink</td>\n<td>string(url)</td>\n<td>no</td>\n<td><a href=\"https://acme.example.com\">https://acme.example.com</a></td>\n<td>Link for the “Powered by” footer text.</td>\n</tr>\n<tr>\n<td>poweredByWidgetLink</td>\n<td>string(url)</td>\n<td>no</td>\n<td><a href=\"https://acme.example.com/reviews\">https://acme.example.com/reviews</a></td>\n<td>Link for the “Powered by” widget.</td>\n</tr>\n<tr>\n<td>colorMenu</td>\n<td>string(hex)</td>\n<td>no</td>\n<td>#112233</td>\n<td>HEX color for the navigation menu.</td>\n</tr>\n<tr>\n<td>colorPrimary</td>\n<td>string(hex)</td>\n<td>no</td>\n<td>#abcdef</td>\n<td>HEX color for the main theme color.</td>\n</tr>\n<tr>\n<td>shareFeatureCustomers</td>\n<td>boolean</td>\n<td>no</td>\n<td>false</td>\n<td>Enables sharing selected features with client users.</td>\n</tr>\n<tr>\n<td>reviewPolicyLink</td>\n<td>string(url)</td>\n<td>no</td>\n<td><a href=\"https://acme.example.com/policies/review\">https://acme.example.com/policies/review</a></td>\n<td>Link to the review policy page.</td>\n</tr>\n<tr>\n<td>privacyPolicyLink</td>\n<td>string(url)</td>\n<td>no</td>\n<td><a href=\"https://acme.example.com/policies/privacy\">https://acme.example.com/policies/privacy</a></td>\n<td>Link to the privacy policy page.</td>\n</tr>\n<tr>\n<td>termsLink</td>\n<td>string(url)</td>\n<td>no</td>\n<td><a href=\"https://acme.example.com/policies/terms\">https://acme.example.com/policies/terms</a></td>\n<td>Link to the terms and conditions page.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","whitelabel","create"],"host":["app.gatherup.com"],"query":[],"variable":[]}},"response":[{"id":"64c5c860-84d5-4d1b-99af-7715340c2bf7","name":"Create a Whitelabel","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"YOUR_CLIENT_ID\",\n    \"agencyClientId\": \"YOUR_AGENT\",\n    \"whitelabelType\": \"account|client_full|client_partial\",\n    \"title\": \"Acme Whitelabel\",\n    \"domain\": \"account.acme.example.com\",\n    \"email\": \"owner@acme.example.com\",\n    \"logoUrl\": \"https://cdn.example.com/branding/logo.png\",\n    \"loginLogoUrl\": \"https://cdn.example.com/branding/login-logo.png\",\n    \"cssUrl\": \"https://cdn.example.com/styles/whitelabel.css\",\n    \"faviconUrl\": \"https://cdn.example.com/branding/favicon.ico\",\n    \"customFieldPrefix\": \"acme_\",\n    \"customWidgetCssUrl\": \"https://cdn.example.com/widgets/widget.css\",\n    \"poweredByText\": \"Powered by Acme\",\n    \"poweredByLink\": \"https://acme.example.com\",\n    \"poweredByWidgetLink\": \"https://acme.example.com/reviews\",\n    \"colorMenu\": \"#112233\",\n    \"colorPrimary\": \"#abcdef\",\n    \"shareFeatureCustomers\": false,\n    \"reviewPolicyLink\": \"https://acme.example.com/policies/review\",\n    \"privacyPolicyLink\": \"https://acme.example.com/policies/privacy\",\n    \"termsLink\": \"https://acme.example.com/policies/terms\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.gatherup.com/api/v2/business/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"whitelabel\": {\n        \"id\": 42,\n        \"domain\": \"account.acme.example.com\",\n        \"title\": \"Acme Whitelabel\",\n        \"email\": \"owner@acme.example.com\",\n        \"type\": \"client_full\"\n    },\n    \"dns\": {\n        \"type\": \"NS\",\n        \"values\": [\n            \"ns1.cloudflare.example\",\n            \"ns2.cloudflare.example\"\n        ]\n    },\n    \"NOTE\": \"Until the DNS provided is set and propagated, the application will be inaccessible for all users.\"\n}"}],"_postman_id":"ea9275eb-e3c3-472c-935f-3cfc7e88d8d4"}],"id":"710f8e26-b71e-4f89-9ce0-876487b0b439","_postman_id":"710f8e26-b71e-4f89-9ce0-876487b0b439","description":"","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}}},{"name":"Test your API OAuthConnection","id":"68f046a0-0aaa-4f41-9bbc-78ce58aa71e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.gatherup.com/api/v2/test?clientId=YOUR_CLIENT_ID&agent=YOUR_AGENT","auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"},"isInherited":true,"source":{"_postman_id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","id":"b544e8aa-b027-4565-b9b4-f8fa50c1230c","name":"GatherUp API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","test"],"host":["app.gatherup.com"],"query":[{"description":{"content":"<p><strong>Required</strong> Client id is a unique user identifier provided by GatherUp.</p>\n","type":"text/plain"},"key":"clientId","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Optional parameter if you want to access from owner credentials.</p>\n","type":"text/plain"},"key":"agent","value":"YOUR_AGENT"}],"variable":[]}},"response":[{"id":"6ba9620c-2c95-48ac-b16e-4847c6ca5a07","name":"Test your API OAuthConnection - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/test?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","test"],"query":[{"key":"agent","value":"YOUR_AGENT"},{"key":"clientId","value":"YOUR_CLIENT_ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:19:35 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 07:19:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 0,\n    \"errorMessage\": \"Success\"\n}"},{"id":"f0ee5ccc-2755-497f-ae78-cdf301e7ba1e","name":"Test your API OAuthConnection - Invalid clientId","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer YOUR_BEARER_TOKEN","type":"text"}],"url":{"raw":"https://app.gatherup.com/api/v2/test?agent=YOUR_AGENT&clientId=YOUR_CLIENT_ID","protocol":"https","host":["app.gatherup.com"],"path":["api","v2","test"],"query":[{"key":"agent","value":"YOUR_AGENT"},{"key":"clientId","value":"YOUR_CLIENT_ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 20 Jul 2021 07:19:57 GMT"},{"key":"Expires","value":"Tue, 20 Jul 2021 07:19:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": 2,\n    \"errorMessage\": \"Invalid clientId\"\n}"}],"_postman_id":"68f046a0-0aaa-4f41-9bbc-78ce58aa71e9"}],"auth":{"type":"bearer","bearer":{"token":"YOUR_BEARER_TOKEN"}},"event":[{"listen":"prerequest","script":{"id":"93a547cb-86a6-4de1-aa6d-0dd0863a3bc9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"927143e2-a4c8-4649-b877-ef2e2d67dc45","type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"]}}],"variable":[{"key":"host","value":"app.gatherup.com"},{"key":"clientId","value":"YOUR_CLIENT_ID"},{"key":"agent","value":"YOUR_AGENT"},{"key":"Bearer","value":"YOUR_BEARER_TOKEN"},{"key":"businessId","value":"YOUR_BUSINESS_ID"}]}