{"info":{"_postman_id":"7e9b1e81-19ea-f995-20c1-38b961dbebab","name":"Visitor Queue API Documentation","description":"<html><head></head><body><p>Welcome to the Visitor Queue API Documentation.</p>\n<p>Our API is organized around <strong>REST</strong>.</p>\n<p>Our API format is <strong>application/json</strong>.</p>\n<p>Current Version: <strong>V1.0</strong></p>\n<p>In order to utilize the Visitor Queue API, you will need a Visitor Queue free trial or <a href=\"https://www.visitorqueue.com/pricing\">Pro Plan</a>. You can sign up for our <a href=\"https://visitorqueue.com/users/sign_up\">14-day free trial at anytime here.</a></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Once you have a Visitor Queue account, you can go to the <a href=\"https://rise.visitorqueue.com/integrations\">Integrations Page</a> to access your API key that you need to provide in all requests sent to our server. Provide your API key as follows:</p>\n<p><code>Authorization: Token YOUR_API_KEY</code></p>\n<p>The API key can be sent via header or query parameter.</p>\n<p>If your API key is invalid, you will receive json response with status code: <strong>401 Unauthorized</strong> and body with message: <strong>'Your API Key is invalid'</strong>.</p>\n<p><strong>Important</strong>: Please ensure you include \"Token\" before your API key as shown in the example.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"}],"owner":"827955","collectionId":"7e9b1e81-19ea-f995-20c1-38b961dbebab","publishedId":"RWaHxp61","public":true,"customColor":{"top-bar":"36353F","right-sidebar":"36353F","highlight":"D63334"},"publishDate":"2018-09-11T22:02:53.000Z"},"item":[{"name":"Data Views","id":"c105ec3f-4a35-2259-14c5-9c4ed5c41213","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Token YOUR_API_TOKEN"}],"url":"https://www.visitorqueue.com/api/v1/ga_views?token=YOUR_API_TOKEN","description":"<p>The first step to use the API is to obtain a list of Data Views associated with your account.</p>\n<p>This can be done with the following API call, without specifying any parameters.</p>\n<p>Results are loaded based on the provided API key.</p>\n","urlObject":{"protocol":"https","path":["api","v1","ga_views"],"host":["www","visitorqueue","com"],"query":[{"description":{"content":"<p>alternative to header way to authorize</p>\n","type":"text/plain"},"key":"token","value":"YOUR_API_TOKEN"}],"variable":[]}},"response":[{"id":"7958c710-4dc6-3f0d-3190-39873f81f27a","name":"Getting Data Views","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Token YOUR_API_TOKEN"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://www.visitorqueue.com/api/v1/ga_views?token=YOUR_API_TOKEN","protocol":"https","host":["www","visitorqueue","com"],"path":["api","v1","ga_views"],"query":[{"key":"token","value":"YOUR_API_TOKEN","description":"alternative to header way to authorize"},{"key":"abc","value":"cda","description":"acd","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 11 Sep 2018 21:47:30 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"307c547eea0d0d2999fede9c0f4380a8\"","name":"ETag","description":""},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-Request-Id","value":"9b6b96fa-3a80-4cfc-b2b7-8a62875132b5","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.028025","name":"X-Runtime","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":"220","body":"[\n    {\n        \"id\": 4,\n        \"name\": \"Visitor Queue - All Web Site Data\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Visitor Queue - Canada only\"\n    }\n]"}],"_postman_id":"c105ec3f-4a35-2259-14c5-9c4ed5c41213"},{"name":"Leads for Data View","id":"4f021159-baae-e19d-bb7f-91a915e5b4ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Token YOUR_API_TOKEN"}],"url":"https://www.visitorqueue.com/api/v1/leads?ga_view_id=99999&page=1&per_page=10&min_date=2018-01-01&max_date=2018-01-30&page_viewed[]=[\"/page1\", \"/page2\"]&min_time=2021-11-01 06:33:35 +0200&max_time=2021-11-01 06:33:35 AST&min_timestamp=1635762815&max_timestamp=1635777215&token=YOUR_API_TOKEN","description":"<p>This API call allows you to receive a list of leads that are available for a given data view.</p>\n<p><strong>Pagination</strong>. If more than 100 leads are found, results will be paginated and you will receive <em>pagination headers</em>: <strong>page</strong>, <strong>per-page</strong>, <strong>total</strong> and <strong>link</strong> with next and last page urls. These headers can be used in subsequent API calls to get the full data set.</p>\n<p>If response collection is empty, pagination headers will be empty as well.</p>\n<p>Please mind if min_time\\max_time contain spaces, semicolumns of + signs - it may be needed to pass them via --data-urlencode in curl<br />i.e<br />curl --location -g --request GET '<a href=\"https://www.visitorqueue.com/api/v1/leads?ga_view_id=999&amp;page=1&amp;per_page=1&amp;token=YOUR_TOKEN'\">https://www.visitorqueue.com/api/v1/leads?ga_view_id=999&amp;page=1&amp;per_page=1&amp;token=YOUR_TOKEN'</a><br />--data-urlencode 'min_time=2021-11-01 06:33:35 AST'<br />--data-urlencode 'max_time=2021-11-01 16:33:35 +0200'</p>\n<p>In case we recived more than 1 min or max date\\time\\timestamp parameters, we will take first not blank in order date, time, timestamp.</p>\n","urlObject":{"protocol":"https","path":["api","v1","leads"],"host":["www","visitorqueue","com"],"query":[{"description":{"content":"<p>ID of a Data View - <strong>Required</strong></p>\n","type":"text/plain"},"key":"ga_view_id","value":"99999"},{"description":{"content":"<p>Page to return in a paginated collection - <em>Optional</em> </p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of results to return per page - <em>Optional</em></p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"description":{"content":"<p>Scope results to be after given date - <em>Optional</em></p>\n","type":"text/plain"},"key":"min_date","value":"2018-01-01"},{"description":{"content":"<p>Scope results to be before given date - <em>Optional</em></p>\n","type":"text/plain"},"key":"max_date","value":"2018-01-30"},{"description":{"content":"<p>Scope results to only contain leads that have visited pages that CONTAIN one of the values specified in the array - <em>Optional</em></p>\n","type":"text/plain"},"key":"page_viewed[]","value":"[\"/page1\", \"/page2\"]"},{"description":{"content":"<p>Can be used instead of min_date\\min_timestamp. Valid values are \n2021-11-01 06:33:35 +0200\n2021-11-01T06:33:35+0200\n2021-11-01 06:33:35 AST\n<em>Optional</em></p>\n","type":"text/plain"},"key":"min_time","value":"2021-11-01 06:33:35 +0200"},{"description":{"content":"<p>Can be used instead of max_date\\max_timestamp. Valid values are \n2021-11-01 06:33:35 +0200\n2021-11-01T06:33:35+0200\n2021-11-01 06:33:35 AST\n<em>Optional</em></p>\n","type":"text/plain"},"key":"max_time","value":"2021-11-01 06:33:35 AST"},{"description":{"content":"<p>Can be used instead of min_date\\min_time - <em>Optional</em></p>\n","type":"text/plain"},"key":"min_timestamp","value":"1635762815"},{"description":{"content":"<p>Can be used instead of max_date\\max_time - <em>Optional</em></p>\n","type":"text/plain"},"key":"max_timestamp","value":"1635777215"},{"description":{"content":"<p>alternative to header way to authorize</p>\n","type":"text/plain"},"key":"token","value":"YOUR_API_TOKEN"}],"variable":[]}},"response":[{"id":"cdf14828-02b2-8067-f9b5-05a38d37786b","name":"Get Leads for Data View","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Token YOUR_API_TOKEN"}],"url":{"raw":"https://www.visitorqueue.com/api/v1/leads?ga_view_id=99999&page=2&per_page=25&min_date=2018-01-01&max_date=2018-01-30&min_time=2021-11-01 06:33:35 +0200&max_time=2021-11-01 06:33:35 AST&min_timestamp=1635762815&max_timestamp=1635777215&page_viewed[]=[/page1, /page2]&token=YOUR_API_TOKEN","protocol":"https","host":["www","visitorqueue","com"],"path":["api","v1","leads"],"query":[{"key":"ga_view_id","value":"99999","type":"text","description":"ID of a Data View - Required"},{"key":"page","value":"2","type":"text","description":"Page to return in a paginated collection - Optional"},{"key":"per_page","value":"25","type":"text","description":"Number of results to return per page - Optional"},{"key":"min_date","value":"2018-01-01","type":"text","description":"Scope results to be after given date - Optional"},{"key":"max_date","value":"2018-01-30","type":"text","description":"Scope results to be before given date - Optional"},{"key":"min_time","value":"2021-11-01 06:33:35 +0200","type":"text","description":"Filter results by pages that leads have visited. Submitting an array will match using \"CONTAINS\" filter for at least one of the provided options. - Optional"},{"key":"max_time","value":"2021-11-01 06:33:35 AST","type":"text","description":"alternative to header way to authorize"},{"key":"min_timestamp","value":"1635762815","type":"text","description":"Can be used instead of min_date\\min_timestamp. Valid values are \n2021-11-01 06:33:35 +0200\n2021-11-01T06:33:35+0200\n2021-11-01 06:33:35 AST\nOptional"},{"key":"max_timestamp","value":"1635777215","type":"text","description":"Can be used instead of max_date\\max_timestamp. Valid values are \n2021-11-01 06:33:35 +0200\n2021-11-01T06:33:35+0200\n2021-11-01 06:33:35 AST\nOptional"},{"key":"page_viewed[]","value":"[/page1, /page2]","type":"text","description":"Can be used instead of min_date\\min_time - Optional"},{"key":"token","value":"YOUR_API_TOKEN","type":"text","description":"Can be used instead of max_date\\max_time - Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 11 Sep 2018 22:04:06 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"836044bd782632a436c9054862fe0811\"","name":"ETag","description":""},{"key":"Link","value":"<https://www.visitorqueue.com/api/v1/leads?ga_view_id=4&page=2>; rel=\"last\", <https://www.visitorqueue.com/api/v1/leads?ga_view_id=4&page=2>; rel=\"next\"","name":"Link","description":""},{"key":"Page","value":"1","name":"Page","description":""},{"key":"Per-Page","value":"100","name":"Per-Page","description":""},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"Total","value":"115","name":"Total","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-Request-Id","value":"0f2ea4df-412e-4117-b8d3-8326c848d8e6","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"1.830695","name":"X-Runtime","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":"1947","body":"[\n    {\n        \"id\": 1244690,\n        \"name\": \"Visitor Queue\",\n        \"last_visited_at\": \"2018-09-11T14:27:00.000Z\",\n        \"time_on_page\": \"1m 09s\",\n        \"pages_viewed\": 1,\n        \"source\": \"Referral\",\n        \"industry\": \"Marketing\",\n        \"country\": \"Canada\",\n        \"state\": \"Ontario\",\n        \"city\": \"London\",\n        \"headquarter_address\": \"123 Test St.\",\n        \"last_visit_pages\": \"/home\",\n\t\t\"website\": \"visitorqueue.com\",\n\t\t\"phones\": [\"+15555555555\", \"+14444444444\"],\n\t\t\"emails\": [\"nick@visitorqueue.com\", \"rob@visitorqueue.com\"],\n\t\t\"overview\": \"Overview of the company\",\n\t\t\"approximate_employees\": \"300\",\n\t\t\"social_urls\": [\"https://twitter.com\", \"https://facebook.com\"],\n\t\t\"logo\": \"https://visitorqueue.com/logo.png\"\n    },\n    {\n        \"id\": 2597886,\n        \"name\": \"Code Elves Inc.\"\n        \"last_visited_at\": \"2018-09-11T14:00:00.000Z\",\n        \"time_on_page\": \"04m 43s\",\n        \"pages_viewed\": 3,\n        \"source\": \"Direct\",\n        \"industry\": \"Information Technology\",\n        \"country\": \"Canada\",\n        \"state\": \"Ontario\",\n        \"city\": \"London\",\n        \"headquarter_address\": \"123 Test St.\",\n        \"last_visit_pages\": \"/about_us\",\n        \"website\": \"visitorqueue.com\",\n\t\t\"phones\": [\"+15555555555\", \"+14444444444\"],\n\t\t\"emails\": [\"nick@visitorqueue.com\", \"rob@visitorqueue.com\"],\n\t\t\"overview\": \"Overview of the company\",\n\t\t\"approximate_employees\": \"300\",\n\t\t\"social_urls\": [\"https://twitter.com\", \"https://facebook.com\"],\n\t\t\"logo\": \"https://visitorqueue.com/logo.png\"\n    }\n]"}],"_postman_id":"4f021159-baae-e19d-bb7f-91a915e5b4ea"},{"name":"Contacts for Lead","id":"afbdfb56-ed82-5c7c-8762-842f5c1a07a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Token YOUR_API_TOKEN"}],"url":"https://www.visitorqueue.com/api/v1/contacts?lead_id=99999&page=1&per_page=10&token=YOUR_API_TOKEN","description":"<p>This API call provides detailed information about contacts within a specific lead's company.</p>\n<p><strong>Pagination</strong>. If more than 100 contacts are found, results will be paginated and you will receive <em>pagination headers</em>: <strong>page</strong>, <strong>per-page</strong>, <strong>total</strong> and <strong>link</strong> with next and last page urls. These headers can be used in subsequent API calls to get the full data set.</p>\n<p>If response collection is empty, pagination headers will be empty as well.</p>\n","urlObject":{"protocol":"https","path":["api","v1","contacts"],"host":["www","visitorqueue","com"],"query":[{"description":{"content":"<p>ID of a Lead to return Contacts for - <strong>Required</strong></p>\n","type":"text/plain"},"key":"lead_id","value":"99999"},{"description":{"content":"<p>Page to return in a paginated collection - <em>Optional</em></p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of results to return per page - <em>Optional</em></p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"description":{"content":"<p>alternative to header way to authorize</p>\n","type":"text/plain"},"key":"token","value":"YOUR_API_TOKEN"}],"variable":[]}},"response":[{"id":"070d4bf1-2388-e65d-3353-d04613919ad3","name":"Get Contacts for LEAD","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Token YOUR_API_TOKEN"}],"url":{"raw":"https://www.visitorqueue.com/api/v1/contacts?lead_id=LEAD_ID&token=YOUR_API_TOKEN","protocol":"https","host":["www","visitorqueue","com"],"path":["api","v1","contacts"],"query":[{"key":"lead_id","value":"LEAD_ID"},{"key":"token","value":"YOUR_API_TOKEN","description":"alternative to header way to authorize","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 11 Sep 2018 22:10:41 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"0aa288f424e3067aef65f8321cf3c657\"","name":"ETag","description":""},{"key":"Page","value":"1","name":"Page","description":""},{"key":"Per-Page","value":"100","name":"Per-Page","description":""},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"Total","value":"11","name":"Total","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-Request-Id","value":"8ec6d081-cfe4-42a7-b5cf-7c6957569fb5","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.030239","name":"X-Runtime","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":"72","body":"[\n    {\n        \"email\": \"nick@visitorqueue.com\",\n        \"first_name\": \"Nick\",\n        \"last_name\": \"Hollinger\",\n        \"position\": \"CEO\",\n        \"linkedin\": null,\n        \"twitter\": null,\n        \"phone_number\": \"+1 555 555 5555\"\n    },\n    {\n        \"email\": \"rob@visitorqueue.com\",\n        \"first_name\": \"Rob\",\n        \"last_name\": \"Lucas\",\n        \"position\": \"Director of Sales\",\n        \"linkedin\": null,\n        \"twitter\": null,\n        \"phone_number\": \"+1 555 555 5555\"\n    },\n    {\n        \"email\": \"taras@visitorqueue.com\",\n        \"first_name\": \"Taras\",\n        \"last_name\": \"Zubyak\",\n        \"position\": \"CTO\",\n        \"linkedin\": null,\n        \"twitter\": null,\n        \"phone_number\": null\n    }\n]"}],"_postman_id":"afbdfb56-ed82-5c7c-8762-842f5c1a07a8"},{"name":"Sessions for Visit Details","id":"5ed88ba3-8950-40a9-9888-04812a7a5090","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token YOUR_API_TOKEN","type":"text"}],"url":"https://www.visitorqueue.com/api/v1/sessions?ga_view_id=99999&page=1&per_page=10&min_date=2021-01-01&max_date=2021-01-30&lead_id=99999&time_format=human (Default)&min_time=2021-11-01 06:33:35 +0200&max_time=2021-11-01 06:33:35 AST&min_timestamp=1635762815&max_timestamp=1635777215&token=YOUR_API_TOKEN","description":"<p>This API call provides the sessions, and their page views, for a specific data view or lead.</p>\n<p><strong>Response Structure</strong>. The session list will be represented in JSON under the data key, pagination parameters will be always under the pagination key(no matter if there is 100 records or not).</p>\n<p><strong>Pagination Headers</strong>. If more than 100 leads are found, results will be paginated and you will receive <em>pagination headers</em>: <strong>page</strong>, <strong>per-page</strong>, <strong>total</strong> and <strong>link</strong> with next and last page urls. These headers can be used in subsequent API calls to get the full data set.</p>\n<p>If response collection is empty, pagination headers will be empty as well.</p>\n<p>Please mind if min_time\\max_time contain spaces, semicolumns of + signs - it may be needed to pass them via --data-urlencode in curl<br />i.e<br />curl --location -g --request GET '<a href=\"https://www.visitorqueue.com/api/v1/leads?ga_view_id=999&amp;page=1&amp;per_page=1&amp;token=YOUR_TOKEN'\">https://www.visitorqueue.com/api/v1/leads?ga_view_id=999&amp;page=1&amp;per_page=1&amp;token=YOUR_TOKEN'</a><br />--data-urlencode 'min_time=2021-11-01 06:33:35 AST'<br />--data-urlencode 'max_time=2021-11-01 16:33:35 +0200'</p>\n<p>In case we recived more than 1 min or max date\\time\\timestamp parameters, we will take first not blank in order date, time, timestamp.</p>\n","urlObject":{"protocol":"https","path":["api","v1","sessions"],"host":["www","visitorqueue","com"],"query":[{"description":{"content":"<p>ID of a Data View - <strong>Required</strong></p>\n","type":"text/plain"},"key":"ga_view_id","value":"99999"},{"description":{"content":"<p>Page to return in a paginated collection - <em>Optional</em></p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of results to return per page - <em>Optional</em></p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"description":{"content":"<p>Scope results to be after given date - <em>Optional</em></p>\n","type":"text/plain"},"key":"min_date","value":"2021-01-01"},{"description":{"content":"<p>Scope results to be after given date - <em>Optional</em></p>\n","type":"text/plain"},"key":"max_date","value":"2021-01-30"},{"description":{"content":"<p>ID of a Lead ID - <em>Optional</em></p>\n","type":"text/plain"},"key":"lead_id","value":"99999"},{"description":{"content":"<p>Values (human or robot)</p>\n<p>For robot format you will get timestamps for datetime and seconds for duration. For human format you will get \"21 Jul 2021, 03:05:28 AM EDT\" for datetime and \"04m 37s\" for the duration.</p>\n","type":"text/plain"},"key":"time_format","value":"human (Default)"},{"description":{"content":"<p>Can be used instead of min_date\\min_timestamp. Valid values are \n2021-11-01 06:33:35 +0200\n2021-11-01T06:33:35+0200\n2021-11-01 06:33:35 AST\n<em>Optional</em></p>\n","type":"text/plain"},"key":"min_time","value":"2021-11-01 06:33:35 +0200"},{"description":{"content":"<p>Can be used instead of max_date\\max_timestamp. Valid values are \n2021-11-01 06:33:35 +0200\n2021-11-01T06:33:35+0200\n2021-11-01 06:33:35 AST\n<em>Optional</em></p>\n","type":"text/plain"},"key":"max_time","value":"2021-11-01 06:33:35 AST"},{"description":{"content":"<p>Can be used instead of min_date\\min_time - <em>Optional</em></p>\n","type":"text/plain"},"key":"min_timestamp","value":"1635762815"},{"description":{"content":"<p>Can be used instead of max_date\\max_time - <em>Optional</em></p>\n","type":"text/plain"},"key":"max_timestamp","value":"1635777215"},{"description":{"content":"<p>alternative to header way to authorize</p>\n","type":"text/plain"},"key":"token","value":"YOUR_API_TOKEN"}],"variable":[]}},"response":[{"id":"77372f02-b5c2-4fc3-bc4c-fce0ed774a5f","name":"Get Sessions for Visit Details - time_format(human)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token YOUR_API_TOKEN","type":"text"}],"url":{"raw":"https://www.visitorqueue.com/api/v1/sessions?ga_view_id=9999&page=1&per_page=2&min_date=2021-01-01&max_date=2021-01-30&min_time=2021-11-01 06:33:35 +0200&max_time=2021-11-01 06:33:35 AST&min_timestamp=1635762815&max_timestamp=1635777215&lead_id=9999&time_format=human&token=YOUR_API_TOKEN","protocol":"https","host":["www","visitorqueue","com"],"path":["api","v1","sessions"],"query":[{"key":"ga_view_id","value":"9999"},{"key":"page","value":"1"},{"key":"per_page","value":"2"},{"key":"min_date","value":"2021-01-01"},{"key":"max_date","value":"2021-01-30"},{"key":"min_time","value":"2021-11-01 06:33:35 +0200","description":"Can be used instead of min_date\\min_timestamp. Valid values are \n2021-11-01 06:33:35 +0200\n2021-11-01T06:33:35+0200\n2021-11-01 06:33:35 AST\nOptional"},{"key":"max_time","value":"2021-11-01 06:33:35 AST","description":"Can be used instead of max_date\\max_timestamp. Valid values are \n2021-11-01 06:33:35 +0200\n2021-11-01T06:33:35+0200\n2021-11-01 06:33:35 AST\nOptional"},{"key":"min_timestamp","value":"1635762815","description":"Can be used instead of min_date\\min_time - Optional"},{"key":"max_timestamp","value":"1635777215","description":"Can be used instead of max_date\\max_time - Optional"},{"key":"lead_id","value":"9999"},{"key":"time_format","value":"human"},{"key":"token","value":"YOUR_API_TOKEN","description":"alternative to header way to authorize"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Content-Security-Policy","value":"application/json; charset=utf-8","description":"","type":"text"},{"key":"Date","value":"Tue, 11 Sep 2018 22:04:06 GMT","description":"","type":"text"},{"key":"Link","value":"<https://www.visitorqueue.com/api/v1/sessions?ga_view_id=92&max_date=2021-01-30&min_date=2021-01-01&page=429&per_page=2>; rel=\"last\", <https://www.visitorqueue.com/api/v1/sessions?ga_view_id=92&max_date=2021-01-30&min_date=2021-01-01&page=2&per_page=2>; rel=\"next\"","description":"","type":"text"},{"key":"Page","value":"1","description":"","type":"text"},{"key":"Per-Page","value":"100","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": 640834,\n      \"lead_id\": 122539,\n      \"visit_start_at\": \"10 Mar 2025, 07:59:11 PM EDT\",\n      \"visit_end_at\": \"10 Mar 2025, 07:59:11 PM EDT\",\n      \"time_spent\": \"-\",\n      \"pages_viewed\": 1,\n      \"source\": \"app.thejuicehq.com / referral\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/top-b2b-marketing-strategies-to-use/\",\n          \"start_time\": \"10 Mar 2025, 07:59:11 PM EDT\",\n          \"duration\": \"-\",\n          \"query\": \"?_x_tr_sl=en&_x_tr_tl=nl&_x_tr_hl=nl&_x_tr_pto=rq\",\n          \"query_hash\": {\n            \"_x_tr_sl\": \"en\",\n            \"_x_tr_tl\": \"nl\",\n            \"_x_tr_hl\": \"nl\",\n            \"_x_tr_pto\": \"rq\"\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 640830,\n      \"lead_id\": 122538,\n      \"visit_start_at\": \"10 Mar 2025, 07:52:41 PM EDT\",\n      \"visit_end_at\": \"10 Mar 2025, 07:55:44 PM EDT\",\n      \"time_spent\": \"-\",\n      \"pages_viewed\": 9,\n      \"source\": \"app.thejuicehq.com / referral\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/should-your-business-use-a-llm-large-language-model/\",\n          \"start_time\": \"10 Mar 2025, 07:53:55 PM EDT\",\n          \"duration\": \"-\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/how-to-get-more-leads/\",\n          \"start_time\": \"10 Mar 2025, 07:54:42 PM EDT\",\n          \"duration\": \"-\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/should-your-business-use-a-llm-large-language-model/\",\n          \"start_time\": \"10 Mar 2025, 07:54:20 PM EDT\",\n          \"duration\": \"-\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/how-to-get-more-leads/\",\n          \"start_time\": \"10 Mar 2025, 07:54:32 PM EDT\",\n          \"duration\": \"-\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/b2b-social-media-marketing-platforms-ranked/\",\n          \"start_time\": \"10 Mar 2025, 07:55:44 PM EDT\",\n          \"duration\": \"-\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/b2b-social-media-marketing-platforms-ranked/\",\n          \"start_time\": \"10 Mar 2025, 07:55:29 PM EDT\",\n          \"duration\": \"-\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/10-b2b-lead-follow-up-strategies-to-close-more-deals/\",\n          \"start_time\": \"10 Mar 2025, 07:52:41 PM EDT\",\n          \"duration\": \"-\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/should-your-business-use-a-llm-large-language-model/\",\n          \"start_time\": \"10 Mar 2025, 07:53:40 PM EDT\",\n          \"duration\": \"-\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/10-b2b-lead-follow-up-strategies-to-close-more-deals/\",\n          \"start_time\": \"10 Mar 2025, 07:52:56 PM EDT\",\n          \"duration\": \"-\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 644273,\n      \"lead_id\": 121219,\n      \"visit_start_at\": \"10 Mar 2025, 06:19:18 PM EDT\",\n      \"visit_end_at\": \"10 Mar 2025, 06:19:18 PM EDT\",\n      \"time_spent\": \"05s\",\n      \"pages_viewed\": 1,\n      \"source\": \"google.com / organic\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/4-smart-ways-to-see-who-has-visited-your-website/\",\n          \"start_time\": \"10 Mar 2025, 06:19:18 PM EDT\",\n          \"duration\": \"05s\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 640828,\n      \"lead_id\": 122536,\n      \"visit_start_at\": \"10 Mar 2025, 06:02:10 PM EDT\",\n      \"visit_end_at\": \"10 Mar 2025, 06:02:10 PM EDT\",\n      \"time_spent\": \"-\",\n      \"pages_viewed\": 1,\n      \"source\": \"google.com / organic\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/52-marketing-stats-you-need-to-know/\",\n          \"start_time\": \"10 Mar 2025, 06:02:10 PM EDT\",\n          \"duration\": \"-\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 640825,\n      \"lead_id\": 122533,\n      \"visit_start_at\": \"10 Mar 2025, 06:01:57 PM EDT\",\n      \"visit_end_at\": \"10 Mar 2025, 06:01:57 PM EDT\",\n      \"time_spent\": \"-\",\n      \"pages_viewed\": 1,\n      \"source\": \"bing.com / organic\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/sales-vs-marketing-product-driven-companies/\",\n          \"start_time\": \"10 Mar 2025, 06:01:57 PM EDT\",\n          \"duration\": \"-\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 640822,\n      \"lead_id\": 122530,\n      \"visit_start_at\": \"10 Mar 2025, 04:30:00 PM EDT\",\n      \"visit_end_at\": \"10 Mar 2025, 04:30:00 PM EDT\",\n      \"time_spent\": \"-\",\n      \"pages_viewed\": 1,\n      \"source\": \"duckduckgo.com / organic\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/15-reasons-why-youre-failing-to-generate-b2b-leads/\",\n          \"start_time\": \"10 Mar 2025, 04:30:00 PM EDT\",\n          \"duration\": \"-\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 640820,\n      \"lead_id\": 122526,\n      \"visit_start_at\": \"10 Mar 2025, 04:16:07 PM EDT\",\n      \"visit_end_at\": \"10 Mar 2025, 04:16:07 PM EDT\",\n      \"time_spent\": \"-\",\n      \"pages_viewed\": 1,\n      \"source\": \"duckduckgo.com / organic\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/\",\n          \"start_time\": \"10 Mar 2025, 04:16:07 PM EDT\",\n          \"duration\": \"-\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 640816,\n      \"lead_id\": 117746,\n      \"visit_start_at\": \"10 Mar 2025, 03:54:33 PM EDT\",\n      \"visit_end_at\": \"10 Mar 2025, 03:54:33 PM EDT\",\n      \"time_spent\": \"05s\",\n      \"pages_viewed\": 1,\n      \"source\": \"(direct) / (none)\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/short-term-vs-long-term-marketing-tactics-which-should-you-implement/\",\n          \"start_time\": \"10 Mar 2025, 03:54:33 PM EDT\",\n          \"duration\": \"05s\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 644403,\n      \"lead_id\": 116246,\n      \"visit_start_at\": \"10 Mar 2025, 03:54:33 PM EDT\",\n      \"visit_end_at\": \"10 Mar 2025, 03:54:33 PM EDT\",\n      \"time_spent\": \"05s\",\n      \"pages_viewed\": 1,\n      \"source\": \"(direct) / (none)\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/short-term-vs-long-term-marketing-tactics-which-should-you-implement/\",\n          \"start_time\": \"10 Mar 2025, 03:54:33 PM EDT\",\n          \"duration\": \"05s\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 644364,\n      \"lead_id\": 123697,\n      \"visit_start_at\": \"10 Mar 2025, 03:34:16 PM EDT\",\n      \"visit_end_at\": \"10 Mar 2025, 03:34:16 PM EDT\",\n      \"time_spent\": \"-\",\n      \"pages_viewed\": 1,\n      \"source\": \"duckduckgo.com / organic\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/4-smart-ways-to-see-who-has-visited-your-website/\",\n          \"start_time\": \"10 Mar 2025, 03:34:16 PM EDT\",\n          \"duration\": \"-\",\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    }\n  ],\n  \"pagination\": {\n    \"total\": 36,\n    \"total_pages\": 4,\n    \"current_page\": 1,\n    \"next_page\": 2,\n    \"prev_page\": null\n  }\n}"},{"id":"baa26610-5160-44f2-982f-45652cca07ce","name":"Get Sessions for Visit Details - time_format(robot)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token YOUR_API_TOKEN","type":"text"}],"url":{"raw":"https://www.visitorqueue.com/api/v1/sessions?ga_view_id=9999&page=1&per_page=2&min_date=2021-01-01&max_date=2021-01-30&min_time=2021-11-01 06:33:35 +0200&max_time=2021-11-01 06:33:35 AST&min_timestamp=1635762815&max_timestamp=1635777215&lead_id=9999&time_format=robot&token=YOUR_API_TOKEN","protocol":"https","host":["www","visitorqueue","com"],"path":["api","v1","sessions"],"query":[{"key":"ga_view_id","value":"9999"},{"key":"page","value":"1"},{"key":"per_page","value":"2"},{"key":"min_date","value":"2021-01-01"},{"key":"max_date","value":"2021-01-30"},{"key":"min_time","value":"2021-11-01 06:33:35 +0200","description":"Can be used instead of min_date\\min_timestamp. Valid values are \n2021-11-01 06:33:35 +0200\n2021-11-01T06:33:35+0200\n2021-11-01 06:33:35 AST\nOptional"},{"key":"max_time","value":"2021-11-01 06:33:35 AST","description":"Can be used instead of max_date\\max_timestamp. Valid values are \n2021-11-01 06:33:35 +0200\n2021-11-01T06:33:35+0200\n2021-11-01 06:33:35 AST\nOptional"},{"key":"min_timestamp","value":"1635762815","description":"Can be used instead of min_date\\min_time - Optional"},{"key":"max_timestamp","value":"1635777215","description":"Can be used instead of max_date\\max_time - Optional"},{"key":"lead_id","value":"9999"},{"key":"time_format","value":"robot"},{"key":"token","value":"YOUR_API_TOKEN","description":"alternative to header way to authorize"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Content-Security-Policy","value":"application/json; charset=utf-8","description":"","type":"text"},{"key":"Date","value":"Tue, 11 Sep 2018 22:04:06 GMT","description":"","type":"text"},{"key":"Link","value":"<https://www.visitorqueue.com/api/v1/sessions?ga_view_id=92&max_date=2021-01-30&min_date=2021-01-01&page=429&per_page=2>; rel=\"last\", <https://www.visitorqueue.com/api/v1/sessions?ga_view_id=92&max_date=2021-01-30&min_date=2021-01-01&page=2&per_page=2>; rel=\"next\"","description":"","type":"text"},{"key":"Page","value":"1","description":"","type":"text"},{"key":"Per-Page","value":"100","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": 640834,\n      \"lead_id\": 122539,\n      \"visit_start_at\": 1741651151,\n      \"visit_end_at\": 1741651151,\n      \"time_spent\": 0,\n      \"pages_viewed\": 1,\n      \"source\": \"app.thejuicehq.com / referral\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/top-b2b-marketing-strategies-to-use/\",\n          \"start_time\": 1741651151,\n          \"duration\": 0,\n          \"query\": \"?_x_tr_sl=en&_x_tr_tl=nl&_x_tr_hl=nl&_x_tr_pto=rq\",\n          \"query_hash\": {\n            \"_x_tr_sl\": \"en\",\n            \"_x_tr_tl\": \"nl\",\n            \"_x_tr_hl\": \"nl\",\n            \"_x_tr_pto\": \"rq\"\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 640830,\n      \"lead_id\": 122538,\n      \"visit_start_at\": 1741650761,\n      \"visit_end_at\": 1741650944,\n      \"time_spent\": 0,\n      \"pages_viewed\": 9,\n      \"source\": \"app.thejuicehq.com / referral\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/should-your-business-use-a-llm-large-language-model/\",\n          \"start_time\": 1741650835,\n          \"duration\": 0,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/how-to-get-more-leads/\",\n          \"start_time\": 1741650882,\n          \"duration\": 0,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/should-your-business-use-a-llm-large-language-model/\",\n          \"start_time\": 1741650860,\n          \"duration\": 0,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/how-to-get-more-leads/\",\n          \"start_time\": 1741650872,\n          \"duration\": 0,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/b2b-social-media-marketing-platforms-ranked/\",\n          \"start_time\": 1741650944,\n          \"duration\": 0,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/b2b-social-media-marketing-platforms-ranked/\",\n          \"start_time\": 1741650929,\n          \"duration\": 0,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/10-b2b-lead-follow-up-strategies-to-close-more-deals/\",\n          \"start_time\": 1741650761,\n          \"duration\": 0,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/should-your-business-use-a-llm-large-language-model/\",\n          \"start_time\": 1741650820,\n          \"duration\": 0,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        },\n        {\n          \"path\": \"/10-b2b-lead-follow-up-strategies-to-close-more-deals/\",\n          \"start_time\": 1741650776,\n          \"duration\": 0,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 644273,\n      \"lead_id\": 121219,\n      \"visit_start_at\": 1741645158,\n      \"visit_end_at\": 1741645158,\n      \"time_spent\": 5,\n      \"pages_viewed\": 1,\n      \"source\": \"google.com / organic\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/4-smart-ways-to-see-who-has-visited-your-website/\",\n          \"start_time\": 1741645158,\n          \"duration\": 5,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 640828,\n      \"lead_id\": 122536,\n      \"visit_start_at\": 1741644130,\n      \"visit_end_at\": 1741644130,\n      \"time_spent\": 0,\n      \"pages_viewed\": 1,\n      \"source\": \"google.com / organic\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/52-marketing-stats-you-need-to-know/\",\n          \"start_time\": 1741644130,\n          \"duration\": 0,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 640825,\n      \"lead_id\": 122533,\n      \"visit_start_at\": 1741644117,\n      \"visit_end_at\": 1741644117,\n      \"time_spent\": 0,\n      \"pages_viewed\": 1,\n      \"source\": \"bing.com / organic\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/sales-vs-marketing-product-driven-companies/\",\n          \"start_time\": 1741644117,\n          \"duration\": 0,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 640822,\n      \"lead_id\": 122530,\n      \"visit_start_at\": 1741638600,\n      \"visit_end_at\": 1741638600,\n      \"time_spent\": 0,\n      \"pages_viewed\": 1,\n      \"source\": \"duckduckgo.com / organic\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/15-reasons-why-youre-failing-to-generate-b2b-leads/\",\n          \"start_time\": 1741638600,\n          \"duration\": 0,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 640820,\n      \"lead_id\": 122526,\n      \"visit_start_at\": 1741637767,\n      \"visit_end_at\": 1741637767,\n      \"time_spent\": 0,\n      \"pages_viewed\": 1,\n      \"source\": \"duckduckgo.com / organic\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/\",\n          \"start_time\": 1741637767,\n          \"duration\": 0,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 640816,\n      \"lead_id\": 117746,\n      \"visit_start_at\": 1741636473,\n      \"visit_end_at\": 1741636473,\n      \"time_spent\": 5,\n      \"pages_viewed\": 1,\n      \"source\": \"(direct) / (none)\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/short-term-vs-long-term-marketing-tactics-which-should-you-implement/\",\n          \"start_time\": 1741636473,\n          \"duration\": 5,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 644403,\n      \"lead_id\": 116246,\n      \"visit_start_at\": 1741636473,\n      \"visit_end_at\": 1741636473,\n      \"time_spent\": 5,\n      \"pages_viewed\": 1,\n      \"source\": \"(direct) / (none)\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/short-term-vs-long-term-marketing-tactics-which-should-you-implement/\",\n          \"start_time\": 1741636473,\n          \"duration\": 5,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    },\n    {\n      \"id\": 644364,\n      \"lead_id\": 123697,\n      \"visit_start_at\": 1741635256,\n      \"visit_end_at\": 1741635256,\n      \"time_spent\": 0,\n      \"pages_viewed\": 1,\n      \"source\": \"duckduckgo.com / organic\",\n      \"visited_pages\": [\n        {\n          \"path\": \"/4-smart-ways-to-see-who-has-visited-your-website/\",\n          \"start_time\": 1741635256,\n          \"duration\": 0,\n          \"query\": \"\",\n          \"query_hash\": {\n\n          }\n        }\n      ]\n    }\n  ],\n  \"pagination\": {\n    \"total\": 36,\n    \"total_pages\": 4,\n    \"current_page\": 1,\n    \"next_page\": 2,\n    \"prev_page\": null\n  }\n}"}],"_postman_id":"5ed88ba3-8950-40a9-9888-04812a7a5090"},{"name":"Google Analytics User ID","id":"2ea84cee-17a8-46f7-81ed-ff11626a6222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token YOUR_API_TOKEN","type":"text"}],"url":"https://www.visitorqueue.com/api/v1/ga_users_info?ga_view_id=99999&page=1&per_page=10&min_date=2022-01-01&max_date=2022-01-30&min_time=2021-11-01 06:33:35 +0200&max_time=2021-11-01 06:33:35 AST&min_timestamp=1635762815&max_timestamp=1635777215&token=YOUR_API_TOKEN","description":"<p>This API call provides a list of company domains, with their associated company names and Google Analytics User ID, for a specific data view.</p>\n<p>Please mind if min_time\\max_time contain spaces, semicolumns of + signs - it may be needed to pass them via --data-urlencode in curl<br />i.e<br />curl --location -g --request GET '<a href=\"https://www.visitorqueue.com/api/v1/leads?ga_view_id=999&amp;page=1&amp;per_page=1&amp;token=YOUR_TOKEN'\">https://www.visitorqueue.com/api/v1/leads?ga_view_id=999&amp;page=1&amp;per_page=1&amp;token=YOUR_TOKEN'</a><br />--data-urlencode 'min_time=2021-11-01 06:33:35 AST'<br />--data-urlencode 'max_time=2021-11-01 16:33:35 +0200'</p>\n<p>In case we recived more than 1 min or max date\\time\\timestamp parameters, we will take first not blank in order date, time, timestamp.</p>\n","urlObject":{"protocol":"https","path":["api","v1","ga_users_info"],"host":["www","visitorqueue","com"],"query":[{"description":{"content":"<p>ID of a Data View - <strong>Required</strong></p>\n","type":"text/plain"},"key":"ga_view_id","value":"99999"},{"description":{"content":"<p>Page to return in a paginated collection - <em>Optional</em></p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of results to return per page - <em>Optional</em></p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"description":{"content":"<p>Scope results to be after given date - <em>Optional</em></p>\n","type":"text/plain"},"key":"min_date","value":"2022-01-01"},{"description":{"content":"<p>Scope results to be after given date - <em>Optional</em></p>\n","type":"text/plain"},"key":"max_date","value":"2022-01-30"},{"description":{"content":"<p>Can be used instead of min_date\\min_timestamp. Valid values are \n2021-11-01 06:33:35 +0200\n2021-11-01T06:33:35+0200\n2021-11-01 06:33:35 AST\n<em>Optional</em></p>\n","type":"text/plain"},"key":"min_time","value":"2021-11-01 06:33:35 +0200"},{"description":{"content":"<p>Can be used instead of max_date\\max_timestamp. Valid values are \n2021-11-01 06:33:35 +0200\n2021-11-01T06:33:35+0200\n2021-11-01 06:33:35 AST\n<em>Optional</em></p>\n","type":"text/plain"},"key":"max_time","value":"2021-11-01 06:33:35 AST"},{"description":{"content":"<p>Can be used instead of min_date\\min_time - <em>Optional</em></p>\n","type":"text/plain"},"key":"min_timestamp","value":"1635762815"},{"description":{"content":"<p>Can be used instead of max_date\\max_time - <em>Optional</em></p>\n","type":"text/plain"},"key":"max_timestamp","value":"1635777215"},{"description":{"content":"<p>alternative to header way to authorize</p>\n","type":"text/plain"},"key":"token","value":"YOUR_API_TOKEN"}],"variable":[]}},"response":[{"id":"307d2e31-dfb2-4f4f-ab9a-134817178838","name":"Google Analytics User Information","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.visitorqueue.com/api/v1/ga_users_info?ga_view_id=99999&page=1&per_page=10&min_date=2022-01-01&max_date=2022-01-30&min_time=2021-11-01 06:33:35 +0200&max_time=2021-11-01 06:33:35 AST&min_timestamp=1635762815&max_timestamp=1635777215&token=YOUR_API_TOKEN","protocol":"https","host":["www","visitorqueue","com"],"path":["api","v1","ga_users_info"],"query":[{"key":"ga_view_id","value":"99999"},{"key":"page","value":"1","description":"Page to return in a paginated collection - *Optional*"},{"key":"per_page","value":"10"},{"key":"min_date","value":"2022-01-01"},{"key":"max_date","value":"2022-01-30"},{"key":"min_time","value":"2021-11-01 06:33:35 +0200","description":"Can be used instead of min_date\\min_timestamp. Valid values are \n2021-11-01 06:33:35 +0200\n2021-11-01T06:33:35+0200\n2021-11-01 06:33:35 AST\nOptional"},{"key":"max_time","value":"2021-11-01 06:33:35 AST","description":"Can be used instead of max_date\\max_timestamp. Valid values are \n2021-11-01 06:33:35 +0200\n2021-11-01T06:33:35+0200\n2021-11-01 06:33:35 AST\nOptional"},{"key":"min_timestamp","value":"1635762815","description":"Can be used instead of min_date\\min_time - Optional"},{"key":"max_timestamp","value":"1635777215","description":"Can be used instead of max_date\\max_time - Optional"},{"key":"token","value":"YOUR_API_TOKEN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Thu, 28 Jul 2022 15:36:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.bluetail.salesforce.com *.content.force.com *.documentforce.com *.force.com *.forcesslreports.com *.forceusercontent.com *.lightning.com *.salesforce.com *.salesforceliveagent.com *.salesforce-communities.com trailblazer.me *.visualforce.com *.sfdcstatic.com secure.eloqua.com *.google.com google.com *.doubleclick.net www.facebook.com ssl.google-analytics.com login.salesforce.com test.salesforce.com analytics.localytics.com manifest.localytics.com;"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Link","value":"<https://www.visitorqueue.com/api/v1/ga_users_info?ga_view_id=112&max_date=2022-07-30&min_date=2022-02-01&page=2&per_page=60>; rel=\"last\", <https://www.visitorqueue.com/api/v1/ga_users_info?ga_view_id=112&max_date=2022-07-30&min_date=2022-02-01&page=2&per_page=60>; rel=\"next\""},{"key":"Per-Page","value":"60"},{"key":"Page","value":"1"},{"key":"Total","value":"107"},{"key":"ETag","value":"W/\"e42b64effa8fad5cad2caa6c3cc17c88\""},{"key":"X-Request-Id","value":"eae13450-189c-408f-bf29-9a528da80d71"},{"key":"X-Runtime","value":"0.709926"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ga_company_domain\": \"hl.co.uk\",\n            \"ga_company_name\": \"Hargreaves Lansdown\",\n            \"ga_user_id\": []\n        },\n        {\n            \"ga_company_domain\": \"voconnect.co.za\",\n            \"ga_company_name\": \"VO Connect\",\n            \"ga_user_id\": []\n        },\n        {\n            \"ga_company_domain\": \"johnwayne.com\",\n            \"ga_company_name\": \"John Wayne Enterprises\",\n            \"ga_user_id\": []\n        },\n        {\n            \"ga_company_domain\": \"nis.eu\",\n            \"ga_company_name\": \"NIS Gazprom Neft\",\n            \"ga_user_id\": []\n        },\n        {\n            \"ga_company_domain\": \"omcbbq.com\",\n            \"ga_company_name\": \"Onward Manufacturing Co., Ltd.\",\n            \"ga_user_id\": []\n        }\n    ],\n    \"pagination\": {\n        \"total\": 1667,\n        \"total_pages\": 334,\n        \"current_page\": 324,\n        \"next_page\": 325,\n        \"prev_page\": 323\n    }\n}"}],"_postman_id":"2ea84cee-17a8-46f7-81ed-ff11626a6222"}],"event":[{"listen":"prerequest","script":{"id":"d48eb1b5-a659-403b-8035-4ca1e86f8e84","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"919c22d5-d412-4343-af6d-345a8ef0e2c1","type":"text/javascript","exec":[""]}}],"variable":[{"key":"token","value":"token"}]}