{"info":{"_postman_id":"cc09fd59-4e43-20bf-b5c6-bf9200ff361c","name":"GrowthScore-API","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>GrowthScore provides a Web API that allows customers to retrieve information about their account such as Contacts, Feedback, Testimonials, Reviews, Referrals and other operations. This API is not RESTful since for most calls both GET and POST HTTP verbs can be used interchangeably, and other verbs are not supported.</p>\n<h1 id=\"overview\">Overview</h1>\n<p><strong>GrowthScore API</strong> is accessed via the <strong><a href=\"https://api.growthscore.io/\">https://api.growthscore.io</a></strong> domain.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Every API request you make API must be authenticated by including an <em>auth-gskey</em> Header with your API Key.</p>\n<h1 id=\"requests\">Requests</h1>\n<p>All requests to the API must be made via HTTPS. It is a best practice to include the Content-Type: application/json header in all of your requests.</p>\n<p>The API is completely RESTful and accepts GET and POST requests, depending on the resource.</p>\n<ul>\n   <li>JSON is the only currently-supported content type.</li>\n   <li>All responses will have a field called \"success\" which is a Boolean to denote high-level success/failure.</li>\n   <li>All dates provided in API calls are in UTC±00 Time zone. Date format will/must be represented as dd-MMM-yyyy HH:mm:ss (for example:20-Feb-2013 20:37:07).</li>\n   <li>Fields in the API response objects may be added at any time. This means that whatever is used to unmarshal the JSON responses into native data types needs to be able to handle unknown fields without failing.</li>\n</ul>\n\n<h1 id=\"response-codes\">Response Codes</h1>\n<p>There are three HTTP status classes you are expected to encounter from time-to-time.</p>\n<p><strong>2XX Responses</strong>\n2XX responses indicate a successfully completed request.</p>\n<p><strong>4XX series - Request Error</strong>\n4XX errors are related to incorrect requests. These requests should be reviewed and corrected before retrying.</p>\n<p><strong>5XX series - System Error</strong>\n5XX errors indicate the GrowthScore system cannot fulfil the request. This might be due to temporary issues with GrowthScore's system or undetermined internet vagaries. Given the nature of HTTP-over-internet communications, 500 errors are inevitable and we strongly recommend implementing an exponential back-off retry mechanism that retries order requests when a 500 series error is received.</p>\n\n<h1 id=\"api-reference-index\">API Reference Index</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Requests","slug":"requests"},{"content":"Response Codes","slug":"response-codes"},{"content":"API Reference Index","slug":"api-reference-index"}],"owner":"39524","collectionId":"cc09fd59-4e43-20bf-b5c6-bf9200ff361c","publishedId":"71B2XHQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2017-10-12T13:32:23.000Z"},"item":[{"name":"Add/Update Contact","id":"78490533-e513-e177-9d4f-d581b2592788","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"1be707cb211741ae9342a7a20123ae7b","description":"<p>API Key from the Dashboard</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"storeid\":\"xzquu1\",\n\t\"emailid\":\"xy1@gmail.com\",\n\t\"firstname\":\"Firstclass\",\n\t\"lastname\":\"Xmen\",\n\t\"attributes\":{\"subscriptionq\":\"Gold\", \"usertypeq\":2, \"revenue\":2000.45, \"premiumq\":true}\n}"},"url":"https://api.growthscore.io/v1/createcontact","description":"<p>This API to register/update user with GrowthScore</p>\n<hr />\n<p><strong>Contact Model</strong></p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>emailid *</td><td>Email Id</td></tr>\n<tr><td>storeid</td><td>External Id</td></tr>\n<tr><td>firstname</td><td>First Name</td></tr>\n<tr><td>lastname</td><td>Last Name</td></tr>\n<tr><td>signupdate</td><td>Signup Date (Eg: 2016-10-20 23:55:45)</td></tr>\n<tr><td>source</td><td>Source of Input for Identification</td></tr>\n<tr><td>nps</td><td>Net Promoter Score</td></tr>\n<tr><td>lastnpsdate</td><td>Last NPS Date</td></tr>\n<tr><td>lastsurveydate</td><td>Last Survey Date</td></tr>\n<tr><td>csat</td><td>true - If user gives a good rating in CSAT Survey</td></tr>\n<tr><td>attributes</td><td>Other user attributes if any</td></tr>\n<tr><td>enablenps</td><td>Enable NPS (true/false)</td></tr>\n<tr><td>enablereview</td><td>Enable Reviews (true/false)</td></tr>\n<tr><td>enabletestimonial</td><td>Enable Testimonials (true/false)</td></tr>\n</table>\n\n<p>Response codes received in the response parameter <strong>statuscode</strong> are explained below.</p>\n<table>\n<tr><td>2</td><td>Contact added</td></tr>\n<tr><td>3</td><td>Contact updated</td></tr>\n<tr><td>4</td><td>Missing emailid. Email is mandatory to save contact</td></tr>\n</table>","urlObject":{"protocol":"https","path":["v1","createcontact"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[{"id":"2f2ba320-8ad2-76ae-a1fc-e2e2c0da820f","name":"Add/Update Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Auth-GSKey","value":"04706187338b483390c1a7c200993e52","description":"API Key from the Dashboard","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"storeid\":\"xzquu1\",\n  \"emailid\":\"xy1@stag.growthscore.io\",\n  \"firstname\":\"Firstclass\",\n  \"lastname\":\"Xmen\",\n  \"attributes\":{\"subscriptionq\":\"Gold\", \"usertypeq\":2, \"revenue\":2000.45, \"premiumq\":true}\n}"},"url":"https://api.growthscore.io/v1/createcontact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"31","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 28 Nov 2017 06:19:51 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"1205","body":"{\"success\":true,\"statuscode\":2}"}],"_postman_id":"78490533-e513-e177-9d4f-d581b2592788"},{"name":"List Contacts","id":"0c770f3d-2ff8-ad47-a789-22223207efcd","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"0545f848f4c944ef9fc9a78b010e0528","description":"<p>API Key from the Dashboard</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"page\":1,\n\t\"storeid\":null,\n\t\"emailid\":null,\n\t\"nps\":null\n}"},"url":"https://api.growthscore.io/v1/contacts","description":"<p>List all contacts. Filter the results using below parameters</p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>page</td><td>Page number. API limits to 50 records at once</td></tr>\n<tr><td>emailid</td><td>Email Id</td></tr>\n<tr><td>storeid</td><td>External Id</td></tr>\n<tr><td>nps</td><td>Net Promoter Score</td></tr>\n</table>\n\n<p>Response codes received in the response parameter <strong>statuscode</strong> are explained below.</p>\n<table>\n<tr><td>1</td><td>Success</td></tr>\n<tr><td>5</td><td>Search returned 0 results</td></tr>\n</table>","urlObject":{"protocol":"https","path":["v1","contacts"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[{"id":"bcbf7f69-41a4-24ab-e2ed-91d37099a0a2","name":"List Contacts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"0545f848f4c944ef9fc9a78b010e0528","description":"API Key from the Dashboard"}],"body":{"mode":"raw","raw":"{\n  \"page\":1,\n  \"storeid\":null,\n  \"emailid\":null,\n  \"nps\":null\n}"},"url":"https://api.growthscore.io/v1/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"16240","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Nov 2017 06:20:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"1314","body":"{\n    \"total\": 7,\n    \"page\": 1,\n    \"contacts\": [\n        {\n            \"referralcode\": \"frank1\",\n            \"referrallink\": \"http://cx.growthscore.io/rref/40frank1\",\n            \"peopleid\": 17,\n            \"storeid\": \"\",\n            \"emailid\": \"xy1@stag.growthscore.io\",\n            \"firstname\": \"Frank1\",\n            \"lastname\": \"\",\n            \"signupdate\": \"2017-08-04\",\n            \"nps\": 10,\n            \"lastnpsdate\": \"2017-08-04\",\n            \"lastsurveydate\": \"2017-08-04\",\n            \"enablenps\": false,\n            \"enablereview\": true,\n            \"enabletestimonial\": true,\n            \"source\": \"CSV\",\n            \"peoplestatus\": \"Active\",\n            \"attributes\": {\n                \"firstname\": \"frank1\"\n            }\n        },\n        {\n            \"referralcode\": \"frank2\",\n            \"referrallink\": \"http://cx.growthscore.io/rref/40frank2\",\n            \"peopleid\": 18,\n            \"storeid\": \"\",\n            \"emailid\": \"xy2@stag.growthscore.io\",\n            \"firstname\": \"Frank2\",\n            \"lastname\": \"\",\n            \"signupdate\": \"2017-08-04\",\n            \"nps\": 9,\n            \"lastnpsdate\": \"2017-08-04\",\n            \"lastsurveydate\": \"2017-08-04\",\n            \"enablenps\": false,\n            \"enablereview\": true,\n            \"enabletestimonial\": true,\n            \"source\": \"CSV\",\n            \"peoplestatus\": \"Active\",\n            \"attributes\": {\n                \"firstname\": \"frank2\"\n            }\n        },\n        {\n            \"referralcode\": \"frank3\",\n            \"referrallink\": \"http://cx.growthscore.io/rref/40frank3\",\n            \"peopleid\": 19,\n            \"storeid\": \"\",\n            \"emailid\": \"xy3@stag.growthscore.io\",\n            \"firstname\": \"Frank3\",\n            \"lastname\": \"\",\n            \"signupdate\": \"2017-08-04\",\n            \"nps\": 1,\n            \"lastnpsdate\": \"2017-08-04\",\n            \"lastsurveydate\": \"2017-08-04\",\n            \"enablenps\": false,\n            \"enablereview\": true,\n            \"enabletestimonial\": true,\n            \"source\": \"CSV\",\n            \"peoplestatus\": \"Active\",\n            \"attributes\": {\n                \"firstname\": \"frank3\"\n            }\n        },\n        {\n            \"referralcode\": \"frank4\",\n            \"referrallink\": \"http://cx.growthscore.io/rref/40frank4\",\n            \"peopleid\": 20,\n            \"storeid\": \"\",\n            \"emailid\": \"xy5@stag.growthscore.io\",\n            \"firstname\": \"Frank4\",\n            \"lastname\": \"\",\n            \"signupdate\": \"2017-08-04\",\n            \"nps\": 6,\n            \"lastnpsdate\": \"2017-08-04\",\n            \"lastsurveydate\": \"2017-08-04\",\n            \"enablenps\": false,\n            \"enablereview\": true,\n            \"enabletestimonial\": true,\n            \"source\": \"CSV\",\n            \"peoplestatus\": \"Active\",\n            \"attributes\": {\n                \"firstname\": \"frank4\"\n            }\n        },\n        {\n            \"referralcode\": \"frank5\",\n            \"referrallink\": \"http://cx.growthscore.io/rref/40frank5\",\n            \"peopleid\": 21,\n            \"storeid\": \"\",\n            \"emailid\": \"xyz5@stag.growthscore.io\",\n            \"firstname\": \"Frank5\",\n            \"lastname\": \"\",\n            \"signupdate\": \"2017-08-04\",\n            \"lastsurveydate\": \"2017-08-04\",\n            \"enablenps\": false,\n            \"enablereview\": true,\n            \"enabletestimonial\": true,\n            \"source\": \"CSV\",\n            \"peoplestatus\": \"Active\",\n            \"attributes\": {\n                \"firstname\": \"frank5\"\n            }\n        },\n        {\n            \"referralcode\": \"frank6\",\n            \"referrallink\": \"http://cx.growthscore.io/rref/40frank6\",\n            \"peopleid\": 22,\n            \"storeid\": \"\",\n            \"emailid\": \"xy6@stag.growthscore.io\",\n            \"firstname\": \"Frank6\",\n            \"lastname\": \"\",\n            \"signupdate\": \"2017-08-04\",\n            \"lastsurveydate\": \"2017-08-04\",\n            \"enablenps\": false,\n            \"enablereview\": true,\n            \"enabletestimonial\": true,\n            \"source\": \"CSV\",\n            \"peoplestatus\": \"Active\",\n            \"attributes\": {\n                \"firstname\": \"frank6\"\n            }\n        },\n        {\n            \"referralcode\": \"frank7\",\n            \"referrallink\": \"http://cx.growthscore.io/rref/40frank7\",\n            \"peopleid\": 23,\n            \"storeid\": \"\",\n            \"emailid\": \"xy7@stag.growthscore.io\",\n            \"firstname\": \"Frank7\",\n            \"lastname\": \"\",\n            \"signupdate\": \"2017-08-04\",\n            \"nps\": 0,\n            \"lastnpsdate\": \"2017-08-08\",\n            \"lastsurveydate\": \"2017-08-08\",\n            \"enablenps\": false,\n            \"enablereview\": true,\n            \"enabletestimonial\": true,\n            \"source\": \"CSV\",\n            \"peoplestatus\": \"Active\",\n            \"attributes\": {\n                \"firstname\": \"frank7\"\n            }\n        }\n    ],\n    \"success\": true,\n    \"statuscode\": 1\n}"}],"_postman_id":"0c770f3d-2ff8-ad47-a789-22223207efcd"},{"name":"List NPS Feedback","id":"8cf06bba-5538-51c6-992a-a6c5b12821b0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"0545f848f4c944ef9fc9a78b010e0528","description":"<p>API Key from the Dashboard</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"fromdate\":null,\n\t\"todate\":null,\n\t\"page\":3,\n\t\"storeid\":null,\n\t\"emailid\":null,\n\t\"nps\":null\n}"},"url":"https://api.growthscore.io/v1/feedback","description":"<p>List feedback received from NPS Survey. Filter the results using below parameters</p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>page</td><td>Page number. API limits to 50 records at once</td></tr>\n<tr><td>emailid</td><td>Email Id</td></tr>\n<tr><td>storeid</td><td>External Id</td></tr>\n<tr><td>nps</td><td>Net Promoter Score</td></tr>\n<tr><td>fromdate</td><td>Refers to Contact Created Date (Eg: 2016-10-20 23:55:45)</td></tr>\n<tr><td>todate</td><td>Refers to Contact Created Date (Eg: 2016-10-30 23:55:45)</td></tr>\n</table>\n\n<p>Response codes received in the response parameter <strong>statuscode</strong> are explained below.</p>\n<table>\n<tr><td>1</td><td>Success</td></tr>\n<tr><td>5</td><td>Search returned 0 results</td></tr>\n</table>","urlObject":{"protocol":"https","path":["v1","feedback"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[{"id":"703fb613-100c-86cf-c102-b1ccb49da54d","name":"List NPS Feedback","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"04706187338b483390c1a7c200993e52","description":"API Key from the Dashboard"}],"body":{"mode":"raw","raw":"{\n  \"fromdate\":null,\n  \"todate\":null,\n  \"page\":3,\n  \"storeid\":null,\n  \"emailid\":null,\n  \"nps\":null\n}"},"url":"https://api.growthscore.io/v1/feedback"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"10542","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 28 Nov 2017 06:21:09 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"731","body":"{\n    \"total\": 2,\n    \"page\": 1,\n    \"feedback\": [\n        {\n            \"npsactivityid\": 3094,\n            \"npscampaignid\": 3,\n            \"people\": {\n                \"peopleid\": 48,\n                \"storeid\": \"1\",\n                \"emailid\": \"xy1@stag.growthscore.io\",\n                \"firstname\": \"Frank1\",\n                \"lastname\": \"\",\n                \"signupdate\": \"2017-08-08\",\n                \"source\": \"Web\",\n                \"peoplestatus\": \"Active\",\n                \"attributes\": {\n                    \"custom_1\": \"CUSTOM_1_VALUE\",\n                    \"custom_2\": \"CUSTOM_2_VALUE\"\n                }\n            },\n            \"channeltype\": \"Web\",\n            \"channeltypeid\": 2,\n            \"surveydatetime\": \"2017-09-15\",\n            \"webviewuniqueid\": \"092bdd795fe1c15c\",\n            \"webviewpageurl\": \"Unknown\",\n            \"nps\": 9,\n            \"responsedate\": \"2017-09-15\",\n            \"comments\": \"Good\",\n            \"feedbackstatus\": \"NotCompleted\",\n            \"tags\": [],\n            \"notes\": []\n        },\n        {\n            \"npsactivityid\": 3095,\n            \"npscampaignid\": 3,\n            \"people\": {\n                \"peopleid\": 48,\n                \"storeid\": \"1\",\n                \"emailid\": \"xy2@stag.growthscore.io\",\n                \"firstname\": \"Frank2\",\n                \"lastname\": \"\",\n                \"signupdate\": \"2017-08-08\",\n                \"source\": \"Web\",\n                \"peoplestatus\": \"Active\",\n                \"attributes\": {\n                    \"custom_2\": \"CUSTOM_2_VALUE\",\n                    \"custom_1\": \"CUSTOM_1_VALUE\"\n                }\n            },\n            \"channeltype\": \"Web\",\n            \"channeltypeid\": 2,\n            \"surveydatetime\": \"2017-09-15\",\n            \"webviewuniqueid\": \"8843e375b8e55d04\",\n            \"webviewpageurl\": \"Unknown\",\n            \"nps\": 9,\n            \"responsedate\": \"2017-09-15\",\n            \"comments\": \"good\",\n            \"feedbackstatus\": \"NotCompleted\",\n            \"tags\": [],\n            \"notes\": []\n        }\n    ],\n    \"success\": true,\n    \"statuscode\": 1\n}"}],"_postman_id":"8cf06bba-5538-51c6-992a-a6c5b12821b0"},{"name":"Send NPS Survey","id":"a83cf3ca-9799-c2d7-ae96-aaf71e42d7bf","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"0545f848f4c944ef9fc9a78b010e0528","description":"<p>API Key from the Dashboard</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"storeid\":\"xzquu1\",\n\t\"emailid\":\"xy1@gmail.com\",\n\t\"firstname\":\"Firstclass\",\n\t\"lastname\":\"Xmen\",\n\t\"attributes\":{\"subscriptionq\":\"Gold\", \"usertypeq\":2, \"revenue\":2000.45, \"premiumq\":true}\n}"},"url":"https://api.growthscore.io/v1/sendnpssurvey","description":"<p>This endpoint allows you to send survey immediately to the contact specified after checking the eligibility conditions.</p>\n<p>API accepts Contact Model as input.</p>\n<p>Response codes received in the response parameter <strong>statuscode</strong> are explained below.</p>\n<table>\n<tr><td>1</td><td>Survey mail scheduled</td></tr>\n<tr><td>4</td><td>Missing emailid. Email is mandatory</td></tr>\n<tr><td>6</td><td>NPS isn't enabled</td></tr>\n<tr><td>7</td><td>Recurring email survey isn't configured</td></tr>\n<tr><td>8</td><td>Didn't meet eligibility criteria (How often should we send the survey)</td></tr>\n<tr><td>9</td><td>Didn't meet eligibility criteria (Survey Throttle)</td></tr>\n<tr><td>10</td><td>Didn't meet eligibility criteria (When to survey newly added contacts)</td></tr>\n<tr><td>11</td><td>Failed to send survey mail</td></tr>\n<tr><td>21</td><td>A survey mail is already scheduled for the user</td></tr>\n<tr><td>22</td><td>Exceeded monthly limit or Not a valid Susbcription</td></tr>\n</table>","urlObject":{"protocol":"https","path":["v1","sendnpssurvey"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[{"id":"8f5ddb5a-3d44-7b3f-a799-e82fda060a1c","name":"Send NPS Survey","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Auth-GSKey","value":"04706187338b483390c1a7c200993e52","description":"API Key from the Dashboard","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"storeid\":\"xzquu1\",\n  \"emailid\":\"xy3@stag.growthscore.io\",\n  \"firstname\":\"Firstclass\",\n  \"lastname\":\"Xmen\",\n  \"signupdate\":\"2017-10-10\",\n  \"attributes\":{\"subscriptionq\":\"Gold\", \"usertypeq\":2, \"revenue\":2000.45, \"premiumq\":true}\n}"},"url":"https://api.growthscore.io/v1/sendnpssurvey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"31","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 28 Nov 2017 06:24:03 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"501","body":"{\"success\":true,\"statuscode\":1}"}],"_postman_id":"a83cf3ca-9799-c2d7-ae96-aaf71e42d7bf"},{"name":"Ask Review","id":"35c698cc-effa-89bb-503f-314c6fdf7c1e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"0545f848f4c944ef9fc9a78b010e0528","description":"<p>API Key from the Dashboard</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"storeid\":\"xzquu1\",\n\t\"emailid\":\"xy1@gmail.com\",\n\t\"firstname\":\"Firstclass\",\n\t\"lastname\":\"Xmen\",\n\t\"attributes\":{\"subscriptionq\":\"Gold\", \"usertypeq\":2, \"revenue\":2000.45, \"premiumq\":true},\n\t\"reviewplatform\": \"G2Crowd\"\n}"},"url":"https://api.growthscore.io/v1/askreview","description":"<p>This endpoint allows you to ask the contact for a review immediately after checking the eligibility conditions.</p>\n<p>API accepts parmeters from the Contact Model as input. Along with you can specify the review platform you would like to request the user.</p>\n<h1 id=\"values\">Values</h1>\n<p>reviewplatform -  G2Crowd, Capterra, GetApp, TrustRadius, Trustpilot, Quickbooks, Siftery, SalesforceAppExchange, Mailchimp, Shopify, Zendesk, Wordpress.</p>\n<p>Response codes received in the response parameter <strong>statuscode</strong> are explained below.</p>\n<table>\n<tr><td>1</td><td>Triggered outreach for review</td></tr>\n<tr><td>4</td><td>Missing emailid. Email is mandatory</td></tr>\n<tr><td>12</td><td>Reviews isn't enabled</td></tr>\n<tr><td>13</td><td>Review Platform isn't configured</td></tr>\n<tr><td>14</td><td>Contact completed all configured Reviews</td></tr>\n<tr><td>15</td><td>Contact didn't meet the Mail Throttle</td></tr>\n<tr><td>16</td><td>Failed to trigger outreach for review</td></tr>\n<tr><td>21</td><td>An outreach is already scheduled for the user</td></tr>\n<tr><td>22</td><td>Not a valid Susbcription</td></tr>\n</table>","urlObject":{"protocol":"https","path":["v1","askreview"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"35c698cc-effa-89bb-503f-314c6fdf7c1e"},{"name":"Ask Testimonial","id":"7687a144-fc79-aa9d-a814-b8c409272666","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"0545f848f4c944ef9fc9a78b010e0528","description":"<p>API Key from the Dashboard</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"storeid\":\"xzquu1\",\n\t\"emailid\":\"xy1@gmail.com\",\n\t\"firstname\":\"Firstclass\",\n\t\"lastname\":\"Xmen\",\n\t\"attributes\":{\"subscriptionq\":\"Gold\", \"usertypeq\":2, \"revenue\":2000.45, \"premiumq\":true}\n}"},"url":"https://api.growthscore.io/v1/asktestimonial","description":"<p>This endpoint allows you to ask the contact for a testimonial immediately after checking the eligibility conditions.</p>\n<p>API accepts parmeters from the Contact Model as input.</p>\n<p>Response codes received in the response parameter <strong>statuscode</strong> are explained below.</p>\n<table>\n<tr><td>1</td><td>Triggered outreach for testimonial</td></tr>\n<tr><td>4</td><td>Missing emailid. Email is mandatory</td></tr>\n<tr><td>17</td><td>Testimonials isn't enabled</td></tr>\n<tr><td>18</td><td>Contact completed Testimonial</td></tr>\n<tr><td>19</td><td>Contact didn't meet the Mail Throttle</td></tr>\n<tr><td>20</td><td>Failed to trigger outreach for testimonial</td></tr>\n<tr><td>21</td><td>An outreach is already scheduled for the user</td></tr>\n<tr><td>22</td><td>Not a valid Susbcription</td></tr>\n</table>","urlObject":{"protocol":"https","path":["v1","asktestimonial"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[{"id":"4fc03a18-3378-64d0-f94a-924358d5feb0","name":"Ask Testimonial","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Auth-GSKey","value":"04706187338b483390c1a7c200993e52","description":"API Key from the Dashboard","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"storeid\":\"xzquu4\",\n  \"emailid\":\"xy4@stag.growthscore.io\",\n  \"firstname\":\"Firstclass\",\n  \"lastname\":\"Xmen\",\n  \"attributes\":{\"subscriptionq\":\"Gold\", \"usertypeq\":2, \"revenue\":2000.45, \"premiumq\":true}\n}"},"url":"https://api.growthscore.io/v1/asktestimonial"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"31","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 28 Nov 2017 06:32:49 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"1168","body":"{\"success\":true,\"statuscode\":1}"}],"_postman_id":"7687a144-fc79-aa9d-a814-b8c409272666"},{"name":"List Reviews","id":"d746d3f2-56ee-7460-ec6e-d14d145c2627","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"0545f848f4c944ef9fc9a78b010e0528","description":"<p>API Key from the Dashboard</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"page\": 1,\n\t\"fromdate\":null,\n\t\"todate\":null,\n\t\"reviewplatform\":\"G2Crowd\"\n}"},"url":"https://api.growthscore.io/v1/reviews","description":"<p>List reviews received from happy users. Filter the results using below parameters</p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>page</td><td>Page number. API limits to 50 records at once</td></tr>\n<tr><td>reviewplatform</td><td>Review Platform</td></tr>\n<tr><td>fromdate</td><td>Refers to Reviewed Date (Eg: 2016-10-20 23:55:45)</td></tr>\n<tr><td>todate</td><td>Refers to Reviewed Date (Eg: 2016-10-30 23:55:45)</td></tr>\n</table>\n\n<p>Response codes received in the response parameter <strong>statuscode</strong> are explained below.</p>\n<table>\n<tr><td>1</td><td>Success</td></tr>\n<tr><td>5</td><td>Search returned 0 results</td></tr>\n</table>","urlObject":{"protocol":"https","path":["v1","reviews"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[{"id":"bf52c0b3-1c1c-292a-ee4b-c8740c3b3ae8","name":"List Reviews","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"04706187338b483390c1a7c200993e52","description":"API Key from the Dashboard"}],"body":{"mode":"raw","raw":"{\n  \"page\": 1,\n  \"fromdate\":null,\n  \"todate\":null,\n  \"reviewplatform\":\"G2Crowd\"\n}"},"url":"https://api.growthscore.io/v1/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"2488","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 28 Nov 2017 06:33:22 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"521","body":"{\n    \"total\": 5,\n    \"page\": 1,\n    \"reviews\": [\n        {\n            \"reviewactivityid\": 783,\n            \"reviewplatform\": \"G2Crowd\",\n            \"reviewplatformid\": 6,\n            \"people\": {\n                \"peopleid\": 6813,\n                \"emailid\": \"xy1@stag.growthscore.io\",\n                \"firstname\": \"Frank1\",\n                \"lastname\": \"ana\",\n                \"signupdate\": \"2017-10-31\",\n                \"source\": \"API\",\n                \"peoplestatus\": \"Active\",\n                \"attributes\": {}\n            },\n            \"requesteddatetime\": \"2017-10-31\",\n            \"rating\": 3,\n            \"reviewdatetime\": \"2017-10-31\",\n            \"reviewurl\": \"\",\n            \"reviewstatus\": \"Completed\"\n        },\n        {\n            \"reviewactivityid\": 784,\n            \"reviewplatform\": \"G2Crowd\",\n            \"reviewplatformid\": 6,\n            \"people\": {\n                \"peopleid\": 6814,\n                \"emailid\": \"xy2@stag.growthscore.io\",\n                \"firstname\": \"Frank2\",\n                \"lastname\": \"ana\",\n                \"signupdate\": \"2017-10-31\",\n                \"source\": \"API\",\n                \"peoplestatus\": \"Active\",\n                \"attributes\": {}\n            },\n            \"requesteddatetime\": \"2017-10-31\",\n            \"rating\": 4,\n            \"reviewdatetime\": \"2017-10-31\",\n            \"reviewurl\": \"\",\n            \"reviewstatus\": \"Completed\"\n        },\n        {\n            \"reviewactivityid\": 1093,\n            \"reviewplatform\": \"G2Crowd\",\n            \"reviewplatformid\": 6,\n            \"people\": {\n                \"peopleid\": 21321,\n                \"storeid\": \"5a0c3396852838cf8923e614\",\n                \"emailid\": \"xy3@stag.growthscore.io\",\n                \"firstname\": \"Hersheys\",\n                \"lastname\": \"\",\n                \"signupdate\": \"2017-04-19\",\n                \"source\": \"CSV\",\n                \"peoplestatus\": \"Active\",\n                \"attributes\": {\n                    \"talk\": \"latest\",\n                    \"fullname\": \"rambo\",\n                    \"location\": \"hyderabad\",\n                    \"task\": \"cricket\",\n                    \"test\": \"done\"\n                }\n            },\n            \"requesteddatetime\": \"2017-11-15\",\n            \"clickdate\": \"2017-11-15\",\n            \"rating\": 4,\n            \"reviewdatetime\": \"2017-11-15\",\n            \"reviewurl\": \"https://www.g2crowd.com/products/freshservice/reviews/freshservice-review-441431/\",\n            \"reviewstatus\": \"Completed\"\n        },\n        {\n            \"reviewactivityid\": 1202,\n            \"reviewplatform\": \"G2Crowd\",\n            \"reviewplatformid\": 6,\n            \"people\": {\n                \"peopleid\": 28158,\n                \"storeid\": \"\",\n                \"emailid\": \"xy4@stag.growthscore.io\",\n                \"firstname\": \"Frank4\",\n                \"lastname\": \"ana\",\n                \"signupdate\": \"2017-04-19\",\n                \"source\": \"CSV\",\n                \"peoplestatus\": \"Active\",\n                \"attributes\": {\n                    \"talk\": \"new\",\n                    \"fullname\": \"last\",\n                    \"location\": \"hyderabad\",\n                    \"task\": \"cricket\",\n                    \"test\": \"done\"\n                }\n            },\n            \"requesteddatetime\": \"2017-11-22\",\n            \"rating\": 4,\n            \"reviewdatetime\": \"2017-11-22\",\n            \"reviewurl\": \"https://www.g2crowd.com/products/freshservice/reviews/freshservice-review-441432\",\n            \"reviewstatus\": \"Completed\"\n        },\n        {\n            \"reviewactivityid\": 1204,\n            \"reviewplatform\": \"G2Crowd\",\n            \"reviewplatformid\": 6,\n            \"people\": {\n                \"peopleid\": 28159,\n                \"storeid\": \"\",\n                \"emailid\": \"xy5@stag.growthscore.io\",\n                \"firstname\": \"Frank5\",\n                \"lastname\": \"resh\",\n                \"signupdate\": \"2017-04-19\",\n                \"source\": \"CSV\",\n                \"peoplestatus\": \"Active\",\n                \"attributes\": {\n                    \"talk\": \"rest\",\n                    \"fullname\": \"new\",\n                    \"location\": \"bangalore\",\n                    \"task\": \"cricket\",\n                    \"test\": \"done\"\n                }\n            },\n            \"requesteddatetime\": \"2017-11-22\",\n            \"rating\": 5,\n            \"reviewdatetime\": \"2017-11-22\",\n            \"reviewurl\": \"\",\n            \"reviewstatus\": \"Completed\"\n        }\n    ],\n    \"success\": true,\n    \"statuscode\": 1\n}"}],"_postman_id":"d746d3f2-56ee-7460-ec6e-d14d145c2627"},{"name":"List Testimonials","id":"142e9927-bd72-5612-75e4-d81a537ae444","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"0545f848f4c944ef9fc9a78b010e0528","description":"<p>API Key from the Dashboard</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"fromdate\":null,\n\t\"todate\":null,\n\t\"page\":3\n}"},"url":"https://api.growthscore.io/v1/testimonials","description":"<p>List testimonials received from happy users. Filter the results using below parameters</p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>page</td><td>Page number. API limits to 50 records at once</td></tr>\n<tr><td>fromdate</td><td>Refers to Testimonial Date (Eg: 2016-10-20 23:55:45)</td></tr>\n<tr><td>todate</td><td>Refers to Testimonial Date (Eg: 2016-10-30 23:55:45)</td></tr>\n</table>\n\n<p>Response codes received in the response parameter <strong>statuscode</strong> are explained below.</p>\n<table>\n<tr><td>1</td><td>Success</td></tr>\n<tr><td>5</td><td>Search returned 0 results</td></tr>\n</table>","urlObject":{"protocol":"https","path":["v1","testimonials"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[{"id":"9be4e93f-66d3-e366-b953-30ecf54f60c4","name":"List Testimonials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"04706187338b483390c1a7c200993e52","description":"API Key from the Dashboard"}],"body":{"mode":"raw","raw":"{\n  \"fromdate\":null,\n  \"todate\":null,\n  \"page\":1\n}"},"url":"https://api.growthscore.io/v1/testimonials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"5967","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 28 Nov 2017 06:34:13 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"376","body":"{\n    \"total\": 3,\n    \"page\": 1,\n    \"testimonials\": [\n        {\n            \"testimonialactivityid\": 9,\n            \"people\": {\n                \"peopleid\": 17,\n                \"storeid\": \"\",\n                \"emailid\": \"xy1@stag.growthscore.io\",\n                \"firstname\": \"Frank1\",\n                \"lastname\": \"\",\n                \"signupdate\": \"2017-08-04\",\n                \"source\": \"CSV\",\n                \"peoplestatus\": \"Active\",\n                \"attributes\": {\n                    \"firstname\": \"frank1\"\n                }\n            },\n            \"requesteddatetime\": \"2017-08-08\",\n            \"emailviewdate\": \"\",\n            \"clickdate\": \"2017-08-08\",\n            \"testimonial\": \"I came to realize that I have more to offer this world than just making things that blow up. And that is why, effective immediately, I am shutting down the weapons manufacturing division of Stark Industries until such a time as I can decide what the future of the company will be.\",\n            \"previoustool\": \"Justin Hammer\",\n            \"userphoto\": \"http://cx.growthscore.io/TestimonialUserPhoto/9_Frank.jpg\",\n            \"usercompany\": \"Transporter Inc\",\n            \"userdesignation\": \"CEO\",\n            \"testimonialdatetime\": \"2017-08-08\",\n            \"testimonialstatus\": \"Completed\",\n            \"mailsequence\": 0\n        },\n        {\n            \"testimonialactivityid\": 10,\n            \"people\": {\n                \"peopleid\": 18,\n                \"storeid\": \"\",\n                \"emailid\": \"xy2@stag.growthscore.io\",\n                \"firstname\": \"Frank2\",\n                \"lastname\": \"\",\n                \"signupdate\": \"2017-08-04\",\n                \"source\": \"CSV\",\n                \"peoplestatus\": \"Active\",\n                \"attributes\": {\n                    \"firstname\": \"frank2\"\n                }\n            },\n            \"requesteddatetime\": \"2017-08-08\",\n            \"emailviewdate\": \"\",\n            \"clickdate\": \"2017-08-08\",\n            \"testimonial\": \"You're too young to understand this right now, so I thought I would put it on film for you. I built this for you, and some day you'll realize that it represents a whole lot more than just people's inventions. It represents my life's work. This is the key to the future. I'm limited by the technology of my time, but one day you'll figure this out. And when you do, you will change the world. What is, and always will be my greatest creation... is you.\",\n            \"previoustool\": \"Wayne Industries\",\n            \"userphoto\": \"http://cx.growthscore.io/TestimonialUserPhoto/10_Howard_Stark.png\",\n            \"usercompany\": \"Oscorp Industries\",\n            \"userdesignation\": \"Head of Security\",\n            \"testimonialdatetime\": \"2017-08-08\",\n            \"testimonialstatus\": \"Completed\",\n            \"mailsequence\": 0\n        },\n        {\n            \"testimonialactivityid\": 12,\n            \"people\": {\n                \"peopleid\": 49,\n                \"emailid\": \"xy3@stag.growthscore.io\",\n                \"firstname\": \"Frank3\",\n                \"lastname\": \"\",\n                \"signupdate\": \"2017-08-09\",\n                \"source\": \"API\",\n                \"peoplestatus\": \"Active\",\n                \"attributes\": {}\n            },\n            \"requesteddatetime\": \"2017-08-09\",\n            \"emailviewdate\": \"\",\n            \"clickdate\": \"2017-08-09\",\n            \"testimonial\": \"Sales Cloud allows us, in a digital age, to maintain focus on our customers in a faster, simpler way.\",\n            \"previoustool\": \"Salesforce\",\n            \"userphoto\": \"http://cx.growthscore.io/TestimonialUserPhoto/12_Pepper_Christine.jpg\",\n            \"usercompany\": \"American Express\",\n            \"userdesignation\": \"EVP, Global Corporate Payments\",\n            \"testimonialdatetime\": \"2017-08-09\",\n            \"testimonialstatus\": \"Completed\",\n            \"mailsequence\": 0\n        }\n    ],\n    \"success\": true,\n    \"statuscode\": 1\n}"}],"_postman_id":"142e9927-bd72-5612-75e4-d81a537ae444"},{"name":"Register Conversion Event","id":"5fa6c239-3969-18d1-9366-dc8fb8712c00","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"cada81d7f4ca4122af49a7d200a9202d","description":"<p>API Key from the Dashboard</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"emailid\":\"xy4@gmail.com\",\n\t\"transactionvalue\":300,\n\t\"customid\":\"7647362876\",\n\t\"extrainfo\":\"subscriptionq:Gold,usertypeq:2,revenue:2000.45,premiumq:true\"\n}"},"url":"https://api.growthscore.io/v1/registerconversionevent","description":"<p>This API to notify GrowthScore about the user conversion. In general, the API is invoked once the Friend has made his first payment.</p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>emailid *</td><td>Email Id</td></tr>\n<tr><td>storeid</td><td>External Id</td></tr>\n<tr><td>transactionvalue</td><td>Transaction amount (number)</td></tr>\n<tr><td>customid</td><td>Unique ID for an Event to avoid duplicate rewards upon retry </td></tr>\n<tr><td>extrainfo</td><td>Custom Info which is stored across the event and will be provided back in web hook. \nIt is generally used to save transaction information which can be used to cross check later while rewarding. If the content has any special characters use Encoded URI format</td></tr>\n</table>\n\n<p>Response codes received in the response parameter <strong>statuscode</strong> are explained below.</p>\n<table>\n<tr><td>1</td><td>Event registered sucessfully</td></tr>\n<tr><td>2</td><td>Referrals isn't enabled</td></tr>\n<tr><td>3</td><td>Not a valid user</td></tr>\n<tr><td>4</td><td>User is not a friend</td></tr>\n<tr><td>5</td><td>Event is registered earlier</td></tr>\n</table>","urlObject":{"protocol":"https","path":["v1","registerconversionevent"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[{"id":"bb475fcd-89b4-3a36-213d-08fa2cc1f528","name":"Register Conversion Event","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Auth-GSKey","value":"04706187338b483390c1a7c200993e52","description":"API Key from the Dashboard","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"emailid\":\"sure.sh.ana.706@gmail.com\",\n  \"transactionvalue\":300,\n  \"customid\":\"7647362878\",\n  \"extrainfo\":\"subscriptionq:Gold,usertypeq:2,revenue:2000.45,premiumq:true\"\n}"},"url":"https://api.growthscore.io/v1/registerconversionevent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"31","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 28 Nov 2017 06:40:19 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"872","body":"{\"success\":true,\"statuscode\":1}"}],"_postman_id":"5fa6c239-3969-18d1-9366-dc8fb8712c00"},{"name":"Change Reward Status","id":"1af02585-0d5f-9b9c-fa2d-ff17c5e90da4","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"cada81d7f4ca4122af49a7d200a9202d","description":"<p>API Key from the Dashboard</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"rewards\":[{\n\t\t\"rewardid\":2343,\n\t\t\"rewardstatus\": \"Approved\"\n\t},\n\t{\n\t\t\"rewardid\":2344,\n\t\t\"rewardstatus\": \"Rewarded\",\n\t\t\"reward\":100\n\t},\n\t{\n\t\t\"rewardid\":2345,\n\t\t\"rewardstatus\": \"Rejected\",\n\t\t\"comment\":\"User cancelled Susbscription\"\n\t}]\n}"},"url":"https://api.growthscore.io/v1/changerewardstatus","description":"<p>This API is to update GrowthScore about status change of the user reward. Using this API reward status can be changed to <strong>Approved, Rejected, Suspicious, Rewarded</strong>. Once the reward is changed to Rewarded it can't be reverted back.</p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>rewardid</td><td><i>rewardid</i> received in Webhook</td></tr>\n<tr><td>rewardstatus</td><td>Reward Status</td></tr>\n<tr><td>reward</td><td>rewarded amount (optional)</td></tr>\n<tr><td>comment</td><td>Custom info which is stored across the reward</td></tr>\n</table>\n\n<p>Response codes received in the response parameter <strong>statuscode</strong> are explained below.</p>\n<table>\n<tr><td>1</td><td>Success</td></tr>\n<tr><td>2</td><td>Account is de-activated</td></tr>\n<tr><td>3</td><td>Few rewards status is not updated</td></tr>\n</table>","urlObject":{"protocol":"https","path":["v1","changerewardstatus"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[{"id":"210fe35b-36e6-dcf0-48b2-d8e96541e7bc","name":"Change Reward Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"04706187338b483390c1a7c200993e52","description":"API Key from the Dashboard"}],"body":{"mode":"raw","raw":"{\n  \"rewards\":[{\n    \"rewardid\":2343,\n    \"rewardstatus\": \"Approved\"\n  },\n  {\n    \"rewardid\":2344,\n    \"rewardstatus\": \"Rewarded\",\n    \"reward\":100\n  },\n  {\n    \"rewardid\":2345,\n    \"rewardstatus\": \"Rejected\",\n    \"comment\":\"User cancelled Susbscription\"\n  }]\n}"},"url":"https://api.growthscore.io/v1/changerewardstatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"31","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 28 Nov 2017 07:09:38 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"880","body":"{\"success\":true,\"statuscode\":3}"}],"_postman_id":"1af02585-0d5f-9b9c-fa2d-ff17c5e90da4"},{"name":"Check Reward Status","id":"118b808c-45fa-9499-7e54-c265d7ca8841","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"cada81d7f4ca4122af49a7d200a9202d","description":"<p>API Key from the Dashboard</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"rewardid\":2343\n}"},"url":"https://api.growthscore.io/v1/checkrewardstatus","description":"<p>This API call allows you to check upon the status of any reward at any time. This could be useful when you would like to check upon the reward status, before you go ahead and credit it to the user.</p>\n<p>It is recommended that you filter out all rewards marked as Suspicious or Rejected, before proceeding to credit the user</p>\n","urlObject":{"protocol":"https","path":["v1","checkrewardstatus"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[{"id":"07081c80-6e61-750c-1a2e-b94ab5498e10","name":"Check Reward Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"04706187338b483390c1a7c200993e52","description":"API Key from the Dashboard"}],"body":{"mode":"raw","raw":"{\n  \"rewardid\":184\n}"},"url":"https://api.growthscore.io/v1/checkrewardstatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"96","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 28 Nov 2017 07:10:59 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"292","body":"{\"reward\":{\"rewardid\":184,\"rewardstatus\":\"Pending\",\"reward\":20.0},\"success\":true,\"statuscode\":1}"}],"_postman_id":"118b808c-45fa-9499-7e54-c265d7ca8841"},{"name":"Change Email Subscription","id":"bead30d5-7f0b-423a-9531-4d79dfc57203","request":{"method":"POST","header":[{"key":"Auth-GSKey","value":"cada81d7f4ca4122af49a7d200a9202d"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"emailid\" : \"test1@stag.growthscore.io\",\n\t\"action\":\"Unsubscribe\"\n}"},"url":"https://api.growthscore.io/v1/emailsubscription","description":"<p>Allows you to subscribe or unsubscribe users for sending automated mails.</p>\n<p>If you unsubscribe a user using this api then user will not be receiving any mails related NPS, Reviews, Testimonials and Referrals.</p>\n<hr />\n<p><strong>Request Model</strong></p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>emailid</td><td>Email of the User.</td></tr>\n<tr><td>action</td><td>\"Unsubscribe\" – To unsubscribe the user.\n\"Subscribe\" – To subscribe back the user</td></tr>\n</table>\n\n<br />\nResponse codes received in the response parameter <strong>statuscode</strong> are explained below.\n\n<table>\n<tr><td>2</td><td>Contact added</td></tr>\n<tr><td>3</td><td>Contact updated</td></tr>\n<tr><td>4</td><td>Missing emailid. Email is mandatory to save contact</td></tr>\n</table>","urlObject":{"protocol":"https","path":["v1","emailsubscription"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[{"id":"bba919cf-bcff-45e6-a6fb-60879f09bfdf","name":"Change Email Subscription","originalRequest":{"method":"POST","header":[{"key":"Auth-GSKey","value":"cada81d7f4ca4122af49a7d200a9202d"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"emailid\" : \"test1@stag.growthscore.io\",\n\t\"action\":\"Unsubscribe\"\n}"},"url":"https://api.growthscore.io/v1/emailsubscription"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"31","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 24 May 2018 14:22:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"success\":true,\"statuscode\":3}"}],"_postman_id":"bead30d5-7f0b-423a-9531-4d79dfc57203"},{"name":"GDPR Discovery","id":"08f1675c-36dc-44fb-8198-0d91cc4bd742","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Auth-GSKey","value":"1be707cb211741ae9342a7a20123ae7b"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.growthscore.io/gdpr1_0/discovery","description":"<p>This API call is to learn about the formats supported by GrowthScore. A discovery request can be submitted via HTTP GET to the following endpoint will provide information about the parameters to identify the users.</p>\n<hr />\n<p><strong>Response Model</strong></p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>api_version</td><td>Version string representing the supported version</td></tr>\n<tr><td>supported_identities</td><td>Array of \"identity_type\" and \"identity_format\" pairs.</td></tr>\n<tr><td>~ identity_type</td><td>Identity type keys supported\n\"email\" – Email Id\n\"storeid\" – External Id</td></tr>\n<tr><td>~ identity_format</td><td>Identity formats supported.</td></tr>\n<tr><td>supported_subject_request_types</td><td>Array of \"subject_request_type\" supported.</td></tr>\n</table>","urlObject":{"protocol":"https","path":["gdpr1_0","discovery"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[{"id":"4845e912-674a-4181-8977-eca36f56bd61","name":"GDPR Discovery","originalRequest":{"method":"GET","header":[{"key":"Auth-GSKey","value":"1be707cb211741ae9342a7a20123ae7b","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.growthscore.io/gdpr1_0/discovery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"194","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 24 May 2018 13:39:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"api_version\":\"1.0\",\"supported_identities\":[{\"identity_type\":\"email\",\"identity_format\":\"raw\"},{\"identity_type\":\"storeid\",\"identity_format\":\"raw\"}],\"supported_subject_request_types\":[\"erasure\"]}"}],"_postman_id":"08f1675c-36dc-44fb-8198-0d91cc4bd742"},{"name":"GDPR Register","id":"88456bdb-f342-40fd-b59e-256c9856cdb0","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-GSKey","value":"1be707cb211741ae9342a7a20123ae7b"}],"body":{"mode":"raw","raw":"{\r\n  \"subject_request_id\": \"b7571968-d5d6-44b2-9831-815ac9017798\",\r\n  \"subject_request_type\": \"erasure\",\r\n  \"submitted_time\": \"2018-05-18T01:00:00Z\",\r\n  \"subject_identities\": [\r\n    {\r\n      \"identity_type\": \"email\",\r\n      \"identity_value\": \"johndoe@example.com\",\r\n      \"identity_format\": \"raw\"\r\n    }\r\n  ]\r\n}"},"url":"https://api.growthscore.io/gdpr1_0/opengdpr_requests","description":"<p>This API to register a GDPR Request</p>\n<hr />\n<p><strong>Request Model</strong></p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>subject_request_id</td><td>UUID v4 string. This must be generated by the controller at the time of request submission to a Processor.</td></tr>\n<tr><td>subject_request_type</td><td>Request type will be \"erasure\" always.</td></tr>\n<tr><td>submitted_time</td><td>RFC 3339 date string representing the time of the original request by the data subject. Note that all timestamps are sent in UTC</td></tr>\n<tr><td>subject_identities</td><td>Array of Identity Objects covering the type, value and format of the user ID</td></tr>\n<tr><td>~ identity_type</td><td>You can provide \"email\" or \"storeid\" as identity_type</td></tr>\n<tr><td>~ identity_value</td><td>string value representing the identity.</td></tr>\n<tr><td>~ identity_format</td><td>Identify format will always be \"raw\".</td></tr>\n</table>\n\n<hr />\n<p><strong>Response Model</strong></p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>controller_id</td><td>Account ID in Growthscore.</td></tr>\n<tr><td>expected_completion_time</td><td>RFC 3339 date string representing the time when the Processor expects to fulfill the request.</td></tr>\n<tr><td>received_time</td><td>RFC 3339 date string representing the time when the Processor received the request.</td></tr>\n<tr><td>encoded_request</td><td>Base64 encoding of the entire body of the request.</td></tr>\n<tr><td>subject_request_id</td><td>UUID v4 string from the originating request.</td></tr>\n</table>","urlObject":{"protocol":"https","path":["gdpr1_0","opengdpr_requests"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[{"id":"d4edfbc0-e5ec-4c1e-89bf-a6dc6c38864c","name":"GDPR Register","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Auth-GSKey","value":"1be707cb211741ae9342a7a20123ae7b","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"subject_request_id\": \"b7571968-d5d6-44b2-9831-815ac9017798\",\r\n  \"subject_request_type\": \"erasure\",\r\n  \"submitted_time\": \"2018-05-18T01:00:00Z\",\r\n  \"subject_identities\": [\r\n    {\r\n      \"identity_type\": \"email\",\r\n      \"identity_value\": \"johndoe@example.com\",\r\n      \"identity_format\": \"raw\"\r\n    }\r\n  ]\r\n}"},"url":"https://api.growthscore.io/gdpr1_0/opengdpr_requests"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"520","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 24 May 2018 13:40:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"controller_id\":\"26\",\"expected_completion_time\":\"2018-05-25T13:40:29Z\",\"received_time\":\"2018-05-24T13:40:29Z\",\"encoded_request\":\"eyJzdWJqZWN0X3JlcXVlc3RfaWQiOiJiNzU3MTk2OC1kNWQ2LTQ0YjItOTgzMS04MTVhYzkwMTc3OTgiLCJzdWJqZWN0X3JlcXVlc3RfdHlwZSI6ImVyYXN1cmUiLCJzdWJtaXR0ZWRfdGltZSI6IjIwMTgtMDUtMThUMDE6MDA6MDBaIiwic3ViamVjdF9pZGVudGl0aWVzIjpbeyJpZGVudGl0eV92YWx1ZSI6ImpvaG5kb2VAZXhhbXBsZS5jb20iLCJpZGVudGl0eV90eXBlIjoiZW1haWwiLCJpZGVudGl0eV9mb3JtYXQiOiJyYXcifV19\",\"subject_request_id\":\"b7571968-d5d6-44b2-9831-815ac9017798\"}"}],"_postman_id":"88456bdb-f342-40fd-b59e-256c9856cdb0"},{"name":"GDPR Status","id":"f9d4dce1-5998-4de9-b972-2948f48391fe","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Auth-GSKey","value":"1be707cb211741ae9342a7a20123ae7b"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.growthscore.io/gdpr1_0/opengdpr_requests/b7571968-d5d6-44b2-9831-815ac9017798","description":"<p>This API will be useful to check the status of the GDPR requests submitted using subject_request_id. You can get the subject_request_id from the response of “GDPR Register” API call. Supported status types are listed below.</p>\n<p><strong>pending</strong> – Request has been received and is currently in the queue</p>\n<p><strong>in_progress</strong> – Request is currently being acted on</p>\n<p><strong>completed</strong> – Request is fulfilled</p>\n<p><strong>cancelled</strong> – Request is cancelled</p>\n<hr />\n<p><strong>Response Model</strong></p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>controller_id</td><td>Account ID in Growthscore.</td></tr>\n<tr><td>expected_completion_time</td><td>RFC 3339 date string representing the time when the Processor expects to fulfill the request.</td></tr>\n<tr><td>request_status</td><td>Status of the request raised.</td></tr>\n<tr><td>subject_request_id</td><td>UUID v4 string from the originating request.</td></tr>\n</table>","urlObject":{"protocol":"https","path":["gdpr1_0","opengdpr_requests","b7571968-d5d6-44b2-9831-815ac9017798"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[{"id":"063087a2-e543-452f-a918-3c2bbbc8e3c5","name":"GDPR Status","originalRequest":{"method":"GET","header":[{"key":"Auth-GSKey","value":"1be707cb211741ae9342a7a20123ae7b","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.growthscore.io/gdpr1_0/opengdpr_requests/b7571968-d5d6-44b2-9831-815ac9017798"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"159","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 24 May 2018 13:41:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"controller_id\":\"26\",\"expected_completion_time\":\"2018-05-25T13:40:29Z\",\"request_status\":\"pending\",\"subject_request_id\":\"b7571968-d5d6-44b2-9831-815ac9017798\"}"}],"_postman_id":"f9d4dce1-5998-4de9-b972-2948f48391fe"},{"name":"GDPR Cancel","id":"38bc59e0-82a8-46ac-bc96-ee83e430ad84","request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Auth-GSKey","value":"1be707cb211741ae9342a7a20123ae7b"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.growthscore.io/gdpr1_0/opengdpr_requests/b7571968-d5d6-44b2-9831-815ac9017798","description":"<p>This API will be useful to cancel a GDPR request, based on its subject_request_id, but only during the pending phase. You can get the subject_request_id from the response of “GDPR Register” API call.</p>\n<hr />\n<p><strong>Response Model</strong></p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>controller_id</td><td>Account ID in Growthscore.</td></tr>\n<tr><td>received_time</td><td>RFC 3339 date string representing the time when the Processor received the cancellation request.</td></tr>\n<tr><td>subject_request_id</td><td>UUID v4 string from the originating request.</td></tr>\n</table>","urlObject":{"protocol":"https","path":["gdpr1_0","opengdpr_requests","b7571968-d5d6-44b2-9831-815ac9017798"],"host":["api","growthscore","io"],"query":[],"variable":[]}},"response":[{"id":"3840f8a5-7e93-46ab-aa49-00d7733f5937","name":"GDPR Cancel","originalRequest":{"method":"DELETE","header":[{"key":"Auth-GSKey","value":"1be707cb211741ae9342a7a20123ae7b","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.growthscore.io/gdpr1_0/opengdpr_requests/b7571968-d5d6-44b2-9831-815ac9017798"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"121","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 24 May 2018 13:42:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"subject_request_id\":\"b7571968-d5d6-44b2-9831-815ac9017798\",\"controller_id\":\"26\",\"received_time\":\"2018-05-24T13:42:00Z\"}"}],"_postman_id":"38bc59e0-82a8-46ac-bc96-ee83e430ad84"}]}