{"info":{"_postman_id":"207e1e2e-647e-4f22-b9ba-689618f22e29","name":"Multilead Open API","description":"<html><head></head><body><p>MultiLead Open API is a publicly available application programming interface used to perform different actions such as:</p>\n<ul>\n<li><p>adding leads to a campaign;</p>\n</li>\n<li><p>collecting user data;</p>\n</li>\n<li><p>getting read or unread messages;</p>\n</li>\n<li><p>creating new global or non-global webhook users;</p>\n</li>\n<li><p>and many more.</p>\n</li>\n</ul>\n<p><strong>ENDPOINT UPDATE - July, 2026</strong></p>\n<ul>\n<li>The <strong>Connect Account</strong> endpoint now supports cookie-based authentication and two-factor authentication. When a cookie isn’t provided, both the account email and password are required.</li>\n</ul>\n<p><strong>ENDPOINT UPDATE - February, 2026</strong></p>\n<ul>\n<li><p>All GET endpoints for Teams, Account and User return only entities that have at least one active seat.</p>\n</li>\n<li><p>Status endpoints for all relevant enums/statuses</p>\n</li>\n</ul>\n<p><strong>ENDPOINT UPDATE - November, 2025</strong></p>\n<ul>\n<li><strong>IMPORTANT -</strong> We are adding rate limiting to the API. Please contact support if you are hitting rate limiting to adapt the limits.</li>\n</ul>\n<p><strong>Example response for rate limit being hit:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>HTTP Status Code: 429 Too Many Requests\nResponse Headers:\nX-RateLimit-Limit: [maximum requests allowed]\nX-RateLimit-Remaining: 0\nX-RateLimit-Reset: [Unix timestamp when the limit resets]\nRetry-After: [seconds until the limit resets]\n\n</code></pre><p><strong>Example respone of rate limit:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>HTTP Status Code: &lt;Success Status Code&gt; OK\nResponse Headers:\nX-RateLimit-Limit: [maximum requests allowed]\nX-RateLimit-Remaining: 200\nX-RateLimit-Reset: [Unix timestamp when the limit resets]\nRetry-After: [seconds until the limit resets]\n\n</code></pre><p><strong>ENDPOINT UPDATE - October, 2025</strong></p>\n<ul>\n<li><p><strong>IMPORTANT -</strong> We now have <code>{{OpenAPIUrl}}</code> and <code>{{OpenAPIUrlV2}}</code> be sure to use proper url when requsting version 1 and version 2 api endpoints</p>\n</li>\n<li><p>Endpoint to activate campaign</p>\n</li>\n<li><p>Endpoint to deactivate campaign</p>\n</li>\n</ul>\n<p><strong>ENDPOINT UPDATE - Septembar, 2025</strong></p>\n<ul>\n<li><p>Endpoint for buying a seat</p>\n</li>\n<li><p>Endpoint for fetching user activity</p>\n</li>\n<li><p>Endpoint for updating user data</p>\n</li>\n<li><p>Endpoint for deleting users</p>\n</li>\n<li><p>Endpoint for updating teams</p>\n</li>\n<li><p>Endpoint for deleting teams</p>\n</li>\n<li><p>Endpoint to transfer credits</p>\n</li>\n<li><p>Endpoint for deleting tags</p>\n</li>\n<li><p>Endpoint for updating tags</p>\n</li>\n<li><p>Endpoint for deleting seats</p>\n</li>\n<li><p>Endpoint for updating seats</p>\n</li>\n</ul>\n<p><strong>ENDPOINT UPDATE - Septembar, 2025</strong></p>\n<ul>\n<li><p>Added blacklist endpoints for global blacklists and blacklists for listing, listing keywords and deleting of blacklist and keywords.</p>\n</li>\n<li><p>Added endpoints to delete and update tags</p>\n</li>\n</ul>\n<p><strong>ENDPOINT UPDATE - April, 2025</strong></p>\n<ul>\n<li>Update one or more variables for a lead in the specified campaign and LinkedIn account.</li>\n</ul>\n<p><strong>NEW ENDPOINTS - February, 2025</strong></p>\n<ul>\n<li><p>Create Campaign From A Saved Sequence</p>\n</li>\n<li><p>Create Lead Source &amp; Link It To A Campaign</p>\n</li>\n<li><p>Get User's Saved Sequences</p>\n</li>\n</ul>\n<p><strong>ENDPOINT UPDATE - January, 2025</strong></p>\n<ul>\n<li>Export Leads from a Specific Campaign (Now exports leads with both Sales Navigator and LinkedIn basic profile URLs)</li>\n</ul>\n<p><strong>NEW ENDPOINTS - December, 2024</strong></p>\n<ul>\n<li><p>Change a Password</p>\n</li>\n<li><p>Sync LinkedIn Messages</p>\n</li>\n<li><p>Create a Team</p>\n</li>\n<li><p>Create a Team Role</p>\n</li>\n<li><p>Get Team Roles</p>\n</li>\n<li><p>Get Team Members</p>\n</li>\n<li><p>Invite a Team Member</p>\n</li>\n<li><p>Update a Team Member</p>\n</li>\n</ul>\n<h1 id=\"base-api-url\">Base API url</h1>\n<p>Please replace:</p>\n<ul>\n<li><p><strong>{{OpenAPIUrl}}</strong> with <a href=\"https://\"><code>https://api.multilead.io/api/open-api/v1</code></a> on each version 1endpoint that you wish to use.</p>\n</li>\n<li><p><strong>{{OpenAPIUrlV2}}</strong> with <a href=\"https://\"><code>https://api.multilead.io/api/open-api/v2</code></a> on each version 2 endpoint that you wish to use.</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Base API url","slug":"base-api-url"}],"owner":"7428744","collectionId":"207e1e2e-647e-4f22-b9ba-689618f22e29","publishedId":"UV5ZAGMg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-10-20T11:25:47.000Z"},"item":[{"name":"Leads","item":[{"name":"Add Leads to a Campaign","id":"68df2ee1-6f8a-459c-9975-eda4203fc6c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"profileUrl","value":"https://www.linkedin.com/in/johün-smith-marketing","type":"text","description":"<p>(Required) This is the profile URL of the lead you wish to add.</p>\n"},{"key":"email","value":"joühn.smith@company.com","type":"text","description":"<p>(Required) This is the email of the lead you wish to add.</p>\n"},{"key":"firstName","value":"Johnü","type":"text","description":"<p>(Optional) This is the first name of the lead you wish to add.</p>\n"},{"key":"lastName","value":"Smithü","type":"text","description":"<p>(Optional) This is the last name of the lead you wish to add.</p>\n"},{"key":"occupation","value":"Senior Marketing Manager","type":"text","description":"<p>(Optional) This is a current occupation of the lead you wish to add. </p>\n"},{"key":"phone","value":"+38164553964","type":"text","description":"<p>(Optional) This is the phone number of the lead you wish to add.</p>\n"},{"key":"removeDbDuplicates","value":"false","type":"text","description":"<p>(Optional) This action checks if the lead you wish to add already exists in the campaigns across all seats in the team.\nIf the \"removeDbDuplicates\": true, the lead won't be added to the campaign if they are found in any campaign across your team's seats. \nIf the \"removeDbDuplicates\": false, the lead will be added even if they already exist in any campaign across the team's seats. \nIf this parameter is not provided, the lead will not be added to the campaign if they already exist in any campaigns across the team's seats.</p>\n"},{"key":"personalizedField","value":"random","type":"text","description":"<p>(Optional) This is an additional fields for personalization. For example: \"personalizedField\": [\"twitter\", \"linkedinPersonalEmail\"]</p>\n"},{"key":"new_field","value":"field","type":"text","description":"<p>(Optional) This is an additional field for more information about the lead. For example: \"country\": \"Germany\"</p>\n"}]},"url":"{{OpenAPIUrl}}/campaign/:campaignId/leads","description":"<p>This actions adds a new lead to a selected campaign. <code>profileUrl</code> or <code>email</code> are required fields in the JSON, all other fileds can be custom.</p>\n","urlObject":{"path":["campaign",":campaignId","leads"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required Number) This is the ID of the campaign to which you wish to add leads. </p>\n","type":"text/plain"},"type":"any","value":"386300","key":"campaignId"}]}},"response":[{"id":"7d45edbf-80e7-41cc-b31d-5f9993721d40","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"profileUrl","value":"https://www.linkedin.com/in/john-smith-marketing","type":"text","description":"required: true, description: profile URL of the lead you wish to add."},{"key":"email","value":"john.smith@company.com","type":"text","description":"required: true, description: email of the lead you wish to add."},{"key":"firstName","value":"John","type":"text","description":"required: false, description: first name of the lead you wish to add."},{"key":"lastName","value":"Smith","type":"text","description":"required: false, description: last name of the lead you wish to add."},{"key":"occupation","value":"Senior Marketing Manager","type":"text","description":"required: false, description: current occupation of the lead you wish to add. "},{"key":"phone","value":"+38164553964","type":"text","description":"required: false, description: phone number of the lead you wish to add."},{"key":"removeDbDuplicates","value":"false","type":"text","description":"required: false, description: this action checks if the lead already exists in the campaign and prevents adding the lead as a duplicate. Example: If the \"removeDbDuplicates\": true and the lead you wish to add already exists in the campaign, the response will be status 200. If the \"removeDbDuplicates\": false or not provided the lead will be added even if they already exist in the campaign."},{"key":"personalizedField","value":"random","type":"text","description":"required: false, descritpion: additional fields for personalization, example: \"personalizedField\": [\"twitter\", \"linkedinPersonalEmail\"]"},{"key":"new_field","value":"field","type":"text","description":"required: false, description: additional field for more information about the lead, example: \"country\": \"Germany\""}]},"url":{"raw":"{{OpenAPIUrl}}/campaign/:campaignId/leads","host":["{{OpenAPIUrl}}"],"path":["campaign",":campaignId","leads"],"variable":[{"key":"campaignId","value":"108","description":"(Required Number) This is the ID of the campaign to which you wish to add leads. "}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"135"},{"key":"ETag","value":"W/\"87-WmdFLXeiC5GiY4J10bkBCbFvBfM\""},{"key":"Date","value":"Wed, 26 Jul 2023 08:56:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"leadId\": 22222352193,\n    \"campaignId\": 108,\n    \"identityTypeId\": 1,\n    \"leadStatusId\": 1,\n    \"currentStepId\": 189,\n    \"nextStepId\": 189,\n    \"leadGlobalStatusId\": 1\n}"},{"id":"d19d60cb-2643-4e57-aa59-d8ad96783ac7","name":"Validation error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"profileUrl","value":"https://www.linkedin.com/in/john-smith-marketing","type":"text","description":"required: true, description: profile URL of the lead you wish to add."},{"key":"email","value":"john.smith@company.com","type":"text","description":"required: true, description: email of the lead you wish to add."},{"key":"firstName","value":"John","type":"text","description":"required: false, description: first name of the lead you wish to add."},{"key":"lastName","value":"Smith","type":"text","description":"required: false, description: last name of the lead you wish to add."},{"key":"occupation","value":"Senior Marketing Manager","type":"text","description":"required: false, description: current occupation of the lead you wish to add. "},{"key":"phone","value":"+38164553964","type":"text","description":"required: false, description: phone number of the lead you wish to add."},{"key":"removeDbDuplicates","value":"false","type":"text","description":"required: false, description: this action checks if the lead already exists in the campaign and prevents adding the lead as a duplicate. Example: If the \"removeDbDuplicates\": true and the lead you wish to add already exists in the campaign, the response will be status 200. If the \"removeDbDuplicates\": false or not provided the lead will be added even if they already exist in the campaign."},{"key":"personalizedField","value":"random","type":"text","description":"required: false, descritpion: additional fields for personalization, example: \"personalizedField\": [\"twitter\", \"linkedinPersonalEmail\"]"},{"key":"new_field","value":"field","type":"text","description":"required: false, description: additional field for more information about the lead, example: \"country\": \"Germany\""}]},"url":{"raw":"{{OpenAPIUrl}}/campaign/:campaignId/leads","host":["{{OpenAPIUrl}}"],"path":["campaign",":campaignId","leads"],"variable":[{"key":"campaignId","value":"asd","description":"(Required Number) This is the ID of the campaign to which you wish to add leads. "}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"169"},{"key":"ETag","value":"W/\"a9-xq24rOQ/4Gaf161fUVsshu8Gbfo\""},{"key":"Date","value":"Wed, 26 Jul 2023 09:01:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"campaignId\": {\n            \"value\": \"asd\",\n            \"msg\": \"campaignId must be a number.\",\n            \"param\": \"campaignId\",\n            \"location\": \"params\"\n        }\n    }\n}"},{"id":"82203ba9-a93e-42d7-adb7-963316db188c","name":"Success when removeDbDuplicates is true","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"profileUrl","value":"https://www.linkedin.com/in/john-smith-marketing","type":"text","description":"required: true, description: profile URL of the lead you wish to add."},{"key":"email","value":"john.smith@company.com","type":"text","description":"required: true, description: email of the lead you wish to add."},{"key":"firstName","value":"John","type":"text","description":"required: false, description: first name of the lead you wish to add."},{"key":"lastName","value":"Smith","type":"text","description":"required: false, description: last name of the lead you wish to add."},{"key":"occupation","value":"Senior Marketing Manager","type":"text","description":"required: false, description: current occupation of the lead you wish to add. "},{"key":"phone","value":"+38164553964","type":"text","description":"required: false, description: phone number of the lead you wish to add."},{"key":"removeDbDuplicates","value":"false","type":"text","description":"required: false, description: this action checks if the lead already exists in the campaign and prevents adding the lead as a duplicate. Example: If the \"removeDbDuplicates\": true and the lead you wish to add already exists in the campaign, the response will be status 200. If the \"removeDbDuplicates\": false or not provided the lead will be added even if they already exist in the campaign."},{"key":"personalizedField","value":"random","type":"text","description":"required: false, descritpion: additional fields for personalization, example: \"personalizedField\": [\"twitter\", \"linkedinPersonalEmail\"]"},{"key":"new_field","value":"field","type":"text","description":"required: false, description: additional field for more information about the lead, example: \"country\": \"Germany\""}]},"url":{"raw":"{{OpenAPIUrl}}/campaign/:campaignId/leads","host":["{{OpenAPIUrl}}"],"path":["campaign",":campaignId","leads"],"variable":[{"key":"campaignId","value":"108","description":"(Required Number) This is the ID of the campaign to which you wish to add leads. "}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"135"},{"key":"ETag","value":"W/\"87-rOYY34FgxS0qQ8F8UlRVmXfxRUo\""},{"key":"Date","value":"Wed, 26 Jul 2023 09:06:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"leadId\": 22222352194,\n    \"campaignId\": 108,\n    \"identityTypeId\": 1,\n    \"leadStatusId\": 1,\n    \"currentStepId\": 189,\n    \"nextStepId\": 189,\n    \"leadGlobalStatusId\": 1\n}"},{"id":"c78c3f4d-3775-4e26-ac1d-fe0966a74cfa","name":"Authorization error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"profileUrl","value":"https://www.linkedin.com/in/john-smith-marketing","type":"text","description":"required: true, description: profile URL of the lead you wish to add."},{"key":"email","value":"john.smith@company.com","type":"text","description":"required: true, description: email of the lead you wish to add."},{"key":"firstName","value":"John","type":"text","description":"required: false, description: first name of the lead you wish to add."},{"key":"lastName","value":"Smith","type":"text","description":"required: false, description: last name of the lead you wish to add."},{"key":"occupation","value":"Senior Marketing Manager","type":"text","description":"required: false, description: current occupation of the lead you wish to add. "},{"key":"phone","value":"+38164553964","type":"text","description":"required: false, description: phone number of the lead you wish to add."},{"key":"removeDbDuplicates","value":"false","type":"text","description":"required: false, description: this action checks if the lead already exists in the campaign and prevents adding the lead as a duplicate. Example: If the \"removeDbDuplicates\": true and the lead you wish to add already exists in the campaign, the response will be status 200. If the \"removeDbDuplicates\": false or not provided the lead will be added even if they already exist in the campaign."},{"key":"personalizedField","value":"random","type":"text","description":"required: false, descritpion: additional fields for personalization, example: \"personalizedField\": [\"twitter\", \"linkedinPersonalEmail\"]"},{"key":"new_field","value":"field","type":"text","description":"required: false, description: additional field for more information about the lead, example: \"country\": \"Germany\""}]},"url":{"raw":"{{OpenAPIUrl}}/campaign/:campaignId/leads","host":["{{OpenAPIUrl}}"],"path":["campaign",":campaignId","leads"],"variable":[{"key":"campaignId","value":"108","description":"(Required Number) This is the ID of the campaign to which you wish to add leads. "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Wed, 26 Jul 2023 09:11:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"68df2ee1-6f8a-459c-9975-eda4203fc6c6"},{"name":"Update Lead","id":"b6c723ba-ea47-44df-afc9-43169b018738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"campaignId\": 312925,\r\n    \"linkedinAccountId\": 2,\r\n    \"changedValues\": {\r\n        \"businessEmail\": \"john.smith@company.com\",\r\n        \"custom-variable\": \"custom value\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/campaigns/:campaignId/leads/:leadId","description":"<p>This action updates one or more variables for a lead in the specified campaign and LinkedIn account.</p>\n<p>The request body must include <strong>campaignId</strong>, <strong>linkedinAccountId</strong>, and a <strong>changedValues</strong> object whose key–value pairs can be any built‑in or custom fields (e.g., <code>\"businessEmail\": \"test@company.com\"</code>, <code>\"custom-variable\": \"custom value\"</code>).</p>\n","urlObject":{"path":["campaigns",":campaignId","leads",":leadId"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"type":"any","value":"","key":"campaignId"},{"type":"any","value":"","key":"leadId"}]}},"response":[{"id":"b05edc33-c308-4657-965b-ad2b180b7c51","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"campaignId\": 312925,\r\n    \"linkedinAccountId\": 2,\r\n    \"changedValues\": {\r\n        \"businessEmail\": \"john.smith@company.com\",\r\n        \"custom-variable\": \"custom value\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/campaigns/:campaignId/leads/:leadId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","campaigns",":campaignId","leads",":leadId"],"variable":[{"key":"campaignId","value":"312925","description":"(Required Number) This is the ID of the campaign to which you wish to add leads. "},{"key":"leadId","value":"143731083"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Thu, 17 Apr 2025 12:14:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"170"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"aa-OkGt5ejs4hzdyemw+DeyVYycua4\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 143731083\n    },\n    \"statusCode\": 200,\n    \"metadata\": {\n        \"method\": \"PUT\",\n        \"path\": \"/api/open-api/v2/campaigns/312925/leads/143731083\",\n        \"timestamp\": 1744892091997\n    }\n}"},{"id":"1df639a3-2ea0-4c11-9cc3-bf5fddfc8310","name":"Validation error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"changedValues\": {\r\n        \"businessEmail\": \"john.smith@company.com\",\r\n        \"custom-variable\": \"custom value\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/campaigns/:campaignId/leads/:leadId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","campaigns",":campaignId","leads",":leadId"],"variable":[{"key":"campaignId","value":"312925","description":"(Required Number) This is the ID of the campaign to which you wish to add leads. "},{"key":"leadId","value":"143731083"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Thu, 17 Apr 2025 12:16:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"266"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"10a-0T+qd+NtbFa09kCtuweZWkNZWJA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": [\n        \"linkedinAccountId must be a number conforming to the specified constraints\"\n    ],\n    \"error\": \"BadRequestException\",\n    \"statusCode\": 400,\n    \"metadata\": {\n        \"method\": \"PUT\",\n        \"path\": \"/api/open-api/v2/campaigns/312925/leads/143731083\",\n        \"timestamp\": 1744892169368\n    }\n}"},{"id":"ebf804d7-7e3a-4b7b-ba1c-390b041250f6","name":"Authorization error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"campaignId\": 312925,\r\n    \"linkedinAccountId\": 2,\r\n    \"changedValues\": {\r\n        \"businessEmail\": \"john.smith@company.com\",\r\n        \"custom-variable\": \"custom value\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/campaigns/:campaignId/leads/:leadId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","campaigns",":campaignId","leads",":leadId"],"variable":[{"key":"campaignId","value":"312925","description":"(Required Number) This is the ID of the campaign to which you wish to add leads. "},{"key":"leadId","value":"143731083"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Thu, 17 Apr 2025 12:17:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"210"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"d2-qD784MK3EgYwVi7T+mSH1NE7420\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"API key is missing\",\n    \"error\": \"UnauthorizedException\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"PUT\",\n        \"path\": \"/api/open-api/v2/campaigns/312925/leads/143731083\",\n        \"timestamp\": 1744892256014\n    }\n}"},{"id":"8e031d96-4506-4626-819e-d474e84502af","name":"Update Lead","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"linkedinAccountId\": 32463,\r\n    \"changedValues\": {\r\n        \"zika\": \"zika\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/campaigns/:campaignId/leads/:leadId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","campaigns",":campaignId","leads",":leadId"],"variable":[{"key":"campaignId","value":"344420"},{"key":"leadId","value":"160131642"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 11 Aug 2025 12:33:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"34-rlKccw1E+/fV8niQk4oFitDfPro\""}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 500,\n    \"message\": \"Internal server error\"\n}"}],"_postman_id":"b6c723ba-ea47-44df-afc9-43169b018738"},{"name":"Get Leads from a Specific Thread","id":"c263164b-e630-4fc8-abe7-11937b677067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/:thread/belonged_leads","description":"<p>This action retrieves leads who are part of a specific thread.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","conversations",":thread","belonged_leads"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"814606","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of. </p>\n","type":"text/plain"},"type":"any","value":"7","key":"accountId"},{"description":{"content":"<p>(Required)This is the ID of the thread from which you wish to retrieve the leads.</p>\n","type":"text/plain"},"type":"any","value":"6615475697433579520","key":"thread"}]}},"response":[{"id":"7bc12d8e-c689-40d9-980c-0839f2c437f9","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/:thread/belonged_leads","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations",":thread","belonged_leads"],"variable":[{"key":"userId","value":"814606","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"7","description":"(Required) Account id that has the campaign you want to get leads from"},{"key":"thread","value":"6615475697433579520","description":"(Required) Thread id that leads belong to"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1713"},{"key":"ETag","value":"W/\"6b1-K5Byo7pRCLKZOZvb9qMXuYku/0o\""},{"key":"Date","value":"Mon, 10 Jan 2022 11:37:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 894,\n                \"campaignId\": 50,\n                \"leadSourceId\": 50,\n                \"linkedinUserId\": 2577,\n                \"identityTypeId\": 1,\n                \"linkedinAccountId\": 5,\n                \"leadStatusId\": 3,\n                \"currentStepId\": null,\n                \"nextStepId\": null,\n                \"leadGlobalStatusId\": 6,\n                \"nextCampaignStep\": null,\n                \"creationUTCTimestamp\": 1575994711282,\n                \"stepChangeTimestamp\": 1577104580187,\n                \"lastSetupInProgress\": 1577104569388,\n                \"interactionCount\": 2,\n                \"note\": null,\n                \"connectionDetected\": true,\n                \"isPremium\": false,\n                \"isOpenInmail\": false,\n                \"isDeclined\": false,\n                \"isBlocked\": false,\n                \"checkResponseTimestamp\": 0,\n                \"unsubscribe\": false,\n                \"createdAt\": \"2019-12-10T16:18:31.000Z\",\n                \"updatedAt\": \"2021-03-10T12:34:56.000Z\",\n                \"campaignBack\": 0,\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 50,\n                    \"linkedinAccountId\": 5,\n                    \"networkId\": 1,\n                    \"statusId\": 5,\n                    \"statusChangeTimestamp\": 1575994698178,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"Growth Hac\",\n                    \"connectMessage\": \"{\\\"connectMessage\\\":\\\"Hi {{firstName}}, I see that you are {{occupation}} at {{currentCompany}}, and I like what you are doing there.\\\\n\\\\nI'm looking to connect with business professionals like you.\\\\n\\\\n\\\\nJovan\\\\n\\\\nCo-founder of Company \\\\n\\\\nwww.company.io\\\",\\\"tagInfo\\\":[{\\\"tag\\\":\\\"currentCompany\\\",\\\"replaceWith\\\":\\\"your company\\\"},{\\\"tag\\\":\\\"occupation\\\",\\\"replaceWith\\\":\\\"working\\\"},{\\\"tag\\\":\\\"firstName\\\",\\\"replaceWith\\\":\\\"\\\"}]}\",\n                    \"lastProcessingTimestamp\": 1575994698178,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": false,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2019-12-10T16:16:17.000Z\",\n                    \"updatedAt\": \"2020-02-16T17:39:20.000Z\",\n                    \"startAt\": 1914956556956,\n                    \"stateId\": 1,\n                    \"enableClickRate\": true,\n                    \"enableOpenRate\": true\n                }\n            }\n        ]\n    }\n}"},{"id":"5b3b049a-af46-41ac-927a-729d636a11c9","name":"authorization error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/:thread/belonged_leads","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations",":thread","belonged_leads"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","description":"(Required) Account id that has the campaign you want to get leads from"},{"key":"thread","value":"123123123","description":"(Required) Thread id that leads belong to"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:32:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"9150291e-f375-48ee-9d87-682a2465587c","name":"missing user id, account id or thread ","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/:thread/belonged_leads","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations",":thread","belonged_leads"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","description":"(Required) Account id that has the campaign you want to get leads from"},{"key":"thread","value":"","description":"(Required) Thread id that leads belong to"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"204"},{"key":"Date","value":"Mon, 08 Nov 2021 05:31:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot GET /api/backend/v1/users/1/accounts/161/conversations//belonged_leads</pre>\n    </body>\n</html>"}],"_postman_id":"c263164b-e630-4fc8-abe7-11937b677067"},{"name":"Get Tags for Specific Leads","id":"d9dd04f1-1498-4dc8-aaa8-f5dc142aece6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads/tags?leadIds=[22222294915]","description":"<p>This action retrieves tags for specific leads.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","leads","tags"],"host":["{{OpenAPIUrl}}"],"query":[{"description":{"content":"<p>(Required) These are the IDs of leads whose tags you wish to retrieve.</p>\n<p>Type: Array</p>\n","type":"text/plain"},"key":"leadIds","value":"[22222294915]"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"string","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of. </p>\n","type":"text/plain"},"type":"string","value":"161","key":"accountId"}]}},"response":[{"id":"baa95ad9-a73e-4b81-a44c-ffa72ddeda36","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads/tags?leadIds=[22222294915]","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","leads","tags"],"query":[{"key":"leadIds","value":"[22222294915]","description":"(Required) Lead ids for which  you want to get tags\n\nType: Array\n"}],"variable":[{"description":"(Required) User id that you is connected with your account","key":"userId","type":"string","value":"1"},{"description":"(Required) Account id that has the campaign you want to get leads from","key":"accountId","type":"string","value":"161"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"409"},{"key":"ETag","value":"W/\"199-MSg87dy0Iy6yjPkZnmQftxPLXTY\""},{"key":"Date","value":"Mon, 10 Jan 2022 11:37:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 542,\n                \"tagId\": 64,\n                \"leadId\": 22222294915\n            },\n            {\n                \"id\": 574,\n                \"tagId\": 66,\n                \"leadId\": 22222294915\n            },\n            {\n                \"id\": 588,\n                \"tagId\": 67,\n                \"leadId\": 22222294915\n            },\n            {\n                \"id\": 666,\n                \"tagId\": 68,\n                \"leadId\": 22222294915\n            },\n            {\n                \"id\": 667,\n                \"tagId\": 68,\n                \"leadId\": 22222294915\n            },\n            {\n                \"id\": 668,\n                \"tagId\": 68,\n                \"leadId\": 22222294915\n            },\n            {\n                \"id\": 669,\n                \"tagId\": 68,\n                \"leadId\": 22222294915\n            },\n            {\n                \"id\": 670,\n                \"tagId\": 68,\n                \"leadId\": 22222294915\n            },\n            {\n                \"id\": 671,\n                \"tagId\": 68,\n                \"leadId\": 22222294915\n            }\n        ]\n    }\n}"},{"id":"1e78fae0-96be-484a-ac13-6dd95d380927","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads/tags?leadIds=[22222304394]","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","leads","tags"],"query":[{"key":"leadIds","value":"[22222304394]","description":"(Required) Lead ids for which  you want to get tags\n\nType: Array\n"}],"variable":[{"description":"(Required) User id that you is connected with your account","key":"userId","type":"string","value":"1"},{"description":"(Required) Account id that has the campaign you want to get leads from","key":"accountId","type":"string","value":"mu"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"166"},{"key":"ETag","value":"W/\"a6-HGm2MBeGeU2v2+Vaz9Ye9txRJMs\""},{"key":"Date","value":"Wed, 29 Dec 2021 12:46:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"accountId\": {\n            \"value\": \"mu\",\n            \"msg\": \"Account id must be a number.\",\n            \"param\": \"accountId\",\n            \"location\": \"params\"\n        }\n    }\n}"},{"id":"67390a94-6f63-4ab3-b3c8-46bce8c72cc5","name":"Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads/tags?leadIds=[22222304394]","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","leads","tags"],"query":[{"key":"leadIds","value":"[22222304394]","description":"(Required) Lead ids for which  you want to get tags\n\nType: Array\n"}],"variable":[{"description":"(Required) User id that you is connected with your account","key":"userId","type":"string","value":"1"},{"description":"(Required) Account id that has the campaign you want to get leads from","key":"accountId","type":"string","value":"161"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Wed, 29 Dec 2021 12:52:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"d9dd04f1-1498-4dc8-aaa8-f5dc142aece6"},{"name":"Assign a Tag to a Specific Lead","id":"c388b164-da0b-4140-bab7-85ba59fafbce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads/:leadId/tags/:tagId","description":"<p>This action adds a new tag to a specific lead.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","leads",":leadId","tags",":tagId"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"string","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of. </p>\n","type":"text/plain"},"type":"string","value":"161","key":"accountId"},{"description":{"content":"<p>(Required) This is the ID of the lead to whom you wish to assign a tag.</p>\n","type":"text/plain"},"type":"string","value":"22222294915","key":"leadId"},{"description":{"content":"<p>(Required) This is the ID of the tag that you wish to assign to a specific lead. </p>\n","type":"text/plain"},"type":"string","value":"68","key":"tagId"}]}},"response":[{"id":"5a8fad56-b28c-43b3-a884-ba07c76c536c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads/:leadId/tags/:tagId","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","leads",":leadId","tags",":tagId"],"variable":[{"key":"userId","value":"1","type":"string","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"},{"key":"leadId","value":"22222304394","type":"string","description":"(Required) Lead id to whcich you want add tag"},{"key":"tagId","value":"68","type":"string","description":"(Required) Tag id of the tag to be added"}]}},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Date","value":"Wed, 29 Dec 2021 12:53:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"13d17054-339e-444e-8098-9d90aa24eeb3","name":"Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads/:leadId/tags/:tagId","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","leads",":leadId","tags",":tagId"],"variable":[{"key":"userId","value":"1","type":"string","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"},{"key":"leadId","value":"22222304394","type":"string","description":"(Required) Lead id to whcich you want add tag"},{"key":"tagId","value":"68","type":"string","description":"(Required) Tag id of the tag to be added"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Wed, 29 Dec 2021 12:55:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"83712161-ce54-4096-aa77-2e8e9fcb87cd","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads/:leadId/tags/:tagId","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","leads",":leadId","tags",":tagId"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account","type":"string"},{"key":"accountId","value":"invalid","description":"(Required) Account id that has the campaign you want to get leads from","type":"string"},{"key":"leadId","value":"invalid","description":"(Required) Lead id to whcich you want add tag","type":"string"},{"key":"tagId","value":"68","description":"(Required) Tag id of the tag to be added","type":"string"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"264"},{"key":"ETag","value":"W/\"108-lE1ixOmunjkUc6SAMJU31WnPj/I\""},{"key":"Date","value":"Wed, 29 Dec 2021 12:55:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"accountId\": {\n            \"value\": \"invalid\",\n            \"msg\": \"Account id must be a number.\",\n            \"param\": \"accountId\",\n            \"location\": \"params\"\n        },\n        \"leadId\": {\n            \"value\": \"invalid\",\n            \"msg\": \"leadId is not a number\",\n            \"param\": \"leadId\",\n            \"location\": \"params\"\n        }\n    }\n}"}],"_postman_id":"c388b164-da0b-4140-bab7-85ba59fafbce"},{"name":"Remove a Tag from a Specific Lead","id":"3ed949c8-c93d-439e-941a-4f6b08d4afb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads/:leadId/tags/:tagId","description":"<p>This action removes a specific tag from a specific lead.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","leads",":leadId","tags",":tagId"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"string","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"string","value":"161","key":"accountId"},{"description":{"content":"<p>(Required) This is the ID of the lead from whom you wish to remove the tag. </p>\n","type":"text/plain"},"type":"string","value":"22222294915","key":"leadId"},{"description":{"content":"<p>(Required) This is the ID of the tag that you wish to remove from a specific lead.</p>\n","type":"text/plain"},"type":"string","value":"68","key":"tagId"}]}},"response":[{"id":"e4228ab3-05e6-4577-8892-8adb940396e7","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads/:leadId/tags/:tagId","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","leads",":leadId","tags",":tagId"],"variable":[{"description":"(Required) User id that you is connected with your account","key":"userId","type":"string","value":"1"},{"description":"(Required) Account id that has the campaign you want to get leads from","key":"accountId","type":"string","value":"161"},{"description":"(Required) Lead id from which you want delete tag","key":"leadId","type":"string","value":"22222294915"},{"description":"(Required) Tag id of the tag to be deleted","key":"tagId","type":"string","value":"68"}]}},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Date","value":"Wed, 12 Jan 2022 05:48:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"0d18d10e-fff4-445a-89e7-2675a92eaf04","name":"Authorization Error","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads/:leadId/tags/:tagId","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","leads",":leadId","tags",":tagId"],"variable":[{"description":"(Required) User id that you is connected with your account","key":"userId","type":"string","value":"1"},{"description":"(Required) Account id that has the campaign you want to get leads from","key":"accountId","type":"string","value":"161"},{"description":"(Required) Lead id from which you want delete tag","key":"leadId","type":"string","value":"22222294915"},{"description":"(Required) Tag id of the tag to be deleted","key":"tagId","type":"string","value":"68"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Wed, 12 Jan 2022 05:56:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"41ca1461-e5cd-4b84-849f-e50eb56c60f2","name":"Validation Error","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads/:leadId/tags/:tagId","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","leads",":leadId","tags",":tagId"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account","type":"string"},{"key":"accountId","value":"161","description":"(Required) Account id that has the campaign you want to get leads from","type":"string"},{"key":"leadId","value":"invalid","description":"(Required) Lead id from which you want delete tag","type":"string"},{"key":"tagId","value":"invalid","description":"(Required) Tag id of the tag to be deleted","type":"string"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"245"},{"key":"ETag","value":"W/\"f5-9VPJUCHyIykxEomT8zQtKUxHk6A\""},{"key":"Date","value":"Wed, 12 Jan 2022 05:49:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"leadId\": {\n            \"value\": \"invalid\",\n            \"msg\": \"leadId is not a number\",\n            \"param\": \"leadId\",\n            \"location\": \"params\"\n        },\n        \"tagId\": {\n            \"value\": \"invalid\",\n            \"msg\": \"tagId is not a number\",\n            \"param\": \"tagId\",\n            \"location\": \"params\"\n        }\n    }\n}"}],"_postman_id":"3ed949c8-c93d-439e-941a-4f6b08d4afb1"},{"name":"Get LinkedIn User Info","id":"4021a19f-3811-4a20-8f86-5283a553f61b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/linkedin_users/:linkedinUserId","description":"<p>This action retrieves the LinkedIn profile information for a specific user if you previously started a conversation with them.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","linkedin_users",":linkedinUserId"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"any","value":"6390","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of. </p>\n","type":"text/plain"},"type":"any","value":"1951","key":"accountId"},{"description":{"content":"<p>(Required) This is the LinkedIn ID of the user for whom you wish to retrieve profile information. </p>\n","type":"text/plain"},"type":"any","value":"111195199","key":"linkedinUserId"}]}},"response":[{"id":"1aa5b7bb-6dc0-45a1-bd9e-abe2b530a184","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/linkedin_users/:linkedinUserId","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","linkedin_users",":linkedinUserId"],"variable":[{"key":"userId","value":"1"},{"key":"accountId","value":"161"},{"key":"linkedinUserId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3023"},{"key":"ETag","value":"W/\"bcf-RdhhF2wCMyXkQVMrp2oDfxFt9ss\""},{"key":"Date","value":"Thu, 30 Dec 2021 11:48:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"id\": 103702,\n        \"linkedinUser\": {\n            \"education\": [\n                {\n                    \"schoolLink\": \"https://www.linkedin.com/search/results/all/?keywords=IT%20Academy\",\n                    \"schoolLogo\": \"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\",\n                    \"schoolName\": \"IT Academy\",\n                    \"schoolFos\": \"PHP\",\n                    \"timeInSchool\": \"2018 – 2018\"\n                }\n            ],\n            \"experience\": [\n                {\n                    \"companyLink\": \"https://www.linkedin.com/search/results/all/?keywords=Tematika%20Web%20Studio\",\n                    \"companyLogo\": \"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\",\n                    \"companyName\": \"Web Developer\",\n                    \"positionInCompany\": \"Tematika Web Studio\",\n                    \"timeInCompany\": \"Jun 2015 – Oct 2020\"\n                },\n                {\n                    \"companyLink\": \"https://www.linkedin.com/company/upwork/\",\n                    \"companyLogo\": \"https://media-exp1.licdn.com/dms/image/C560BAQFFFu06Nx9m4A/company-logo_100_100/0/1594224715266?e=1621468800&v=beta&t=Luf8CozyQYjQMvimVigUp_PgByAzV1gh2cuz4YBSnhQ\",\n                    \"companyName\": \"Freelance Web Developer\",\n                    \"positionInCompany\": \"Upwork\",\n                    \"timeInCompany\": \"Mar 2015 – Oct 2020\",\n                    \"companyLocation\": \"Remote\"\n                },\n                {\n                    \"companyLink\": \"https://www.linkedin.com/company/oxford-web-studio/\",\n                    \"companyLogo\": \"https://media-exp1.licdn.com/dms/image/C4E0BAQGiu1sH2vvJBA/company-logo_100_100/0/1519908072827?e=1621468800&v=beta&t=2g20jLKPnGQcXuqYEqz7rKArVvLNK9LZ7imiLDC3FdE\",\n                    \"companyName\": \"Web Developer\",\n                    \"positionInCompany\": \"Oxford Web Studio\",\n                    \"timeInCompany\": \"Jun 2014 – Jun 2015\",\n                    \"companyLocation\": \"Jagodina\"\n                }\n            ],\n            \"volunteer\": null,\n            \"id\": 1,\n            \"email\": null,\n            \"businessEmail\": null,\n            \"fullName\": \"Damir Ristic\",\n            \"picture\": \"https://media-exp1.licdn.com/dms/image/C4D03AQF-VUbaFgUQCg/profile-displayphoto-shrink_200_200/0/1608908056530?e=1618444800&v=beta&t=n3d8ln787qhAIT39GWfZaSMY5Gbi4-ZpACzWsARm9sk\",\n            \"occupation\": \"Full Stack Engineer\",\n            \"country\": \"Belgrade, Serbia\",\n            \"currentCompanyLogo\": \"https://media-exp1.licdn.com/dms/image/C4E0BAQFIf7c2B5Nv3Q/company-logo_100_100/0/1611764117462?e=1621468800&v=beta&t=i6gSoAM3oN-_j6mps_Qa4sYWJmcWk0OkffHOqyxSvA8\",\n            \"primaryIdentifier\": \"699589475\",\n            \"primaryIdentifierTypeId\": 2,\n            \"currentCompany\": \"Company \\n        Full-time\",\n            \"yearsInCurrentCompany\": 2,\n            \"totalCareerPositionsCount\": 4,\n            \"totalYearsInCareer\": \"8\",\n            \"collegeName\": \"IT Academy\",\n            \"temporaryField\": null,\n            \"phone\": \"0656571261\",\n            \"twitter\": null,\n            \"website\": \"www.tematikawebstudio.com\",\n            \"domain\": null,\n            \"connectionDegree\": null,\n            \"activities\": null,\n            \"recommendations\": null,\n            \"currentLinkedinCompanyId\": null,\n            \"created_at\": \"2019-09-01T09:34:00.000Z\",\n            \"updated_at\": \"2021-02-12T10:35:20.000Z\",\n            \"additionalData\": null,\n            \"profileIdentifiers\": [\n                {\n                    \"id\": 1441,\n                    \"identifier\": \"damir-ristic-02b35b176\",\n                    \"identityTypeId\": 1,\n                    \"linkedinUserId\": 1,\n                    \"createdAt\": \"2019-12-01T09:08:52.000Z\",\n                    \"updatedAt\": \"2021-02-12T10:35:20.000Z\"\n                }\n            ]\n        }\n    }\n}"},{"id":"5daa2c4d-9001-4682-8ef1-d32391cc6311","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/linkedin_users/:linkedinUserId","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","linkedin_users",":linkedinUserId"],"variable":[{"key":"userId","value":"1"},{"key":"accountId","value":"invalid"},{"key":"linkedinUserId","value":"invalid"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"289"},{"key":"ETag","value":"W/\"121-+sPCcGDiKttwXcHwrlr8MmRsdpc\""},{"key":"Date","value":"Thu, 30 Dec 2021 11:47:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"accountId\": {\n            \"value\": \"invalid\",\n            \"msg\": \"Account id must be a number.\",\n            \"param\": \"accountId\",\n            \"location\": \"params\"\n        },\n        \"linkedinUserId\": {\n            \"value\": \"invalid\",\n            \"msg\": \"Linkedin user id must be a number\",\n            \"param\": \"linkedinUserId\",\n            \"location\": \"params\"\n        }\n    }\n}"},{"id":"60bfd86d-8195-4e9c-8ab2-1f69216c7087","name":"User not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/linkedin_users/:linkedinUserId","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","linkedin_users",":linkedinUserId"],"variable":[{"key":"userId","value":"1"},{"key":"accountId","value":"161"},{"key":"linkedinUserId","value":"7888"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"250"},{"key":"ETag","value":"W/\"fa-bTQKx85ulaMml89fvr7paprAhj8\""},{"key":"Date","value":"Thu, 30 Dec 2021 11:52:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Error: Non existing linkedin user"},{"id":"79b9d4d2-793b-4e2b-a4c0-747d16bd226c","name":"Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/linkedin_users/:linkedinUserId","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","linkedin_users",":linkedinUserId"],"variable":[{"key":"userId","value":"1"},{"key":"accountId","value":"161"},{"key":"linkedinUserId","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Thu, 30 Dec 2021 11:49:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"4021a19f-3811-4a20-8f86-5283a553f61b"},{"name":"Pause Executing Steps on a Specific Lead","id":"fa5c6c5d-bbb3-46b0-afd4-82c4faa277b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) This is your API key. </p>\n","key":"Authorization","type":"text","value":"{{apiKey}}"}],"url":"{{OpenAPIUrl}}/leads/:leadId/pause","description":"<p>This action pauses the execution of the steps that come next on a specific lead from a specific campaign.</p>\n","urlObject":{"path":["leads",":leadId","pause"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is the ID of the lead whom you wish to pause. </p>\n","type":"text/plain"},"type":"any","value":"22222302733","key":"leadId"}]}},"response":[{"id":"a090437a-1f78-4f3a-a352-1fa223f7e142","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/leads/:leadId/pause","host":["{{OpenAPIUrl}}"],"path":["leads",":leadId","pause"],"variable":[{"key":"leadId","value":"22222342774","description":"(Required) Lead id that you want to pause"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 05 Nov 2021 12:31:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"3f71d1b3-82fa-47ac-b091-91274b7b1132","name":"missing lead id","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/leads/:leadId/pause","host":["{{OpenAPIUrl}}"],"path":["leads",":leadId","pause"],"variable":[{"key":"leadId","value":"invalid","description":"(Required) Lead id that you want to pause"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"5"},{"key":"ETag","value":"W/\"5-fy9qFc+NorJ+Wkr0e1jnrXHAs9k\""},{"key":"Date","value":"Fri, 05 Nov 2021 12:32:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Error"},{"id":"64ac6847-c2a0-447b-9973-ce9b8ad8df28","name":"authorization error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/leads/:leadId/pause","host":["{{OpenAPIUrl}}"],"path":["leads",":leadId","pause"],"variable":[{"key":"leadId","value":"22222342774","description":"(Required) Lead id that you want to pause"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 04:39:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"fa5c6c5d-bbb3-46b0-afd4-82c4faa277b0"},{"name":"Resume Executing Steps on a Specific Lead","id":"61d887d8-c2e6-47ac-ad24-85a2a9467cb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) This is your API key. </p>\n","key":"Authorization","type":"text","value":"{{apiKey}}"}],"url":"{{OpenAPIUrl}}/leads/:leadId/continue","description":"<p>This action resumes the execution of the steps that come next on a specific lead from a specific campaign.</p>\n","urlObject":{"path":["leads",":leadId","continue"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required Number) This is the ID of the lead on whom you wish the campaign to continue executing steps.</p>\n","type":"text/plain"},"type":"any","value":"22222302733","key":"leadId"}]}},"response":[{"id":"4cc8e560-9fa4-4b30-89ff-f9a34398bdc1","name":"Success","originalRequest":{"method":"PATCH","header":[{"description":"(Required) This is your API key. ","key":"Authorization","type":"text","value":"{{apiKey}}"}],"url":{"raw":"{{OpenAPIUrl}}/leads/:leadId/continue","host":["{{OpenAPIUrl}}"],"path":["leads",":leadId","continue"],"variable":[{"key":"leadId","value":"22222302733","description":"(Required Number) This is the ID of the lead on whom you wish the campaign to continue executing steps."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 21 Jun 2023 11:12:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"4137110d-e015-433d-88c9-848be29d2fc3","name":"lead not found error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/leads/:leadId/continue","host":["{{OpenAPIUrl}}"],"path":["leads",":leadId","continue"],"variable":[{"key":"leadId","value":"22222342774","description":"(Required) Lead id that you want to continue"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"58"},{"key":"ETag","value":"W/\"3a-9JrocVdi5ALlq6W6se2/emCfSVQ\""},{"key":"Date","value":"Mon, 08 Nov 2021 04:42:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"Lead not found for user\"\n    }\n}"},{"id":"4fde6b55-b953-4b37-99af-7530f3440736","name":"authorization error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/leads/:leadId/continue","host":["{{OpenAPIUrl}}"],"path":["leads",":leadId","continue"],"variable":[{"key":"leadId","value":"22222342774","description":"(Required) Lead id that you want to continue"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 04:43:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"c8173be6-c9d7-4047-97fe-aaff38515663","name":"missing  lead id","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/leads/:leadId/continue","host":["{{OpenAPIUrl}}"],"path":["leads",":leadId","continue"],"variable":[{"key":"leadId","value":"","description":"(Required) Lead id that you want to continue"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"171"},{"key":"Date","value":"Mon, 08 Nov 2021 04:43:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot PATCH /api/backend/v1/leads//continue</pre>\n    </body>\n</html>"}],"_postman_id":"61d887d8-c2e6-47ac-ad24-85a2a9467cb0"},{"name":"Get Lead Info from a Specific Campaign","id":"39ddf353-cf5e-4f6f-a133-f88aaaf9a473","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) This is your API key. </p>\n","key":"Authorization","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":""},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/leads?limit=30&offset=0","description":"<p>This action retrieves specific leads from a chosen campaign that meet certain filter criteria.</p>\n<p>There are <strong>7 groups</strong> of filters:</p>\n<p>1. <strong>Advanced filters</strong>: filterByName, filterByCompany, filterByOccupation, and filterByHeadline,</p>\n<p>2. <strong>Filter leads by status</strong>: filterByStatus, filterByConnectionDegree, and filterByOutOfOffice,</p>\n<p>3. <strong>Filter by verified emails</strong>: filterByNotVerifiedEmails, and filterByVerifiedEmails,</p>\n<p>4. <strong>Filter by current step</strong>: filterByCurrentStep,</p>\n<p>5. <strong>Filter by selected leads:</strong> filterBySelectedLeads,</p>\n<p>6. <strong>Filter by step change timestamp</strong>: filterByStepChangeTimestamp,</p>\n<p>7. <strong>Search</strong> (general filter).</p>\n<p><strong>Filters</strong> <strong>within the same group</strong> operate with the <strong>OR</strong> rule, meaning the platform retrieves leads who match at least one specified filter. For example, if you provide ‘filterByName’ and ‘filterByCompany’ from the Advanced Filters group, the platform will retrieve leads who match either ‘filterByName’ or ‘filterByCompany’.</p>\n<p>However, <strong>filters</strong> <strong>from two different groups</strong> work with the <strong>AND</strong> rule, meaning the platform retrieves leads who satisfy both groups. For example, if you provide ‘filterByName’ from the ‘Advanced Filters’ and ‘filterByVerifiedEmails’ from the ‘Filter by verified emails’, the platform will retrieve leads that match both filters.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","leads"],"host":["{{OpenAPIUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads whose fullName, firstName, lastName, email, company, headline, occupation, currentCompany, or business email found by the platform matches the search parameter.</p>\n","type":"text/plain"},"key":"search","value":"%C3%A9tape%22n%27est"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads with verified emails by the platform. Ensure 'filterByVerifiedEmails' is True and 'filterByNotVerifiedEmails' is False for it to work; otherwise, all leads will be retrieved.</p>\n","type":"text/plain"},"key":"filterByVerifiedEmails","value":"false"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads whose emails aren't verified by the platform. Ensure 'filterByNotVerifiedEmails' is True and 'filterByVerifiedEmails' is False for it to work; otherwise, nall leads will be retrieved.</p>\n","type":"text/plain"},"key":"filterByNotVerifiedEmails","value":"true"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves additional statuses in combination with ‘filterByStatus’. It can be used only when the ‘filterByStatus’ value is set to 4. For more information, check the ‘filterByStatus’ parameter description.</p>\n","type":"text/plain"},"key":"filterByConnectionDegree","value":"[2]"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads with the specific status inside the campaign. Possible statuses and corresponding values are:</p>\n<ul>\n<li>[1] Discovered;</li>\n<li>[2] Connection pending;</li>\n<li>[3] Connected, not replied;</li>\n<li>Or, combine these values (e.g. [1,2]. In this case, you export leads’ statuses that match ANY value). \nYou can export 3 additional statuses in combination with the ‘filterByConnectionDegree’ parameter. </li>\n<li>filterByStatus = [4], filterByConnectionDegree = [1] - replied, connected;</li>\n<li>filterByStatus = [4], filterByConnectionDegree = [2, 3] - replied, not connected;</li>\n<li>filterByStatus = [4], filterByConnectionDegree does not exist - replied.</li>\n</ul>\n","type":"text/plain"},"key":"filterByStatus","value":"[4]"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads from the campaign who are on specific steps.</p>\n","type":"text/plain"},"key":"filterByCurrentStep","value":"[13290078]"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads whose names contain the name you specify.</p>\n","type":"text/plain"},"key":"filterByName","value":"%C3%A9tape%22n%27est"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads whose company contains a company name you specify.</p>\n","type":"text/plain"},"key":"filterByCompany","value":"123"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads whose occupation contains the parameter you specify.</p>\n","type":"text/plain"},"key":"filterByOccupation","value":"123"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads whose headline contains the parameter you specify.</p>\n","type":"text/plain"},"key":"filterByHeadline","value":"123"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads who have ‘Out of office’ status.</p>\n","type":"text/plain"},"key":"filterByOutOfOffice","value":"false"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads whose ‘stepChangeTimestamp’ parameter is greater than the value you provide.</p>\n","type":"text/plain"},"key":"filterByStepChangeTimestamp","value":"123"},{"disabled":true,"description":{"content":"<p>(Optional) This parameter retrieves specific leads and finds them through their id's you specify here.</p>\n","type":"text/plain"},"key":"filterBySelectedLeads","value":"[123,1234]"},{"description":{"content":"<p>(Optional) This parameter limits the number of results that you wish to retrieve. If not specified default value is 30.</p>\n","type":"text/plain"},"key":"limit","value":"30"},{"description":{"content":"<p>(Optional) This parameter specifies a starting point for retrieving results from a dataset. If not specified, default value is 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"any","value":"2","key":"accountId"},{"description":{"content":"<p>(Required) This is the ID of the campaign from which you wish to get the lead info.</p>\n","type":"text/plain"},"type":"any","value":"3","key":"campaignId"}]}},"response":[{"id":"87b01d7d-d010-4a5d-8f71-bddcac5c64b0","name":"Success","originalRequest":{"method":"GET","header":[{"description":"(Required) This is your API key. ","key":"Authorization","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/leads?limit=30&offset=0","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","leads"],"query":[{"key":"search","value":"%C3%A9tape%22n%27est","description":"(Optional) This action retrieves leads whose fullName, firstName, lastName, email, company, headline, occupation, currentCompany, or business email found by the platform matches the search parameter.","disabled":true},{"key":"filterByVerifiedEmails","value":"false","description":"(Optional) This action retrieves leads with verified emails by the platform. Ensure 'filterByVerifiedEmails' is True and 'filterByNotVerifiedEmails' is False for it to work; otherwise, all leads will be retrieved.","disabled":true},{"key":"filterByNotVerifiedEmails","value":"true","description":"(Optional) This action retrieves leads whose emails aren't verified by the platform. Ensure 'filterByNotVerifiedEmails' is True and 'filterByVerifiedEmails' is False for it to work; otherwise, nall leads will be retrieved.","disabled":true},{"key":"filterByConnectionDegree","value":"[2]","description":"(Optional) This action retrieves additional statuses in combination with ‘filterByStatus’. It can be used only when the ‘filterByStatus’ value is set to 4. For more information, check the ‘filterByStatus’ parameter description.","disabled":true},{"key":"filterByStatus","value":"[4]","description":"(Optional) This action retrieves leads with the specific status inside the campaign. Possible statuses and corresponding values are:\n- [1] Discovered;\n- [2] Connection pending;\n- [3] Connected, not replied;\n- Or, combine these values (e.g. [1,2]. In this case, you export leads’ statuses that match ANY value). \nYou can export 3 additional statuses in combination with the ‘filterByConnectionDegree’ parameter. \n- filterByStatus = [4], filterByConnectionDegree = [1] - replied, connected;\n- filterByStatus = [4], filterByConnectionDegree = [2, 3] - replied, not connected;\n- filterByStatus = [4], filterByConnectionDegree does not exist - replied.\n","disabled":true},{"key":"filterByCurrentStep","value":"[13290078]","description":"(Optional) This action retrieves leads from the campaign who are on specific steps.","disabled":true},{"key":"filterByName","value":"%C3%A9tape%22n%27est","description":"(Optional) This action retrieves leads whose names contain the name you specify.","disabled":true},{"key":"filterByCompany","value":"123","description":"(Optional) This action retrieves leads whose company contains a company name you specify.","disabled":true},{"key":"filterByOccupation","value":"123","description":"(Optional) This action retrieves leads whose occupation contains the parameter you specify.","disabled":true},{"key":"filterByHeadline","value":"123","description":"(Optional) This action retrieves leads whose headline contains the parameter you specify.","disabled":true},{"key":"filterByOutOfOffice","value":"false","description":"(Optional) This action retrieves leads who have ‘Out of office’ status.","disabled":true},{"key":"filterByStepChangeTimestamp","value":"123","description":"(Optional) This action retrieves leads whose ‘stepChangeTimestamp’ parameter is greater than the value you provide.","disabled":true},{"key":"filterBySelectedLeads","value":"[123,1234]","description":"(Optional) This parameter retrieves specific leads and finds them through their id's you specify here.","disabled":true},{"key":"limit","value":"30","description":"(Optional) This parameter limits the number of results that you wish to retrieve. If not specified default value is 30."},{"key":"offset","value":"0","description":"(Optional) This parameter specifies a starting point for retrieving results from a dataset. If not specified, default value is 0."}],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID. "},{"key":"accountId","value":"2","description":"(Required) This is the ID of the seat that the campaign in question is part of."},{"key":"campaignId","value":"3","description":"(Required) This is the ID of the campaign from which you wish to get the lead info."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3247"},{"key":"ETag","value":"W/\"caf-G+i192x+bgpy0maWISYTdCOEWMg\""},{"key":"Date","value":"Thu, 10 Oct 2024 17:32:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 69724749,\n                \"linkedinUserId\": 73724567,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"khalil@joinfightcamp.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Khalil Zahar\"\n                },\n                \"totalYearsInCareer\": null,\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 207052741,\n                        \"identifier\": \"khalil@joinfightcamp.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 73724567,\n                        \"createdAt\": \"2023-06-25T16:51:56.000Z\",\n                        \"updatedAt\": \"2023-06-25T16:51:56.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1687806267020,\n                \"businessEmail\": null,\n                \"personalEmail\": \"khalil@joinfightcamp.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 22872419,\n                \"campaign\": {\n                    \"id\": 164602,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 69724750,\n                \"linkedinUserId\": 73724568,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"jerome@joinfightcamp.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Jerome Soucy Rousseau\"\n                },\n                \"totalYearsInCareer\": null,\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 207052742,\n                        \"identifier\": \"jerome@joinfightcamp.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 73724568,\n                        \"createdAt\": \"2023-06-25T16:51:56.000Z\",\n                        \"updatedAt\": \"2023-06-25T16:51:56.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1687806267650,\n                \"businessEmail\": null,\n                \"personalEmail\": \"jerome@joinfightcamp.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 22872419,\n                \"campaign\": {\n                    \"id\": 164602,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 69724751,\n                \"linkedinUserId\": 73724569,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"diane@joinfightcamp.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Diane Gutentag\"\n                },\n                \"totalYearsInCareer\": null,\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 207052743,\n                        \"identifier\": \"diane@joinfightcamp.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 73724569,\n                        \"createdAt\": \"2023-06-25T16:51:56.000Z\",\n                        \"updatedAt\": \"2023-06-25T16:51:56.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1687806268022,\n                \"businessEmail\": null,\n                \"personalEmail\": \"diane@joinfightcamp.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 22872419,\n                \"campaign\": {\n                    \"id\": 164602,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            }\n        ],\n        \"count\": 3,\n        \"allFields\": [\n            \"full_name\",\n            \"email\",\n            \"picture\",\n            \"fullName\",\n            \"totalCareerPositionsCount\",\n            \"phone\",\n            \"occupation\",\n            \"currentCompany\",\n            \"email\",\n            \"country\",\n            \"collegeName\",\n            \"yearsInCurrentCompany\",\n            \"connectionDegree\",\n            \"firstName\",\n            \"lastName\",\n            \"totalYearsInCareer\",\n            \"tag\",\n            \"headline\",\n            \"education\",\n            \"experience\"\n        ]\n    }\n}"},{"id":"40ad067c-e6a2-4083-a409-2d8ec63f35f7","name":"auithorization error","originalRequest":{"method":"GET","header":[{"description":"(Required) Your api key","key":"Authorization","type":"text","value":"{{apiKey}}","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/leads?sortOrder=DESC&sortColumn=lastTimeExecutedStep&limit=40&search=test&filterByStatus=\"[4]\"&filterByCurrentStep=\"[1]\"&filterByVerifiedEmails=true&filterByNotVerifiedEmails=false","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","leads"],"query":[{"key":"sortOrder","value":"DESC","description":"(Optional) Order that you want to sort the query.\n\nType: String \n\nAccepted values: `ASC`, `DESC`"},{"key":"sortColumn","value":"lastTimeExecutedStep","description":"(Optional) Sort column by which the sort will be done\n\nType: String\n\nAccepted values: `contact`, `title`, `status`, `activeStatus`, `currentStep`, `lastStep`, `nextStep`, `lastTimeExecutedStep`"},{"key":"limit","value":"40","description":"(Optional) Limit the number of results that you will get.\n\nType: Number\n\nDefault value is set to: 30"},{"key":"search","value":"test","description":"(Optional) Search string that will filter the results if any of this fields: full_name, email, current_company or occupation are containing that given string\n\nType: String"},{"key":"filterByStatus","value":"\"[4]\"","description":"(Optional) Filter by lead status id\n\nType: String (JSON strigify)\n\nAccepted values*: \"[0,1,2,3,4]\"\n\nDefault value: \"[ ]\"\n\n\n*enum LeadStatus {\n  UNKNOWN = 0,\n  DISCOVERED = 1,\n  CONNECTION_PENDING = 2,\n  CONNECTION_ACCEPTED = 3,\n  CONNECTION_RESPONDED = 4,\n}"},{"key":"filterByCurrentStep","value":"\"[1]\"","description":"(Optional) Filter by current step id\n\nType: String (JSON strigify)\n\nAccepted values: Every step number\n\nDefault value: \"[ ]\""},{"key":"filterByVerifiedEmails","value":"true","description":"(Optional) Filter if verified emails were found\n\nType: Bool\n\nAccepted values: true/false"},{"key":"filterByNotVerifiedEmails","value":"false","description":"(Optional) Filter if no verified emails were found\n\nType: Bool\n\nAccepted values: true/false"}],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","description":"(Required) Account id that has the campaign you want to get leads from"},{"key":"campaignId","value":"1086","description":"(Required) Campaign id that you want to get leads from"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 04:47:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"82d48acd-8a17-4fce-8b53-58a51512f59a","name":"missing lead id, user id or campaign id","originalRequest":{"method":"GET","header":[{"description":"(Required) Your api key","key":"Authorization","type":"text","value":"{{apiKey}}"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/leads?sortOrder=DESC&sortColumn=lastTimeExecutedStep&limit=40&search=test&filterByStatus=\"[4]\"&filterByCurrentStep=\"[1]\"&filterByVerifiedEmails=true&filterByNotVerifiedEmails=false","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","leads"],"query":[{"key":"sortOrder","value":"DESC","description":"(Optional) Order that you want to sort the query.\n\nType: String \n\nAccepted values: `ASC`, `DESC`"},{"key":"sortColumn","value":"lastTimeExecutedStep","description":"(Optional) Sort column by which the sort will be done\n\nType: String\n\nAccepted values: `contact`, `title`, `status`, `activeStatus`, `currentStep`, `lastStep`, `nextStep`, `lastTimeExecutedStep`"},{"key":"limit","value":"40","description":"(Optional) Limit the number of results that you will get.\n\nType: Number\n\nDefault value is set to: 30"},{"key":"search","value":"test","description":"(Optional) Search string that will filter the results if any of this fields: full_name, email, current_company or occupation are containing that given string\n\nType: String"},{"key":"filterByStatus","value":"\"[4]\"","description":"(Optional) Filter by lead status id\n\nType: String (JSON strigify)\n\nAccepted values*: \"[0,1,2,3,4]\"\n\nDefault value: \"[ ]\"\n\n\n*enum LeadStatus {\n  UNKNOWN = 0,\n  DISCOVERED = 1,\n  CONNECTION_PENDING = 2,\n  CONNECTION_ACCEPTED = 3,\n  CONNECTION_RESPONDED = 4,\n}"},{"key":"filterByCurrentStep","value":"\"[1]\"","description":"(Optional) Filter by current step id\n\nType: String (JSON strigify)\n\nAccepted values: Every step number\n\nDefault value: \"[ ]\""},{"key":"filterByVerifiedEmails","value":"true","description":"(Optional) Filter if verified emails were found\n\nType: Bool\n\nAccepted values: true/false"},{"key":"filterByNotVerifiedEmails","value":"false","description":"(Optional) Filter if no verified emails were found\n\nType: Bool\n\nAccepted values: true/false"}],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","description":"(Required) Account id that has the campaign you want to get leads from"},{"key":"campaignId","value":"","description":"(Required) Campaign id that you want to get leads from"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"191"},{"key":"Date","value":"Mon, 08 Nov 2021 04:45:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot GET /api/backend/v1/users/1/accounts/161/campaigns//leads</pre>\n    </body>\n</html>"}],"_postman_id":"39ddf353-cf5e-4f6f-a133-f88aaaf9a473"},{"name":"Return Lead to a Campaign","id":"e5c4662b-b4ab-4dfd-b2e7-b43276d330e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"campaignId","value":"162678","description":"<p>optional: true, description: This is the ID of the campaign to which you wish to return the lead. </p>\n","type":"text"},{"key":"step","value":"22631815","description":"<p>optional: true, description: This is the step of the campaign to which you wish to return the lead. </p>\n","type":"text"},{"key":"doTaskAt","value":"1687862280000","description":"<p>optional: false, description: This is the timestamp for when to schedule your lead to be returned to the specific step of the campaign. </p>\n","type":"text"}]},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads/:leadId/change_campaign","description":"<h2 id=\"return-lead-to-campaign\">Return Lead to Campaign</h2>\n<p>This action returns a lead back to their campaign workflow with full flexibility to resume automatically, jump to specific steps, or even move the lead to a different campaign entirely.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<p>Required:</p>\n<ul>\n<li>leadId (path) - The ID of the lead to return to campaign</li>\n</ul>\n<p>Optional:</p>\n<ul>\n<li><p>campaignId (body) - The campaign ID to move the lead to. If omitted, uses the lead's current campaign.</p>\n</li>\n<li><p>step (body) - The campaign step ID to move the lead to. If omitted, uses the lead's next scheduled step.</p>\n</li>\n<li><p>doTaskAt (body) - Unix timestamp (in milliseconds) for when to execute the task. If omitted, executes immediately.</p>\n</li>\n</ul>\n","urlObject":{"path":["users",":userId","accounts",":accountId","leads",":leadId","change_campaign"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"any","value":"2","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of. </p>\n","type":"text/plain"},"type":"any","value":"3","key":"accountId"},{"description":{"content":"<p>(Required) This is the ID of the lead whom you wish to return to a specific campaign.</p>\n","type":"text/plain"},"type":"any","value":"22222302733","key":"leadId"}]}},"response":[{"id":"6dcb09da-141b-45ab-8023-952cce89074f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{ \n    \"campaignId\": 162678, \n    \"step\": 22631815, \n    \"doTaskAt\": 1687862280000 \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads/:leadId/change_campaign","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","leads",":leadId","change_campaign"],"variable":[{"key":"userId","value":"2","description":"(Required) This is your User ID. "},{"key":"accountId","value":"3","description":"(Required) This is the ID of the seat that the campaign in question is part of. "},{"key":"leadId","value":"22222302733","description":"(Required) This is the ID of the lead whom you wish to return to a specific campaign."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Tue, 27 Jun 2023 10:48:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null},{"id":"f71a345d-2370-4b9a-a631-e680688e2019","name":"Success without doTaskAt in body","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{ \n    \"campaignId\": 162678, \n    \"step\": 22631815\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads/:leadId/change_campaign","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","leads",":leadId","change_campaign"],"variable":[{"key":"userId","value":"2","description":"(Required) This is your User ID. "},{"key":"accountId","value":"3","description":"(Required) This is the ID of the seat that the campaign in question is part of. "},{"key":"leadId","value":"22222302733","description":"(Required) This is the ID of the lead whom you wish to return to a specific campaign."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Tue, 27 Jun 2023 10:55:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e5c4662b-b4ab-4dfd-b2e7-b43276d330e2"},{"name":"Get Leads Info from a Specific Seat","id":"34eaaf51-47e1-4374-9100-c30ff6523a56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is Api Key.</p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads","description":"<p>This action retrieves specific leads from a chosen seat that meet certain filter criteria.</p>\n<p>There are <strong>6 groups</strong> of filters:</p>\n<p>1. <strong>Advanced filters</strong>: filterByName, filterByCompany, filterByOccupation, and filterByHeadline,</p>\n<p>2. <strong>Filter leads by status</strong>: filterByStatus, filterByConnectionDegree, and filterByOutOfOffice,</p>\n<p>3. <strong>Filter by verified emails</strong>: filterByNotVerifiedEmails, and filterByVerifiedEmails,</p>\n<p>4. <strong>Filter by selected leads:</strong> filterBySelectedLeads,</p>\n<p>5. <strong>Filter by step change timestamp</strong>: filterByStepChangeTimestamp,</p>\n<p>6. <strong>Search</strong> (general filter).</p>\n<p><strong>Filters</strong> <strong>within the same group</strong> operate with the <strong>OR</strong> rule, meaning the platform retrieves leads who match at least one specified filter. For example, if you provide ‘filterByName’ and ‘filterByCompany’ from the Advanced Filters group, the platform will retrieve leads who match either ‘filterByName’ or ‘filterByCompany’.</p>\n<p>However, <strong>filters</strong> <strong>from two different groups</strong> work with the <strong>AND</strong> rule, meaning the platform retrieves leads who satisfy both groups. For example, if you provide ‘filterByName’ from the ‘Advanced Filters’ and ‘filterByVerifiedEmails’ from the ‘Filter by verified emails’, the platform will retrieve leads that match both filters.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","leads"],"host":["{{OpenAPIUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads whose fullName, firstName, lastName, email, company, headline, occupation, currentCompany, or business email found by the platform matches the search parameter.</p>\n","type":"text/plain"},"key":"search","value":"%C3%A9tape%22n%27est"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads with verified emails by the platform. Ensure 'filterByVerifiedEmails' is true and 'filterByNotVerifiedEmails' is false for it to work; otherwise, all leads will be retrieved.</p>\n","type":"text/plain"},"key":"filterByVerifiedEmails","value":"true"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads whose emails aren't verified by the platform. Ensure 'filterByNotVerifiedEmails' is true and 'filterByVerifiedEmails' is false for it to work; otherwise, all leads will be retrieved.</p>\n","type":"text/plain"},"key":"filterByNotVerifiedEmails","value":"true"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads with the specific status inside the campaign. Possible statuses and corresponding values are:</p>\n<ul>\n<li>[1] Discovered;</li>\n<li>[2] Connection pending;</li>\n<li>[3] Connected, not replied;</li>\n<li>Or, combine these values (e.g. [1,2]. In this case, you export leads’ statuses that match ANY value). \nYou can export 3 additional statuses in combination with the ‘filterByConnectionDegree’ parameter. </li>\n<li>filterByStatus = [4], filterByConnectionDegree = [1] - replied, connected;</li>\n<li>filterByStatus = [4], filterByConnectionDegree = [2, 3] - replied, not connected;</li>\n<li>filterByStatus = [4], filterByConnectionDegree does not exist - replied.</li>\n</ul>\n","type":"text/plain"},"key":"filterByStatus","value":"[4]"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves additional statuses in combination with ‘filterByStatus’. It can be used only when the ‘filterByStatus’ value is set to 4. For more information, check the ‘filterByStatus’ parameter description.</p>\n","type":"text/plain"},"key":"filterByConnectionDegree","value":"[2]"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads whose names contain the name you specify.</p>\n","type":"text/plain"},"key":"filterByName","value":"%C3%A9tape%22n%27est"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads whose company contains a company name you specify.</p>\n","type":"text/plain"},"key":"filterByCompany","value":"123"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads whose occupation contains the parameter you specify.</p>\n","type":"text/plain"},"key":"filterByOccupation","value":"123"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads whose headline contains the parameter you specify.</p>\n","type":"text/plain"},"key":"filterByHeadline","value":"123"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads who have ‘Out of office’ status.</p>\n","type":"text/plain"},"key":"filterByOutOfOffice","value":"false"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves leads whose ‘stepChangeTimestamp’ parameter is greater than the value you provide.</p>\n","type":"text/plain"},"key":"filterByStepChangeTimestamp","value":"123"},{"disabled":true,"description":{"content":"<p>(Optional) This parameter retrieves specific leads and finds them through their id's you specify here.</p>\n","type":"text/plain"},"key":"filterBySelectedLeads","value":"[1125,1126,1127]"},{"disabled":true,"description":{"content":"<p>(Optional) This parameter limits the number of results that you wish to retrieve. If not specified default value is 30.</p>\n","type":"text/plain"},"key":"limit","value":"30"},{"disabled":true,"description":{"content":"<p>(Optional) This parameter specifies a starting point for retrieving results from a dataset. If not specified, default value is 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[{"type":"any","value":"1","key":"userId"},{"type":"any","value":"2","key":"accountId"}]}},"response":[{"id":"a5106d31-3f4a-4406-9090-0af9050d774f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"e0ac7d8e-04da-4f90-9f0c-1b951616b16a","description":"(Required) This is Api Key.","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","leads"],"query":[{"key":"search","value":"%C3%A9tape%22n%27est","description":"(Optional) This action retrieves leads whose fullName, firstName, lastName, email, company, headline, occupation, currentCompany, or business email found by the platform matches the search parameter.","disabled":true},{"key":"filterByVerifiedEmails","value":"true","description":"(Optional) This action retrieves leads with verified emails by the platform. Ensure 'filterByVerifiedEmails' is true and 'filterByNotVerifiedEmails' is false for it to work; otherwise, all leads will be retrieved.","disabled":true},{"key":"filterByNotVerifiedEmails","value":"true","description":"(Optional) This action retrieves leads whose emails aren't verified by the platform. Ensure 'filterByNotVerifiedEmails' is true and 'filterByVerifiedEmails' is false for it to work; otherwise, all leads will be retrieved.","disabled":true},{"key":"filterByStatus","value":"[4]","description":"(Optional) This action retrieves leads with the specific status inside the campaign. Possible statuses and corresponding values are:\n- [1] Discovered;\n- [2] Connection pending;\n- [3] Connected, not replied;\n- Or, combine these values (e.g. [1,2]. In this case, you export leads’ statuses that match ANY value). \nYou can export 3 additional statuses in combination with the ‘filterByConnectionDegree’ parameter. \n- filterByStatus = [4], filterByConnectionDegree = [1] - replied, connected;\n- filterByStatus = [4], filterByConnectionDegree = [2, 3] - replied, not connected;\n- filterByStatus = [4], filterByConnectionDegree does not exist - replied.","disabled":true},{"key":"filterByConnectionDegree","value":"[2]","description":"(Optional) This action retrieves additional statuses in combination with ‘filterByStatus’. It can be used only when the ‘filterByStatus’ value is set to 4. For more information, check the ‘filterByStatus’ parameter description.","disabled":true},{"key":"filterByName","value":"%C3%A9tape%22n%27est","description":"(Optional) This action retrieves leads whose names contain the name you specify.","disabled":true},{"key":"filterByCompany","value":"123","description":"(Optional) This action retrieves leads whose company contains a company name you specify.","disabled":true},{"key":"filterByOccupation","value":"123","description":"(Optional) This action retrieves leads whose occupation contains the parameter you specify.","disabled":true},{"key":"filterByHeadline","value":"123","description":"(Optional) This action retrieves leads whose headline contains the parameter you specify.","disabled":true},{"key":"filterByOutOfOffice","value":"false","description":"(Optional) This action retrieves leads who have ‘Out of office’ status.","disabled":true},{"key":"filterByStepChangeTimestamp","value":"123","description":"(Optional) This action retrieves leads whose ‘stepChangeTimestamp’ parameter is greater than the value you provide.","disabled":true},{"key":"filterBySelectedLeads","value":"[1125,1126,1127]","description":"(Optional) This parameter retrieves specific leads and finds them through their id's you specify here.","type":"text","disabled":true},{"key":"limit","value":"30","description":"(Optional) This parameter limits the number of results that you wish to retrieve. If not specified default value is 30.","disabled":true},{"key":"offset","value":"0","description":"(Optional) This parameter specifies a starting point for retrieving results from a dataset. If not specified, default value is 0.","disabled":true}],"variable":[{"key":"userId","value":"1"},{"key":"accountId","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"28609"},{"key":"ETag","value":"W/\"6fc1-9oFW+X5cAhiCaqVyCxRtav2OkJQ\""},{"key":"Date","value":"Thu, 10 Oct 2024 17:33:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 69724749,\n                \"linkedinUserId\": 73724567,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"khalil@joinfightcamp.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Khalil Zahar\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 207052741,\n                        \"identifier\": \"khalil@joinfightcamp.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 73724567,\n                        \"createdAt\": \"2023-06-25T16:51:56.000Z\",\n                        \"updatedAt\": \"2023-06-25T16:51:56.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1687806267020,\n                \"businessEmail\": null,\n                \"personalEmail\": \"khalil@joinfightcamp.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 22872419,\n                \"campaign\": {\n                    \"id\": 164602,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 69724750,\n                \"linkedinUserId\": 73724568,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"jerome@joinfightcamp.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Jerome Soucy Rousseau\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 207052742,\n                        \"identifier\": \"jerome@joinfightcamp.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 73724568,\n                        \"createdAt\": \"2023-06-25T16:51:56.000Z\",\n                        \"updatedAt\": \"2023-06-25T16:51:56.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1687806267650,\n                \"businessEmail\": null,\n                \"personalEmail\": \"jerome@joinfightcamp.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 22872419,\n                \"campaign\": {\n                    \"id\": 164602,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 69724751,\n                \"linkedinUserId\": 73724569,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"diane@joinfightcamp.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Diane Gutentag\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 207052743,\n                        \"identifier\": \"diane@joinfightcamp.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 73724569,\n                        \"createdAt\": \"2023-06-25T16:51:56.000Z\",\n                        \"updatedAt\": \"2023-06-25T16:51:56.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1687806268022,\n                \"businessEmail\": null,\n                \"personalEmail\": \"diane@joinfightcamp.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 22872419,\n                \"campaign\": {\n                    \"id\": 164602,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751073,\n                \"linkedinUserId\": 81929773,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"khalil@joinfightcamp.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Khalil Zahar\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039931,\n                        \"identifier\": \"khalil@joinfightcamp.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929773,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700296692353,\n                \"businessEmail\": null,\n                \"personalEmail\": \"khalil@joinfightcamp.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751074,\n                \"linkedinUserId\": 81929774,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"jerome@joinfightcamp.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Jerome Soucy Rousseau\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039932,\n                        \"identifier\": \"jerome@joinfightcamp.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929774,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700261831756,\n                \"businessEmail\": null,\n                \"personalEmail\": \"jerome@joinfightcamp.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751075,\n                \"linkedinUserId\": 81929775,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"diane@joinfightcamp.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Diane Gutentag\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039933,\n                        \"identifier\": \"diane@joinfightcamp.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929775,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700263506122,\n                \"businessEmail\": null,\n                \"personalEmail\": \"diane@joinfightcamp.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751076,\n                \"linkedinUserId\": 81929776,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"shannon@fingyms.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"test\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039934,\n                        \"identifier\": \"shannon@fingyms.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929776,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700282492249,\n                \"businessEmail\": null,\n                \"personalEmail\": \"shannon@fingyms.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751077,\n                \"linkedinUserId\": 81929777,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"ernest@finexio.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Ernest Rolfson\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039935,\n                        \"identifier\": \"ernest@finexio.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929777,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700264416983,\n                \"businessEmail\": null,\n                \"personalEmail\": \"ernest@finexio.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751078,\n                \"linkedinUserId\": 81929778,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"alex@finexio.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Alex Reznik\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039936,\n                        \"identifier\": \"alex@finexio.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929778,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700296952759,\n                \"businessEmail\": null,\n                \"personalEmail\": \"alex@finexio.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751079,\n                \"linkedinUserId\": 81929779,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"michael@fireblocks.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Michael Shaulov\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039937,\n                        \"identifier\": \"michael@fireblocks.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929779,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700258892631,\n                \"businessEmail\": null,\n                \"personalEmail\": \"michael@fireblocks.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751080,\n                \"linkedinUserId\": 81929780,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"anitha@fireblocks.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Anitha Gopalan\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039938,\n                        \"identifier\": \"anitha@fireblocks.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929780,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700274374382,\n                \"businessEmail\": null,\n                \"personalEmail\": \"anitha@fireblocks.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751081,\n                \"linkedinUserId\": 81929781,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"isaac.kim@firstelementfuel.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Isaac Kim\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039939,\n                        \"identifier\": \"isaac.kim@firstelementfuel.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929781,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700251373047,\n                \"businessEmail\": null,\n                \"personalEmail\": \"isaac.kim@firstelementfuel.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751082,\n                \"linkedinUserId\": 81929782,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"david.barrett@firstelementfuel.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"David Barrett\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039940,\n                        \"identifier\": \"david.barrett@firstelementfuel.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929782,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700263504317,\n                \"businessEmail\": null,\n                \"personalEmail\": \"david.barrett@firstelementfuel.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751083,\n                \"linkedinUserId\": 81929783,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"shane.stephens@firstelementfuel.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Shane Stephens\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039941,\n                        \"identifier\": \"shane.stephens@firstelementfuel.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929783,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700295142283,\n                \"businessEmail\": null,\n                \"personalEmail\": \"shane.stephens@firstelementfuel.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751084,\n                \"linkedinUserId\": 81929784,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"sierra@fishtownanalytics.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Sierra Fontaine Cpa\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039942,\n                        \"identifier\": \"sierra@fishtownanalytics.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929784,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700279785590,\n                \"businessEmail\": null,\n                \"personalEmail\": \"sierra@fishtownanalytics.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751085,\n                \"linkedinUserId\": 81929785,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"connor@fishtownanalytics.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Connor McArthur\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039943,\n                        \"identifier\": \"connor@fishtownanalytics.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929785,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700279783919,\n                \"businessEmail\": null,\n                \"personalEmail\": \"connor@fishtownanalytics.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751086,\n                \"linkedinUserId\": 81929786,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"david@flatfile.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"David Boskovic\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039944,\n                        \"identifier\": \"david@flatfile.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929786,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700277980436,\n                \"businessEmail\": null,\n                \"personalEmail\": \"david@flatfile.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751087,\n                \"linkedinUserId\": 81929787,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"eric@flatfile.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Eric Crane\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039945,\n                        \"identifier\": \"eric@flatfile.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929787,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700277078084,\n                \"businessEmail\": null,\n                \"personalEmail\": \"eric@flatfile.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751088,\n                \"linkedinUserId\": 81929788,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"andy@flatfile.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Andy Ravreby\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039946,\n                        \"identifier\": \"andy@flatfile.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929788,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700283394475,\n                \"businessEmail\": null,\n                \"personalEmail\": \"andy@flatfile.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751089,\n                \"linkedinUserId\": 81929789,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"jsides@fleetio.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Jonathan Sides\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039947,\n                        \"identifier\": \"jsides@fleetio.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929789,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700283393237,\n                \"businessEmail\": null,\n                \"personalEmail\": \"jsides@fleetio.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751090,\n                \"linkedinUserId\": 81929790,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"tsummerville@fleetio.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Tony Summerville\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039948,\n                        \"identifier\": \"tsummerville@fleetio.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929790,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700265447406,\n                \"businessEmail\": null,\n                \"personalEmail\": \"tsummerville@fleetio.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751091,\n                \"linkedinUserId\": 81929791,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"shragie@getflex.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Shragie Lichtenstein\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039949,\n                        \"identifier\": \"shragie@getflex.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929791,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700266745837,\n                \"businessEmail\": null,\n                \"personalEmail\": \"shragie@getflex.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751092,\n                \"linkedinUserId\": 81929792,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"shao@getflex.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Yetong Shao\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039950,\n                        \"identifier\": \"shao@getflex.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929792,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700270090343,\n                \"businessEmail\": null,\n                \"personalEmail\": \"shao@getflex.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751093,\n                \"linkedinUserId\": 81929793,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"kevin@getflex.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Kevin O'Neill\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039951,\n                        \"identifier\": \"kevin@getflex.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929793,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700205105674,\n                \"businessEmail\": null,\n                \"personalEmail\": \"kevin@getflex.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751094,\n                \"linkedinUserId\": 81929794,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"austin@flexit.fit\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Austin Cohen\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039952,\n                        \"identifier\": \"austin@flexit.fit\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929794,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700194881352,\n                \"businessEmail\": null,\n                \"personalEmail\": \"austin@flexit.fit\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751095,\n                \"linkedinUserId\": 81929795,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"justin@flexit.fit\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Justin Turetsky\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039953,\n                        \"identifier\": \"justin@flexit.fit\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929795,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700259923204,\n                \"businessEmail\": null,\n                \"personalEmail\": \"justin@flexit.fit\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751096,\n                \"linkedinUserId\": 81929796,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"shiquan.wang@flexiv.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Shiquan Wang\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039954,\n                        \"identifier\": \"shiquan.wang@flexiv.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929796,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700284296972,\n                \"businessEmail\": null,\n                \"personalEmail\": \"shiquan.wang@flexiv.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751097,\n                \"linkedinUserId\": 81929797,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"xiyang.yeh@flexiv.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Xiyang Yeh\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039955,\n                        \"identifier\": \"xiyang.yeh@flexiv.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929797,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700281589893,\n                \"businessEmail\": null,\n                \"personalEmail\": \"xiyang.yeh@flexiv.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751098,\n                \"linkedinUserId\": 81929798,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"juan@fligoo.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Juan Cruz Garzón\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039956,\n                        \"identifier\": \"juan@fligoo.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929798,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700289247082,\n                \"businessEmail\": null,\n                \"personalEmail\": \"juan@fligoo.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            },\n            {\n                \"id\": 77751099,\n                \"linkedinUserId\": 81929799,\n                \"fullName\": null,\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"occupation\": null,\n                \"company\": null,\n                \"headline\": null,\n                \"education\": null,\n                \"experience\": null,\n                \"connectionDegree\": null,\n                \"step\": 0,\n                \"leadStatusId\": 1,\n                \"active\": true,\n                \"image\": null,\n                \"linkedinUrl\": \"\",\n                \"allFieldsData\": {\n                    \"picture\": null,\n                    \"fullName\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"phone\": null,\n                    \"occupation\": null,\n                    \"currentCompany\": null,\n                    \"email\": \"marcos@fligoo.com\",\n                    \"country\": null,\n                    \"collegeName\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"full_name\": \"Marcos Martínez\"\n                },\n                \"profileIdentifiers\": [\n                    {\n                        \"id\": 235039957,\n                        \"identifier\": \"marcos@fligoo.com\",\n                        \"identityTypeId\": 4,\n                        \"linkedinUserId\": 81929799,\n                        \"createdAt\": \"2023-09-14T19:52:31.000Z\",\n                        \"updatedAt\": \"2023-09-14T19:52:31.000Z\"\n                    }\n                ],\n                \"stepChangeTimestamp\": 1700283393586,\n                \"businessEmail\": null,\n                \"personalEmail\": \"marcos@fligoo.com\",\n                \"currentStep\": 1,\n                \"nextStep\": \"Finished\",\n                \"nextStepId\": 25885500,\n                \"campaign\": {\n                    \"id\": 183206,\n                    \"onlyDiscoverLeads\": false\n                },\n                \"tags\": []\n            }\n        ],\n        \"count\": 12572,\n        \"allFields\": [\n            \"picture\",\n            \"fullName\",\n            \"totalCareerPositionsCount\",\n            \"phone\",\n            \"occupation\",\n            \"currentCompany\",\n            \"email\",\n            \"country\",\n            \"collegeName\",\n            \"yearsInCurrentCompany\",\n            \"connectionDegree\",\n            \"firstName\",\n            \"lastName\",\n            \"totalYearsInCareer\",\n            \"tag\",\n            \"headline\",\n            \"education\",\n            \"experience\"\n        ]\n    }\n}"},{"id":"f3b6e909-8e41-468f-82d8-9ba04e16a429","name":"Authorization error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads?search=Kevin&filterByStatus=[3, 4]&filterByNotVerifiedEmails=","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","leads"],"query":[{"key":"search","value":"Kevin","description":"(Optional) Search a specific string within the following fields: full_name, email, current_company or occupation."},{"key":"filterByStatus","value":"[3, 4]","description":"(Optional) This is array of lead status IDs."},{"key":"filterByVerifiedEmails","value":"","description":"(Optional) Lead's business email is verified.","type":"text","disabled":true},{"key":"filterByNotVerifiedEmails","value":"","description":"(Optional) Lead's business email is not verified."}],"variable":[{"key":"userId","value":"1","description":"(Required) This is your user ID."},{"key":"accountId","value":"2","description":"(Required) This is the ID of the seat that the campaign in question is part of."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Tue, 18 Jul 2023 08:42:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"6a0cf18e-c012-4228-8dc4-3019ea4acc50","name":"Lead status IDs are missing","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/leads?search=Kevin&filterByStatus=&filterByNotVerifiedEmails=","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","leads"],"query":[{"key":"search","value":"Kevin","description":"(Optional) Search a specific string within the following fields: full_name, email, current_company or occupation."},{"key":"filterByStatus","value":"","description":"(Optional) This is array of lead status IDs."},{"key":"filterByVerifiedEmails","value":"","description":"(Optional) Lead's business email is verified.","type":"text","disabled":true},{"key":"filterByNotVerifiedEmails","value":"","description":"(Optional) Lead's business email is not verified."}],"variable":[{"key":"userId","value":"1","description":"(Required) This is your user ID."},{"key":"accountId","value":"2","description":"(Required) This is the ID of the seat that the campaign in question is part of."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"174"},{"key":"ETag","value":"W/\"ae-K/IuOL1YH2oU61m+96oMVybXaUs\""},{"key":"Date","value":"Tue, 18 Jul 2023 08:45:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"filterByStatus\": {\n            \"value\": \"\",\n            \"msg\": \"filterByStatus can't be empty\",\n            \"param\": \"filterByStatus\",\n            \"location\": \"query\"\n        }\n    }\n}"}],"_postman_id":"34eaaf51-47e1-4374-9100-c30ff6523a56"}],"id":"eb204094-d029-44bf-9379-16e287263e9c","_postman_id":"eb204094-d029-44bf-9379-16e287263e9c","description":""},{"name":"Campaigns","item":[{"name":"Export All Campaigns","id":"e33de6de-069e-4623-a504-e7655c7fef99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"recipientEmail","value":"john.smith@company.com","description":"<p>(Required) This is the email you choose to receive the download link to your exported campaigns.</p>\n","type":"text"}]},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/export","description":"<p>This action exports all campaigns in a . CSV format.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","campaigns","export"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"string","value":"14704","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaigns in question are part of. </p>\n","type":"text/plain"},"type":"string","value":"16765","key":"accountId"}]}},"response":[{"id":"7ee1300b-9dd8-4fa3-995a-92de74e66920","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"recipientEmail","value":"john.smith@company.com","description":"(Required) This is the email you choose to receive the download link to your exported campaigns.","type":"text","uuid":"3592e125-17a2-48ad-a705-b10415526a1d"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/export","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns","export"],"query":[{"key":"","value":"","disabled":true}],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID. ","type":"string"},{"key":"accountId","value":"2","description":"(Required) This is the ID of the account that the campaign in question is part of. ","type":"string"}]}},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"session_key=s%3AHH9IdE-2X8M_Lu2306ZSaeh7CRZQCi5a.KypdGSYWyX158Q1WWA4pq45zyvzC48gT3BIA8j3CXsU; Path=/; Expires=Fri, 23 Dec 2022 08:48:04 GMT; HttpOnly; SameSite=Lax"},{"key":"Date","value":"Mon, 29 Aug 2022 15:01:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"ec5ed6db-dbfd-45db-9750-dab102955d94","name":"Validation Error - recipient email is missing","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"","value":"","description":"(Required) This is the email you choose to receive the download link to your exported campaigns.","type":"text","uuid":"e5db4173-bb6a-4dab-bfd0-2c2fb721eabe","disabled":true}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/export","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns","export"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID. ","type":"string"},{"key":"accountId","value":"2","description":"(Required) This is the ID of the account that the campaign in question is part of. ","type":"string"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"161"},{"key":"ETag","value":"W/\"a1-kEpNIRsRiJoap6+Orh7PT2Y4OC4\""},{"key":"Set-Cookie","value":"session_key=s%3AGX6IBD3nV3R3qU-TyMBAjKluguR47F_U.OWwct2CzEr2eggZykOVlHZi9W2mnTq2HRjgyaIoct08; Path=/; Expires=Fri, 23 Dec 2022 08:48:27 GMT; HttpOnly; SameSite=Lax"},{"key":"Date","value":"Mon, 29 Aug 2022 15:01:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"recipientEmail\": {\n            \"msg\": \"recipientEmail is required!\",\n            \"param\": \"recipientEmail\",\n            \"location\": \"query\"\n        }\n    }\n}"}],"_postman_id":"e33de6de-069e-4623-a504-e7655c7fef99"},{"name":"Export Leads from a Specific Campaign","id":"3426cf21-1c99-42c6-90f8-8ed9a8cece65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/export?search=john&filterByVerifiedEmails=false&filterByNotVerifiedEmails=true&filterByStatus=[1,2,3,4]&filterByConnectionDegree=[2]&filterByCurrentStep=[13290078]&filterBySelectedLeads=[22222414927]&filterByName=john&filterByCompany=123&filterByOccupation=123&filterByHeadline=123&filterByOutOfOffice=false&filterByStepChangeTimestamp=123","description":"<p>This action exports specific leads from a chosen campaign that meet certain filter criteria.</p>\n<p>There are <strong>7 groups</strong> of filters:</p>\n<ol>\n<li><p><strong>Advanced filters</strong>: filterByName, filterByCompany, filterByOccupation, and filterByHeadline,</p>\n</li>\n<li><p><strong>Filter leads by status</strong>: filterByStatus, filterByConnectionDegree, and filterByOutOfOffice,</p>\n</li>\n<li><p><strong>Filter by verified emails</strong>: filterByNotVerifiedEmails, and filterByVerifiedEmails,</p>\n</li>\n<li><p><strong>Filter by current step</strong>: filterByCurrentStep,</p>\n</li>\n<li><p><strong>Filter by selected leads</strong>: filterBySelectedLeads,</p>\n</li>\n<li><p><strong>Filter by step change timestamp</strong>: filterByStepChangeTimestamp,</p>\n</li>\n<li><p><strong>Search</strong> (general Filter).</p>\n</li>\n</ol>\n<p><strong>Filters within the same group</strong> operate with the <strong>OR</strong> rule, meaning the platform exports leads who match at least one specified Filter. For example, if you provide ‘filterByName’ and ‘filterByCompany’ from the Advanced Filters group, the platform will export leads who match either ‘filterByName’ or ‘filterByCompany.’</p>\n<p>However, <strong>filters from two different groups</strong> work with the <strong>AND</strong> rule, meaning the platform exports leads who satisfy both groups. For example, if you provide ‘filterByName’ from the Advanced Filters and ‘filterByVerifiedEmails’ from the Filter by verified emails, the platform will export leads that match both filters.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","export"],"host":["{{OpenAPIUrl}}"],"query":[{"description":{"content":"<p>(Optional) This action export leads whose fullName, firstName, lastName, email, company, headline, occupation, currentCompany, or business email found by the platform matches the search parameter.</p>\n","type":"text/plain"},"key":"search","value":"john"},{"description":{"content":"<p>(Optional) This action exports leads with verified emails by the platform. Ensure 'filterByVerifiedEmails' is true and 'filterByNotVerifiedEmails' is false for it to work; otherwise, all leads will be exported.</p>\n","type":"text/plain"},"key":"filterByVerifiedEmails","value":"false"},{"description":{"content":"<p>(Optional) This action exports leads whose emails aren't verified by the platform. Ensure 'filterByNotVerifiedEmails' is True and 'filterByVerifiedEmails' is False for it to work; otherwise, all leads will be exported.</p>\n","type":"text/plain"},"key":"filterByNotVerifiedEmails","value":"true"},{"description":{"content":"<p>(Optional) This action exports leads with the specific status inside the campaign. Possible statuses and corresponding values are:</p>\n<ul>\n<li>[1] Discovered;</li>\n<li>[2] Connection pending;</li>\n<li>[3] Connected, not replied;</li>\n<li>Or, combine these values (e.g. [1,2]. In this case, you export leads’ statuses that match ANY value). \nYou can export 3 additional statuses in combination with the ‘filterByConnectionDegree’ parameter. </li>\n<li>filterByStatus = [4], filterByConnectionDegree = [1] - replied, connected;</li>\n<li>filterByStatus = [4], filterByConnectionDegree = [2, 3] - replied, not connected;</li>\n<li>filterByStatus = [4], filterByConnectionDegree does not exist - replied.</li>\n</ul>\n","type":"text/plain"},"key":"filterByStatus","value":"[1,2,3,4]"},{"description":{"content":"<p>(Optional) This action exports additional statuses in combination with ‘filterByStatus’. It can be used only when the ‘filterByStatus’ value is set to 4. For more information, check the ‘filterByStatus’ parameter description.</p>\n","type":"text/plain"},"key":"filterByConnectionDegree","value":"[2]"},{"description":{"content":"<p>(Optional) This action exports leads from the campaign who are on specific steps.</p>\n","type":"text/plain"},"key":"filterByCurrentStep","value":"[13290078]"},{"description":{"content":"<p>(Optional) This action exports leads whose IDs match the ones you specify.</p>\n","type":"text/plain"},"key":"filterBySelectedLeads","value":"[22222414927]"},{"description":{"content":"<p>(Optional) This action exports leads whose names contain the name you specify.</p>\n","type":"text/plain"},"key":"filterByName","value":"john"},{"description":{"content":"<p>(Optional) This action exports leads whose company contains a company name you specify.</p>\n","type":"text/plain"},"key":"filterByCompany","value":"123"},{"description":{"content":"<p>(Optional) This action exports leads whose occupation contains the parameter you specify.</p>\n","type":"text/plain"},"key":"filterByOccupation","value":"123"},{"description":{"content":"<p>(Optional) This action exports leads whose headline contains the parameter you specify.</p>\n","type":"text/plain"},"key":"filterByHeadline","value":"123"},{"description":{"content":"<p>(Optional) This action exports leads who have ‘Out of office’ status.</p>\n","type":"text/plain"},"key":"filterByOutOfOffice","value":"false"},{"description":{"content":"<p>(Optional) This action exports leads whose ‘stepChangeTimestamp’ parameter is greater than the value you provide.</p>\n","type":"text/plain"},"key":"filterByStepChangeTimestamp","value":"123"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of. </p>\n","type":"text/plain"},"type":"any","value":"8","key":"accountId"},{"description":{"content":"<p>(Required) This is the ID of the campaign that you wish to export.</p>\n","type":"text/plain"},"type":"any","value":"45","key":"campaignId"}]}},"response":[{"id":"b910f7d1-036e-41e8-bdb4-f8d8eb9f0720","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/export","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","export"],"variable":[{"description":"(Required) User id that you is connected with your account","key":"userId","type":"string","value":"1"},{"description":"(Required) Account id that has the campaign you want to get leads from","key":"accountId","type":"string","value":"168"},{"description":"(Required) Campaign id that you want to get leads from","key":"campaignId","type":"string","value":"1081"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"text/csv"},{"key":"Content-Disposition","value":"attachment; filename=\"ddd-1641814830415.csv\""},{"key":"Date","value":"Mon, 10 Jan 2022 11:40:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"firstName,lastName,campaignName,profileUrl,occupation,currentCompany,email,phone,country,website,twitter,businessEmail,lastStepExecution,_status,leadTags,leadConversation,isConnectionAcceptedDetected\nStefan,Burscher,ddd,https://www.linkedin.com/in/stefan-burscher,,,stefan.burscher@gmail.com,,,,,,2021-04-23 12:26:05,Responded,,\"RECEIVED: Hello man :D \n\n\",No\nfname1,lname1,ddd,https://www.linkedin.com/in/some-user3,dealer,,test@gmail.com,21345785,,,,,2021-11-12 15:17:09,Discovered,,,No\nfname1,lname1,ddd,https://www.linkedin.com/in/some-user3,,,test66@gmail.com,,,,,,2022-01-05 11:40:21,Discovered,,,No\nfnahkjhskdme1,lnamsdfsde1,ddd,https://www.linkedin.com/in/some-usssser3,,,testtest66@gmail.com,,,,,,2022-01-05 11:40:56,Discovered,,,No\nfnahkjhskdme1,lnamsdfsde1,ddd,https://www.linkedin.com/in/some-usssser3,,,testtest66@gmail.com,,,,,,2022-01-05 11:59:12,Discovered,,,No\nfname1,lname1,ddd,https://www.linkedin.com/in/some-user3,dealer,,test@gmail.com,21345785,,,,,2022-01-05 12:18:12,Discovered,,,No"},{"id":"8a80bc2a-2862-4c42-815f-b0d4a1b2afa1","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/export","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","export"],"variable":[{"key":"userId","value":"1","type":"string"},{"key":"accountId","value":"invalid","type":"string"},{"key":"campaignId","value":"2362","type":"string"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"169"},{"key":"ETag","value":"W/\"a9-CLGN553ouSmWRPAqgOnRUTlh/r8\""},{"key":"Date","value":"Thu, 30 Dec 2021 11:49:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"accountId\": {\n            \"value\": \"invalid\",\n            \"msg\": \"Account id must be a number.\",\n            \"param\": \"accountId\",\n            \"location\": \"params\"\n        }\n    }\n}"},{"id":"b17087d7-a904-453e-9ea6-7f9673c08d97","name":"Auhtorization Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/export","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","export"],"variable":[{"key":"userId","type":"string","value":"1"},{"key":"accountId","type":"string","value":"168"},{"key":"campaignId","type":"string","value":"2362"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Thu, 30 Dec 2021 11:50:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"3426cf21-1c99-42c6-90f8-8ed9a8cece65"},{"name":"Get Campaign Info","id":"05508f1a-694d-4695-a737-047517a9fcbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/details","description":"<p>This action retrieves information regarding a specific campaign.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","details"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"string","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"string","value":"7","key":"accountId"},{"description":{"content":"<p>(Required) This is the ID of the campaign in question. </p>\n","type":"text/plain"},"type":"string","value":"69","key":"campaignId"}]}},"response":[{"id":"9120aa9b-b910-4346-a971-20e995da583f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key. ","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/details","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","details"],"variable":[{"key":"userId","value":"15410","type":"string","description":"(Required) This is your User ID."},{"key":"accountId","value":"16269","type":"string","description":"(Required) This is the ID of the seat that the campaign in question is part of."},{"key":"campaignId","value":"211680","type":"string","description":"(Required) This is the ID of the campaign in question. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4339"},{"key":"ETag","value":"W/\"10f3-4McUXNN9XLAHUw73DWO/BYq3tFI\""},{"key":"Date","value":"Mon, 22 Jan 2024 16:39:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"stepsTree\": null,\n        \"id\": 211680,\n        \"linkedinAccountId\": 16269,\n        \"networkId\": 1,\n        \"statusId\": 1,\n        \"statusChangeTimestamp\": 0,\n        \"checkTimestamp\": 0,\n        \"name\": \"Test FIlip\",\n        \"connectMessage\": null,\n        \"lastProcessingTimestamp\": 0,\n        \"onlyPremium\": false,\n        \"onlyOpenInmail\": false,\n        \"collectInMailStatus\": false,\n        \"onlyDiscoverLeads\": false,\n        \"isFirstConnection\": false,\n        \"getPersonalInfo\": false,\n        \"onlyUniqueLeads\": false,\n        \"noPendingConnections\": true,\n        \"duplicateLeadsIgnored\": 0,\n        \"pendingLeadsIgnored\": 0,\n        \"connectLeadsAborted\": 0,\n        \"outOfNetworkLeadsIgnored\": 0,\n        \"createdAt\": \"2024-01-22T16:37:37.000Z\",\n        \"updatedAt\": \"2024-01-22T16:38:28.000Z\",\n        \"startAt\": 0,\n        \"stateId\": 1,\n        \"enableClickRate\": false,\n        \"enableOpenRate\": true,\n        \"includeGloballyTargetedLeads\": true,\n        \"globalTargetingIgnoreCount\": 0,\n        \"dailyEmailSendingLimit\": 30,\n        \"totalEmailsSentToday\": 0,\n        \"isDirtyEmailScheduler\": true,\n        \"textOnlyEmails\": false,\n        \"campaignSteps\": [\n            {\n                \"nextSteps\": [\n                    {\n                        \"previousStepResult\": \"SUCCESS\",\n                        \"minRequiredStatusId\": 1,\n                        \"maxRequiredStatusId\": 4,\n                        \"action\": \"message\",\n                        \"campaignId\": 211680,\n                        \"doAfterPreviousStep\": 450000000,\n                        \"id\": 30150961,\n                        \"step\": 2,\n                        \"conditions\": {},\n                        \"ABGroup\": null,\n                        \"replyToStep\": null,\n                        \"data\": {\n                            \"message\": \"Message 2\",\n                            \"outputs\": [\n                                {\n                                    \"id\": \"1\",\n                                    \"color\": \"#52c462\",\n                                    \"label\": \"condition-node-yes\"\n                                },\n                                {\n                                    \"id\": \"2\",\n                                    \"color\": \"#e8285b\",\n                                    \"label\": \"condition-node-no\"\n                                }\n                            ],\n                            \"subject\": \"\",\n                            \"tagInfo\": [],\n                            \"position\": {\n                                \"x\": 480.1666870117187,\n                                \"y\": 508.5\n                            },\n                            \"emailType\": \"\",\n                            \"signature\": \"\",\n                            \"signatureId\": \"\",\n                            \"sourceHandle\": null,\n                            \"allowPaidInMails\": false,\n                            \"ultraConnectBoost\": false,\n                            \"inviteMessageOption\": \"option_a\",\n                            \"onlyConnectViaEmail\": false,\n                            \"personalizedImageId\": null,\n                            \"useDefaultSignature\": true,\n                            \"boostConnectViaEmail\": false,\n                            \"connectMessageViaEmail\": \"\",\n                            \"sentEmailIfNotConnected\": false\n                        }\n                    }\n                ],\n                \"id\": 30150960,\n                \"campaignId\": 211680,\n                \"savedSequenceId\": null,\n                \"action\": \"message\",\n                \"step\": 1,\n                \"previousStepResult\": \"SUCCESS\",\n                \"data\": {\n                    \"message\": \"Message 1\",\n                    \"outputs\": [\n                        {\n                            \"id\": \"1\",\n                            \"color\": \"#52c462\",\n                            \"label\": \"condition-node-yes\"\n                        },\n                        {\n                            \"id\": \"2\",\n                            \"color\": \"#e8285b\",\n                            \"label\": \"condition-node-no\"\n                        }\n                    ],\n                    \"subject\": \"\",\n                    \"tagInfo\": [],\n                    \"position\": {\n                        \"x\": 480.1666870117187,\n                        \"y\": 343.5\n                    },\n                    \"emailType\": \"\",\n                    \"signature\": \"\",\n                    \"signatureId\": \"\",\n                    \"sourceHandle\": null,\n                    \"allowPaidInMails\": false,\n                    \"ultraConnectBoost\": false,\n                    \"inviteMessageOption\": \"option_a\",\n                    \"onlyConnectViaEmail\": false,\n                    \"personalizedImageId\": null,\n                    \"useDefaultSignature\": true,\n                    \"boostConnectViaEmail\": false,\n                    \"connectMessageViaEmail\": \"\",\n                    \"sentEmailIfNotConnected\": false\n                },\n                \"conditions\": {},\n                \"doAfterPreviousStep\": 100800000,\n                \"minRequiredStatusId\": 1,\n                \"maxRequiredStatusId\": 4,\n                \"ABGroup\": null,\n                \"leadExecutedCounts\": 0,\n                \"replyToStep\": null,\n                \"numberOfLeadsInStep\": 3\n            },\n            {\n                \"nextSteps\": [],\n                \"id\": 30150961,\n                \"campaignId\": 211680,\n                \"savedSequenceId\": null,\n                \"action\": \"message\",\n                \"step\": 2,\n                \"previousStepResult\": \"SUCCESS\",\n                \"data\": {\n                    \"message\": \"Message 2\",\n                    \"outputs\": [\n                        {\n                            \"id\": \"1\",\n                            \"color\": \"#52c462\",\n                            \"label\": \"condition-node-yes\"\n                        },\n                        {\n                            \"id\": \"2\",\n                            \"color\": \"#e8285b\",\n                            \"label\": \"condition-node-no\"\n                        }\n                    ],\n                    \"subject\": \"\",\n                    \"tagInfo\": [],\n                    \"position\": {\n                        \"x\": 480.1666870117187,\n                        \"y\": 508.5\n                    },\n                    \"emailType\": \"\",\n                    \"signature\": \"\",\n                    \"signatureId\": \"\",\n                    \"sourceHandle\": null,\n                    \"allowPaidInMails\": false,\n                    \"ultraConnectBoost\": false,\n                    \"inviteMessageOption\": \"option_a\",\n                    \"onlyConnectViaEmail\": false,\n                    \"personalizedImageId\": null,\n                    \"useDefaultSignature\": true,\n                    \"boostConnectViaEmail\": false,\n                    \"connectMessageViaEmail\": \"\",\n                    \"sentEmailIfNotConnected\": false\n                },\n                \"conditions\": {},\n                \"doAfterPreviousStep\": 450000000,\n                \"minRequiredStatusId\": 1,\n                \"maxRequiredStatusId\": 4,\n                \"ABGroup\": null,\n                \"leadExecutedCounts\": 0,\n                \"replyToStep\": null,\n                \"numberOfLeadsInStep\": 0\n            }\n        ],\n        \"campaignStats\": {\n            \"id\": 211569,\n            \"campaignId\": 211680,\n            \"profileViewsMade\": 0,\n            \"connectionsRequested\": 0,\n            \"connectionsViaEmailRequested\": 0,\n            \"messagesSent\": 0,\n            \"inMailsSent\": 0,\n            \"connectionRequestsAccepted\": 0,\n            \"leadsEngaged\": 0,\n            \"leadReplies\": 0,\n            \"emailsClicked\": 0,\n            \"emailsOpened\": 0,\n            \"emailsSent\": 0,\n            \"emailsVerified\": 0,\n            \"emailsBounced\": 0,\n            \"createdAt\": \"2024-01-22T16:37:37.000Z\",\n            \"updatedAt\": \"2024-01-22T16:37:37.000Z\",\n            \"totalFollowCount\": 0\n        },\n        \"additionalData\": {\n            \"id\": 1838698,\n            \"campaignId\": 211680,\n            \"personalizedFields\": \"[\\\"fullName\\\",\\\"email\\\",\\\"phone\\\"]\"\n        },\n        \"leadSources\": [\n            {\n                \"id\": 2002382,\n                \"campaignId\": 211680,\n                \"dashboard\": 1,\n                \"pageNumber\": 1,\n                \"leadSourceUrl\": \"\",\n                \"generalStatus\": \"LEAD_DISCOVERY_FINISHED\",\n                \"leadSourceType\": \"CSV\",\n                \"createdAt\": \"2024-01-22T16:38:28.000Z\",\n                \"updatedAt\": \"2024-01-22T16:38:28.000Z\",\n                \"csvName\": \"testCampaign.csv\",\n                \"lastTimeReused\": null,\n                \"autoReuseIntervalMs\": null,\n                \"autoReuse\": false,\n                \"scheduledAt\": null,\n                \"statusChangeTimestamp\": 0,\n                \"autoReuseInterval\": null\n            }\n        ],\n        \"mailboxes\": [],\n        \"scheduleId\": 59099,\n        \"allMailboxesSelected\": false\n    }\n}"},{"id":"41e90dc6-5423-4728-bd58-0bcdd0d3d29b","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key. ","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/details","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","details"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID.","type":"string"},{"key":"accountId","value":"invalid","description":"(Required) This is the ID of the account that the campaign in question is part of.","type":"string"},{"key":"campaignId","value":"2041","description":"(Required Number) This is the ID of the campaign to get the details","type":"string"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"168"},{"key":"ETag","value":"W/\"a8-zNObJggr4gzi7pSLADCbptB9C1I\""},{"key":"Date","value":"Fri, 03 Dec 2021 11:23:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"accountId\": {\n            \"value\": \"invalid\",\n            \"msg\": \"Account id must be a number.\",\n            \"param\": \"accountId\",\n            \"location\": \"params\"\n        }\n    }\n}"},{"id":"75dae433-85e3-4801-be20-c47b1af6472f","name":"Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key. ","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/details","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","details"],"variable":[{"key":"userId","value":"1","type":"string","description":"(Required) This is your User ID."},{"key":"accountId","value":"168","type":"string","description":"(Required) This is the ID of the account that the campaign in question is part of."},{"key":"campaignId","value":"2041","type":"string","description":"(Required Number) This is the ID of the campaign to get the details"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-mwbowDgG42gghDeb6N5YoF/lnCE\""},{"key":"Date","value":"Fri, 03 Dec 2021 11:22:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 403,\n        \"message\": \"Forbidden\"\n    }\n}"}],"_postman_id":"05508f1a-694d-4695-a737-047517a9fcbe"},{"name":"Get Campaign List","id":"911ca655-4503-4c2b-b9a6-d0853beabe75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) This is your API key. </p>\n","key":"Authorization","type":"text","value":"{{apiKey}}"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns","description":"<p>This action retrieves the list of all campaigns.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","campaigns"],"host":["{{OpenAPIUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) Choose the campaign status.</p>\n<p>Type: Number</p>\n<p>Default value is set to: 1</p>\n<p>export enum CampaignStateEnum {\n  ACTIVE = 1,\n  DRAFT = 2,\n  ARCHIVED = 3\n}</p>\n","type":"text/plain"},"key":"campaignState","value":"2"},{"disabled":true,"description":{"content":"<p>(Optional) Choose how you wish the query to be sorted.</p>\n<p>Type: String </p>\n<p>Accepted values: <code>ASC</code>, <code>DESC</code></p>\n","type":"text/plain"},"key":"sortOrder","value":"DESC"},{"disabled":true,"description":{"content":"<p>(Optional) Choose a column by which you wish to sort.</p>\n<p>Type: String</p>\n<p>Accepted values: isActive, name, createdAt</p>\n","type":"text/plain"},"key":"sortColumn","value":"name"},{"disabled":true,"description":{"content":"<p>(Optional) Limit the number of results that you wish to retrieve.</p>\n<p>Type: Number</p>\n<p>Default value is set to: 30</p>\n","type":"text/plain"},"key":"limit","value":"2"},{"disabled":true,"description":{"content":"<p>(Optional) Choose the position in the dataset of a record in question.</p>\n<p>Type: Number</p>\n<p>Default value is set to: 0</p>\n","type":"text/plain"},"key":"offset","value":"1"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"string","value":"12","key":"accountId"}]}},"response":[{"id":"914217a4-83d1-42e8-a38a-3d55789c338a","name":"Success","originalRequest":{"method":"GET","header":[{"description":"(Required) This is your API key. ","key":"Authorization","type":"text","value":"{{apiKey}}"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns?sortOrder=DESC","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns"],"query":[{"key":"campaignState","value":"2","description":"(Optional) Choose the campaign status.\n\nType: Number\n\nDefault value is set to: 1\n\nexport enum CampaignStateEnum {\n  ACTIVE = 1,\n  DRAFT = 2,\n  ARCHIVED = 3\n}","disabled":true},{"key":"sortOrder","value":"DESC","description":"(Optional) Choose how you wish the query to be sorted.\n\n\nType: String \n\nAccepted values: `ASC`, `DESC`"},{"key":"sortColumn","value":"name","description":"(Optional) Choose a column by which you wish to sort.\n\nType: String\n\nAccepted values: isActive, name, createdAt","disabled":true},{"key":"limit","value":"2","description":"(Optional) Limit the number of results that you wish to retrieve.\n\nType: Number\n\nDefault value is set to: 30","disabled":true},{"key":"offset","value":"1","description":"(Optional) Choose the position in the dataset of a record in question.\n\nType: Number\n\nDefault value is set to: 0","disabled":true}],"variable":[{"key":"userId","value":"15410","description":"(Required) This is your User ID. "},{"key":"accountId","value":"10042","type":"string","description":"(Required) This is the ID of the seat that the campaign in question is part of."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2186"},{"key":"ETag","value":"W/\"88a-YTcaWElm0fUuO4eaHAdbheS6ss4\""},{"key":"Date","value":"Mon, 22 Jan 2024 16:45:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"count\": 2,\n        \"campaigns\": [\n            {\n                \"id\": 211682,\n                \"linkedinAccountId\": 10042,\n                \"networkId\": 1,\n                \"statusId\": 1,\n                \"checkTimestamp\": 0,\n                \"name\": \"Filip test campaign 1\",\n                \"lastProcessingTimestamp\": 0,\n                \"globalTargetingIgnoreCount\": 0,\n                \"includeGloballyTargetedLeads\": 0,\n                \"onlyPremium\": 0,\n                \"onlyDiscoverLeads\": 0,\n                \"isFirstConnection\": 0,\n                \"getPersonalInfo\": 0,\n                \"createdAt\": \"2024-01-22T16:44:28.000Z\",\n                \"updatedAt\": \"2024-01-22T16:44:28.000Z\",\n                \"everyConnectionsSent\": false,\n                \"stateId\": 1,\n                \"campaignStats\": {\n                    \"campaignId\": 211682,\n                    \"profileViewsMade\": 0,\n                    \"inmailsSent\": 0,\n                    \"emailsSent\": 0,\n                    \"connectionsRequested\": 0,\n                    \"messagesSent\": 0,\n                    \"connectionRequestsAccepted\": 0,\n                    \"connectionsViaEmailRequested\": 0,\n                    \"connectionReplies\": 0,\n                    \"responseRate\": \"0\",\n                    \"acceptanceRate\": \"0\",\n                    \"openRate\": \"0\",\n                    \"clickRate\": \"0\",\n                    \"totalLeads\": 3,\n                    \"isActive\": true,\n                    \"totalFollowCount\": 0,\n                    \"emailsVerified\": 0,\n                    \"bounceRate\": \"0\",\n                    \"emailsBounced\": 0,\n                    \"remainingLeads\": 3\n                },\n                \"leadSources\": [\n                    {\n                        \"id\": 2002397,\n                        \"dashboard\": 1,\n                        \"generalStatus\": \"LEAD_DISCOVERY_FINISHED\",\n                        \"leadSourceType\": \"CSV\",\n                        \"leadSourceUrl\": \"\",\n                        \"pageNumber\": 1,\n                        \"csvName\": \"testCampaign.csv\",\n                        \"lastTimeReused\": null,\n                        \"autoReuseInterval\": null,\n                        \"autoReuse\": 0,\n                        \"scheduledAt\": null\n                    }\n                ]\n            },\n            {\n                \"id\": 211684,\n                \"linkedinAccountId\": 10042,\n                \"networkId\": 1,\n                \"statusId\": 1,\n                \"checkTimestamp\": 0,\n                \"name\": \"Filip test campaign 2\",\n                \"lastProcessingTimestamp\": 0,\n                \"globalTargetingIgnoreCount\": 0,\n                \"includeGloballyTargetedLeads\": 1,\n                \"onlyPremium\": 0,\n                \"onlyDiscoverLeads\": 0,\n                \"isFirstConnection\": 0,\n                \"getPersonalInfo\": 0,\n                \"createdAt\": \"2024-01-22T16:45:28.000Z\",\n                \"updatedAt\": \"2024-01-22T16:45:28.000Z\",\n                \"everyConnectionsSent\": false,\n                \"stateId\": 1,\n                \"campaignStats\": {\n                    \"campaignId\": 211684,\n                    \"profileViewsMade\": 0,\n                    \"inmailsSent\": 0,\n                    \"emailsSent\": 0,\n                    \"connectionsRequested\": 0,\n                    \"messagesSent\": 0,\n                    \"connectionRequestsAccepted\": 0,\n                    \"connectionsViaEmailRequested\": 0,\n                    \"connectionReplies\": 0,\n                    \"responseRate\": \"0\",\n                    \"acceptanceRate\": \"0\",\n                    \"openRate\": \"0\",\n                    \"clickRate\": \"0\",\n                    \"totalLeads\": 3,\n                    \"isActive\": true,\n                    \"totalFollowCount\": 0,\n                    \"emailsVerified\": 0,\n                    \"bounceRate\": \"0\",\n                    \"emailsBounced\": 0,\n                    \"remainingLeads\": 0\n                },\n                \"leadSources\": [\n                    {\n                        \"id\": 2002400,\n                        \"dashboard\": 1,\n                        \"generalStatus\": \"LEAD_DISCOVERY_FINISHED\",\n                        \"leadSourceType\": \"CSV\",\n                        \"leadSourceUrl\": \"\",\n                        \"pageNumber\": 1,\n                        \"csvName\": \"testCampaign.csv\",\n                        \"lastTimeReused\": null,\n                        \"autoReuseInterval\": null,\n                        \"autoReuse\": 0,\n                        \"scheduledAt\": null\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"276d1a5f-5e98-4c76-87e9-790d2d4c92b0","name":"authorization error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns?limit=40","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns"],"query":[{"key":"campaignState","value":"1","disabled":true},{"key":"sortOrder","value":"DESC","disabled":true},{"key":"sortColumn","value":"status_id","description":"(Optional) Sort column by which the sort will be done Type: String Accepted values: isActive, name, createdAt","disabled":true},{"key":"limit","value":"40"},{"key":"offset","value":"1","disabled":true}],"variable":[{"key":"userId","value":"1"},{"key":"accountId","value":"161","type":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 04:55:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"a70cf3e1-53de-4c33-afd0-c8236df485c6","name":"missing user id or accounts id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns?limit=40","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns"],"query":[{"key":"campaignState","value":"1","disabled":true},{"key":"sortOrder","value":"DESC","disabled":true},{"key":"sortColumn","value":"status_id","description":"(Optional) Sort column by which the sort will be done Type: String Accepted values: isActive, name, createdAt","disabled":true},{"key":"limit","value":"40"},{"key":"offset","value":"1","disabled":true}],"variable":[{"key":"userId","value":"1"},{"key":"accountId","value":"","type":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"181"},{"key":"Date","value":"Mon, 08 Nov 2021 04:54:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot GET /api/backend/v1/users/1/accounts//campaigns</pre>\n    </body>\n</html>"}],"_postman_id":"911ca655-4503-4c2b-b9a6-d0853beabe75"},{"name":"Create Lead Source & Link It To A Campaign","id":"e0200667-101e-471a-a50a-57f3a7b5fbad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leadSources\": [\r\n        {\r\n            \"campaignId\": 1,\r\n            \"leadSourceUrl\": \"https://www.linkedin.com/sales/search/people?companyExcluded=LinkedIn%3A1337%2CMicrosoft%3A1035&companyTimeScope=CURRENT&doFetchHeroCard=false&geoIncluded=103323778&logHistory=true&logId=8582815403&page=1&relationship=S%2CO&rsLogId=144843257&searchSessionId=R9%2Bd9QKnR4qMsXhrTMNJrA%3D%3D&titleIncluded=SDR%2CSales%2520Development%2520Manager%3A1617%2CSales%2520Development%2520Representative%3A9625%2CSales%2520Development%2520Specialist%3A1546&titleTimeScope=CURRENT\",\r\n            \"leadSourceType\": \"SALES_NAVIGATOR\",\r\n            \"dashboard\": 2,\r\n            \"autoReuse\": 1,\r\n            \"autoReuseInterval\": 100\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/lead_sources","description":"<p>This action creates a lead source and connects it to your desired campaign. To authenticate, use API key of the user who is associated with the seat where the desired campaign is located.</p>\n<p>Required params for this endpoint are:</p>\n<ul>\n<li><p>userId - This is the ID of the user who owns the seat that contains the campaign where you want to send this lead source.</p>\n</li>\n<li><p>accountId - This is the ID of the seat where the desired campaign is located.</p>\n</li>\n</ul>\n<p>When sending a request, make sure your body contains required leadSources array and provide exacly one lead source.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","lead_sources"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is the ID of the user who owns the seat that contains the campaign where you want to send this lead source.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat where the desired campaign is located.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"accountId"}]}},"response":[{"id":"99c7b1c2-b37c-409c-ad6f-154816d98072","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"leadSources\": [\n        {\n            \"campaignId\": 49,\n            \"pageNumber\": 1,\n            \"leadSourceUrl\": \"https://www.linkedin.com/sales/search/people?companyExcluded=LinkedIn%3A1337%2CMicrosoft%3A1035&companyTimeScope=CURRENT&doFetchHeroCard=false&geoIncluded=103323778&logHistory=true&logId=8582815403&page=1&relationship=S%2CO&rsLogId=144843257&searchSessionId=R9%2Bd9QKnR4qMsXhrTMNJrA%3D%3D&titleIncluded=SDR%2CSales%2520Development%2520Manager%3A1617%2CSales%2520Development%2520Representative%3A9625%2CSales%2520Development%2520Specialist%3A1546&titleTimeScope=CURRENT\",\n            \"generalStatus\": \"LEAD_DISCOVERY_ACTIVE\",\n            \"leadSourceType\": \"SALES_NAVIGATOR\",\n            \"dashboard\": 2,\n            \"autoReuse\": 1,\n            \"lastTimeReused\": null,\n            \"csvName\": \"File.csv\",\n            \"autoReuseInterval\": 100,\n            \"statusChangeTimestamp\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/lead_sources","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","lead_sources"],"variable":[{"key":"userId","value":"2"},{"key":"accountId","value":"2"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"863"},{"key":"ETag","value":"W/\"35f-hyQWZgbCYYZC3tIO5lUuauakUzE\""},{"key":"Date","value":"Tue, 11 Feb 2025 10:40:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 23502,\n                \"campaignId\": 49,\n                \"pageNumber\": 1,\n                \"leadSourceUrl\": \"https://www.linkedin.com/sales/search/people?companyExcluded=LinkedIn%3A1337%2CMicrosoft%3A1035&companyTimeScope=CURRENT&doFetchHeroCard=false&geoIncluded=103323778&logHistory=true&logId=8582815403&page=1&relationship=S%2CO&rsLogId=144843257&searchSessionId=R9%2Bd9QKnR4qMsXhrTMNJrA%3D%3D&titleIncluded=SDR%2CSales%2520Development%2520Manager%3A1617%2CSales%2520Development%2520Representative%3A9625%2CSales%2520Development%2520Specialist%3A1546&titleTimeScope=CURRENT\",\n                \"generalStatus\": \"LEAD_DISCOVERY_ACTIVE\",\n                \"leadSourceType\": \"SALES_NAVIGATOR\",\n                \"dashboard\": 2,\n                \"autoReuse\": true,\n                \"lastTimeReused\": null,\n                \"csvName\": \"File.csv\",\n                \"statusChangeTimestamp\": 0,\n                \"autoReuseIntervalMs\": 8640000000,\n                \"createdAt\": \"2025-02-11T10:40:02.340Z\",\n                \"updatedAt\": \"2025-02-11T10:40:02.340Z\",\n                \"autoReuseInterval\": 100\n            }\n        ]\n    }\n}"},{"id":"1459da5d-73c5-48c1-8a57-fdef0468bf56","name":"forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/lead_sources","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","lead_sources"],"variable":[{"key":"userId","value":"1"},{"key":"accountId","value":"2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-mwbowDgG42gghDeb6N5YoF/lnCE\""},{"key":"Date","value":"Tue, 11 Feb 2025 10:07:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 403,\n        \"message\": \"Forbidden\"\n    }\n}"},{"id":"767b8d4f-a336-42e6-ac87-e2f801ff1e2f","name":"Missing leadSource in body","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/lead_sources","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","lead_sources"],"variable":[{"key":"userId","value":"2"},{"key":"accountId","value":"2"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"150"},{"key":"ETag","value":"W/\"96-PMdiYUPki9HvgKtdmw2SpIF+sRA\""},{"key":"Date","value":"Tue, 11 Feb 2025 10:05:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"leadSources\": {\n            \"msg\": \"leadSources is required\",\n            \"param\": \"leadSources\",\n            \"location\": \"body\"\n        }\n    }\n}"}],"_postman_id":"e0200667-101e-471a-a50a-57f3a7b5fbad"},{"name":"Create Campaign From A Sequence Template","id":"99fb2b70-532b-4557-867f-49dbfda5d57f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Campaign #1","description":"<p>(Required) This is the campaign's name.</p>\n","type":"text","uuid":"bb37eca5-90fe-4e6e-9de8-3bd4d1e7cac5"},{"key":"templateId","value":"275","description":"<p>(Required) This is the ID of the sequence template, and it's found in user's template library.</p>\n","type":"text","uuid":"50824eb8-98f1-46be-8e02-224080b421aa"},{"key":"isFirstConnection","value":"false","description":"<p>(Required) This action determines wether you want to include the 1st-degree connection leads from your lead source.</p>\n","type":"text","uuid":"f171ff5a-12d4-4931-b12c-6aa27ce5f824"},{"key":"getPersonalInfo","value":"true","description":"<p>(Required) This action determines wether you want to retreive your leads' personal info within your campaign settings.</p>\n","type":"text","uuid":"eb6f024d-61f6-483c-99d4-f98228836b8e"},{"key":"enableOpenRate","value":"true","description":"<p>(Required) This action determines whether you want to track email open rate or not in your campaign settings.</p>\n","type":"text","uuid":"b4188bb0-96fa-4a4b-b389-cf361162eec8"},{"key":"enableClickRate","value":"false","description":"<p>(Required) This action determines whether you want to track email click rate or not in your campaign settings.</p>\n","type":"text","uuid":"67dbc892-ab4f-468e-bd1a-b51c23577838"},{"key":"onlyPremium","value":"false","description":"<p>(Optional) This action determines whether your want to discover and connect with only LinkedIn Premium accounts to narrow your search.</p>\n","type":"text","uuid":"f476500d-33cd-4c6d-a349-01330078c986"},{"key":"onlyDiscoverLeads","value":"false","description":"<p>(Optional) This action determines whether you want to discover your leads only or not.</p>\n","type":"text","uuid":"077bd00a-54d7-4d13-92c4-50b369672634"},{"key":"onlyUniqueLeads","value":"false","description":"<p>(Optional) This action determines whether you wish to reach out only to leads user hasn't reached before in your campaign settings.</p>\n","type":"text","uuid":"f9dbf452-2532-4f22-a90c-88ae5925d84d"},{"key":"includeGloballyTargetedLeads","value":"true","description":"<p>(Optional) This action determines whether you want to include leads that are present in other campaigns across your entire team, including all seats.</p>\n","type":"text","uuid":"ecfad139-25f0-4201-9268-e627a7082787"},{"key":"noPendingConnections","value":"false","description":"<p>(Optional) This action determines wether you want to leave connections pending in your campaign settings.</p>\n","type":"text","uuid":"f7a68bec-a674-44de-adc5-78c4e5b2e373"},{"key":"additionalFields","value":"[]","description":"<p>(Optional) This action determines leads' variables for your message.  The value can be: title, status, company, lastName, firstName, profileUrl</p>\n","type":"text","uuid":"51367944-1244-4882-8d01-270d6dd87c48"},{"key":"startAt","value":"0","type":"text","uuid":"3ce09799-b7cf-4217-98fe-c54884c257b8"}]},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns","description":"<p>This endpoint creates campaign from users' saved sequences (sequence template). It can only be used for URL-based campaigns.<br />Once created, the campaigns i live immediately.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","campaigns"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is the ID of the user who owns the seat where the campaign will be created and whose smart sequence you want to use.</p>\n","type":"text/plain"},"type":"any","value":"6407","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat where the campaign will be created.</p>\n","type":"text/plain"},"type":"any","value":"19156","key":"accountId"}]}},"response":[{"id":"4748175c-8c89-4709-a5cc-df25cab3151e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Campaign #1","description":"(Required) This is the campaign's name.","type":"text","uuid":"bb37eca5-90fe-4e6e-9de8-3bd4d1e7cac5"},{"key":"templateId","value":"275","description":"(Required) This is the ID of the sequence template, and it's found in user's template library.","type":"text","uuid":"50824eb8-98f1-46be-8e02-224080b421aa"},{"key":"isFirstConnection","value":"false","description":"(Required) This action determines wether you want to include the 1st-degree connection leads from your lead source.","type":"text","uuid":"f171ff5a-12d4-4931-b12c-6aa27ce5f824"},{"key":"getPersonalInfo","value":"true","description":"(Required) This action determines wether you want to retreive your leads' personal info within your campaign settings.","type":"text","uuid":"eb6f024d-61f6-483c-99d4-f98228836b8e"},{"key":"enableOpenRate","value":"true","description":"(Required) This action determines whether you want to track email open rate or not in your campaign settings.","type":"text","uuid":"b4188bb0-96fa-4a4b-b389-cf361162eec8"},{"key":"enableClickRate","value":"false","description":"(Required) This action determines whether you want to track email click rate or not in your campaign settings.","type":"text","uuid":"67dbc892-ab4f-468e-bd1a-b51c23577838"},{"key":"onlyPremium","value":"false","description":"(Optional) This action determines whether your want to discover and connect with only LinkedIn Premium accounts to narrow your search.","type":"text","uuid":"f476500d-33cd-4c6d-a349-01330078c986"},{"key":"onlyDiscoverLeads","value":"false","description":"(Optional) This action determines whether you want to discover your leads only or not.","type":"text","uuid":"077bd00a-54d7-4d13-92c4-50b369672634"},{"key":"onlyUniqueLeads","value":"true","description":"(Optional) This action determines whether you wish to reach out only to leads user hasn't reached before in your campaign settings.","type":"text","uuid":"f9dbf452-2532-4f22-a90c-88ae5925d84d"},{"key":"noPendingConnections","value":"false","description":"(Optional) This action determines wether you want to leave connections pending in your campaign settings.","type":"text","uuid":"f7a68bec-a674-44de-adc5-78c4e5b2e373"},{"key":"additionalFields","value":"[]","description":"(Optional) This action determines leads' variables for your message.  The value can be: title, status, company, lastName, firstName, profileUrl","type":"text","uuid":"51367944-1244-4882-8d01-270d6dd87c48"},{"key":"startAt","value":"0","type":"text","uuid":"3ce09799-b7cf-4217-98fe-c54884c257b8"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns"],"variable":[{"key":"userId","value":"6407","description":"(Required) This is the ID of the user who owns the seat where the campaign will be created and whose smart sequence you want to use."},{"key":"accountId","value":"19156","description":"(Required) This is the ID of the seat where the campaign will be created."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Thu, 24 Apr 2025 14:59:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"value\": 328380\n    }\n}"},{"id":"f5da70ed-0155-4ee0-8d1b-8fa68d86475b","name":"Validation error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Campaign #1","description":"(Required) This is the campaign's name.","type":"text","uuid":"bb37eca5-90fe-4e6e-9de8-3bd4d1e7cac5"},{"key":"templateId","value":"275","description":"(Required) This is the ID of the sequence template, and it's found in user's template library.","type":"text","uuid":"50824eb8-98f1-46be-8e02-224080b421aa","disabled":true},{"key":"isFirstConnection","value":"false","description":"(Required) This action determines wether you want to include the 1st-degree connection leads from your lead source.","type":"text","uuid":"f171ff5a-12d4-4931-b12c-6aa27ce5f824"},{"key":"getPersonalInfo","value":"true","description":"(Required) This action determines wether you want to retreive your leads' personal info within your campaign settings.","type":"text","uuid":"eb6f024d-61f6-483c-99d4-f98228836b8e"},{"key":"enableOpenRate","value":"true","description":"(Required) This action determines whether you want to track email open rate or not in your campaign settings.","type":"text","uuid":"b4188bb0-96fa-4a4b-b389-cf361162eec8"},{"key":"enableClickRate","value":"false","description":"(Required) This action determines whether you want to track email click rate or not in your campaign settings.","type":"text","uuid":"67dbc892-ab4f-468e-bd1a-b51c23577838"},{"key":"onlyPremium","value":"false","description":"(Optional) This action determines whether your want to discover and connect with only LinkedIn Premium accounts to narrow your search.","type":"text","uuid":"f476500d-33cd-4c6d-a349-01330078c986"},{"key":"onlyDiscoverLeads","value":"false","description":"(Optional) This action determines whether you want to discover your leads only or not.","type":"text","uuid":"077bd00a-54d7-4d13-92c4-50b369672634"},{"key":"onlyUniqueLeads","value":"true","description":"(Optional) This action determines whether you wish to reach out only to leads user hasn't reached before in your campaign settings.","type":"text","uuid":"f9dbf452-2532-4f22-a90c-88ae5925d84d"},{"key":"noPendingConnections","value":"false","description":"(Optional) This action determines wether you want to leave connections pending in your campaign settings.","type":"text","uuid":"f7a68bec-a674-44de-adc5-78c4e5b2e373"},{"key":"additionalFields","value":"[]","description":"(Optional) This action determines leads' variables for your message.  The value can be: title, status, company, lastName, firstName, profileUrl","type":"text","uuid":"51367944-1244-4882-8d01-270d6dd87c48"},{"key":"startAt","value":"0","type":"text","uuid":"3ce09799-b7cf-4217-98fe-c54884c257b8"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns"],"variable":[{"key":"userId","value":"6407","description":"(Required) This is the ID of the user who owns the seat where the campaign will be created and whose smart sequence you want to use."},{"key":"accountId","value":"19156","description":"(Required) This is the ID of the seat where the campaign will be created."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Thu, 24 Apr 2025 14:59:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"148"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"94-l/0K5m4nA+ROuAAzV1t8V9UgjGA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"templateId\": {\n            \"msg\": \"Template id is required\",\n            \"param\": \"templateId\",\n            \"location\": \"body\"\n        }\n    }\n}"}],"_postman_id":"99fb2b70-532b-4557-867f-49dbfda5d57f"},{"name":"Activate Campaign","id":"fe18465d-1940-471b-a83e-786e727fc3c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId/accounts/:accountId/campaigns/:campaignId/activate","description":"<p>Endpoint to activate a campaign.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","activate"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is the ID of the user who owns the seat where the campaign will be created and whose smart sequence you want to use.</p>\n","type":"text/plain"},"type":"any","value":"35048","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat where the campaign will be created.</p>\n","type":"text/plain"},"type":"any","value":"30110","key":"accountId"},{"description":{"content":"<p>(Required) This is the campaing ID of the campaign we want to activate</p>\n","type":"text/plain"},"type":"any","value":"344420","key":"campaignId"}]}},"response":[{"id":"2f9dee11-faa9-4d75-8bc8-265b106d2565","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrlV2}}/users/:userId/accounts/:accountId/campaigns/:campaignId/activate","host":["{{OpenAPIUrlV2}}"],"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","activate"],"variable":[{"key":"userId","value":"35048","description":"(Required) This is the ID of the user who owns the seat where the campaign will be created and whose smart sequence you want to use."},{"key":"accountId","value":"30110","description":"(Required) This is the ID of the seat where the campaign will be created."},{"key":"campaignId","value":"344420","description":"(Required) This is the campaing ID of the campaign we want to activate"}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 28 Oct 2025 10:23:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"a8-o8aH+cVVpCoUD3iuyV3F8M9i0rY\""}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fe18465d-1940-471b-a83e-786e727fc3c4"},{"name":"Deactivate Campaign","id":"bbac7f4e-4a45-4f29-83d3-b4c44b194908","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId/accounts/:accountId/campaigns/:campaignId/deactivate","description":"<p>Endpoint to deactivate a campaign.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","deactivate"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is the ID of the user who owns the seat where the campaign will be created and whose smart sequence you want to use.</p>\n","type":"text/plain"},"type":"any","value":"35048","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat where the campaign will be created.</p>\n","type":"text/plain"},"type":"any","value":"32463","key":"accountId"},{"description":{"content":"<p>(Required) This is the campaing ID of the campaign we want to deactivate</p>\n","type":"text/plain"},"type":"any","value":"344420","key":"campaignId"}]}},"response":[{"id":"e78947f0-b5b1-4c03-af9b-afe5ad020ce8","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrlV2}}/users/:userId/accounts/:accountId/campaigns/:campaignId/deactivate","host":["{{OpenAPIUrlV2}}"],"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","deactivate"],"variable":[{"key":"userId","value":"35048","description":"(Required) This is the ID of the user who owns the seat where the campaign will be created and whose smart sequence you want to use."},{"key":"accountId","value":"32463","description":"(Required) This is the ID of the seat where the campaign will be created."},{"key":"campaignId","value":"344420","description":"(Required) This is the campaing ID of the campaign we want to deactivate"}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 28 Oct 2025 10:23:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"aa-6WfOCa+j391bT7hpBEAcV6PNbog\""}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bbac7f4e-4a45-4f29-83d3-b4c44b194908"}],"id":"0b5119d1-aef6-4ade-96b7-ddf2200c8cb4","_postman_id":"0b5119d1-aef6-4ade-96b7-ddf2200c8cb4","description":""},{"name":"Users & Seats","item":[{"name":"List All Seats of a Specific User","id":"57c6c6f1-e7f0-4d09-988b-6cd8d52fa26c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/accounts?search=John Smith&offset=0&limit=10","description":"<p>This action provides information based on your Team Management role:</p>\n<p><strong>- For team members:</strong> Retrieves information about the seats you've been invited to manage or own.<br /><strong>- For co-workers:</strong> Retrieves information about the seats that belong to the teams you manage.<br /><strong>- For platform admins:</strong> Retrieves information about the seats linked to the teams you own.  </p>\n<p>The endpoint only returns accounts if they are active.</p>\n","urlObject":{"path":["accounts"],"host":["{{OpenAPIUrl}}"],"query":[{"key":"search","value":"John Smith"},{"key":"offset","value":"0"},{"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>(Optional) Return only active seats</p>\n","type":"text/plain"},"key":"onlyActive","value":"true"}],"variable":[]}},"response":[{"id":"23d4db35-fec9-4aca-a130-710e2811a70d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/accounts?search=John Smith","host":["{{OpenAPIUrl}}"],"path":["accounts"],"query":[{"key":"search","value":"John Smith"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1304097"},{"key":"ETag","value":"W/\"13e621-a557L7C7uVQMnZZSbw8rtjBMU5U\""},{"key":"Date","value":"Wed, 23 Oct 2024 13:57:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"twoFactorAuthFormInfo\": [],\n                \"twoFactorAuthDocumentInfo\": {},\n                \"id\": 8292,\n                \"email\": \"example@example.com\",\n                \"lastConnectionUpdate\": 1728562840914,\n                \"lastUserConnectionFetch\": 1720189179353,\n                \"connectionStatusId\": 1,\n                \"withdrawalTimestamp\": 1728643690588,\n                \"withdrawalStatusId\": 1,\n                \"cooldownConnect\": 1728686993548,\n                \"cooldownConnectViaEmail\": 88888888888888,\n                \"cooldownConnectViaBug\": 88888888888888,\n                \"cooldownAccount\": 0,\n                \"cooldownSalesSearch\": 0,\n                \"cooldownSendMessage\": 0,\n                \"cooldownInMail\": 0,\n                \"cooldownPaidInMail\": 0,\n                \"pinFormInfo\": null,\n                \"globalSignature\": null,\n                \"accountGlobalStatusId\": 5,\n                \"linkedinUserId\": 117101316,\n                \"teamId\": 3,\n                \"accountPaymentStatusId\": 1,\n                \"subscriptionId\": 5,\n                \"linkedinSubscriptionId\": 1,\n                \"cancelAt\": null,\n                \"fullName\": \"Example Test\",\n                \"theme\": \"1\",\n                \"createdAt\": \"2021-11-01T14:06:48.000Z\",\n                \"updatedAt\": \"2024-10-23T09:01:17.000Z\",\n                \"getMessagesStatusId\": 1,\n                \"lastGetMessagesUpdate\": 1728642520304,\n                \"lastListenConnectionTimestamp\": 1728561615000,\n                \"linkedinProfileErrors\": 0,\n                \"lastFetchMessages\": 1728643586286,\n                \"tasksDelay\": 0,\n                \"jailPoint\": 0,\n                \"isInJail\": false,\n                \"planId\": 1,\n                \"lastConnectionAcceptedAt\": 0,\n                \"pinDocumentInfo\": null,\n                \"pinSentAt\": null,\n                \"emailCredits\": 10000,\n                \"lastEmailSent\": null,\n                \"captchaUrl\": null,\n                \"pinTimestamp\": 1695112547888,\n                \"contactSource\": null,\n                \"suspended\": false,\n                \"lastGotMessagesAt\": 1728643645754,\n                \"isDirtyEmailScheduler\": false,\n                \"nextEmailLimitRestart\": 1729720800,\n                \"handleOutOfOfficeEmails\": true,\n                \"lastAccountGlobalStatusChangedAt\": 1720194050005,\n                \"lastAccountGlobalStatusId\": 10,\n                \"currentZoneTime\": \"2024-10-23T15:57:02.743Z\",\n                \"linkedinUser\": {\n                    \"education\": null,\n                    \"experience\": null,\n                    \"volunteer\": null,\n                    \"id\": 117101316,\n                    \"email\": null,\n                    \"businessEmailFoundByPlatform\": null,\n                    \"linkedinPersonalEmailFoundByPlatform\": null,\n                    \"fullName\": \"Test Test\",\n                    \"picture\": \"https://img-store-ln.s3.us-east-2.amazonaws.com/8a3062df-afdc-403a-a031-0a9b3f9bee1a\",\n                    \"s3Picture\": null,\n                    \"occupation\": \"Content Writer at Company\",\n                    \"headline\": null,\n                    \"country\": null,\n                    \"currentCompanyLogo\": null,\n                    \"primaryIdentifier\": \"618620098\",\n                    \"currentCompany\": null,\n                    \"yearsInCurrentCompany\": null,\n                    \"totalCareerPositionsCount\": null,\n                    \"totalYearsInCareer\": null,\n                    \"collegeName\": null,\n                    \"temporaryField\": null,\n                    \"phone\": null,\n                    \"twitter\": null,\n                    \"website\": null,\n                    \"domain\": null,\n                    \"connectionDegree\": null,\n                    \"lastMessage\": null,\n                    \"messageSeenAt\": null,\n                    \"messageCreatedAt\": null,\n                    \"messageDashboardId\": null,\n                    \"isMessageRead\": null,\n                    \"activities\": null,\n                    \"recommendations\": null,\n                    \"currentLinkedinCompanyId\": null,\n                    \"createdAt\": \"2024-07-09T08:55:10.000Z\",\n                    \"updatedAt\": \"2024-07-09T08:55:10.000Z\"\n                },\n                \"accountGlobalSettings\": {\n                    \"emailBlacklist\": [],\n                    \"bccRecipients\": [],\n                    \"id\": 8257,\n                    \"linkedinAccountId\": 8292,\n                    \"startUTCTime\": \"09:00\",\n                    \"endUTCTime\": \"16:00\",\n                    \"addMaxPeople\": 60,\n                    \"addMinPeople\": 50,\n                    \"connectViaEmailMaxPeople\": 60,\n                    \"connectViaEmailMinPeople\": 40,\n                    \"viewMaxPeople\": 35,\n                    \"viewMinPeople\": 25,\n                    \"followMaxPeople\": 35,\n                    \"followMinPeople\": 25,\n                    \"sendMaxMessages\": 120,\n                    \"sendMinMessages\": 100,\n                    \"sendMaxInMails\": 60,\n                    \"sendMinInMails\": 50,\n                    \"startUTCDay\": 1,\n                    \"endUTCDay\": 5,\n                    \"timeZone\": \"Europe/Budapest\",\n                    \"warmupEmailLimits\": null,\n                    \"discoverMinPages\": 70,\n                    \"discoverMaxPages\": 92,\n                    \"maxPendingAmount\": 1301,\n                    \"blacklist\": \"[]\",\n                    \"isWarmupActive\": false,\n                    \"warmupStage\": 3,\n                    \"warmupStageFinishAt\": 1637590451767,\n                    \"warmupStartedAt\": 1635775608375,\n                    \"warmupFinishedAt\": 1637590979934,\n                    \"createdAt\": \"2021-11-01T14:06:48.000Z\",\n                    \"updatedAt\": \"2024-03-04T11:48:25.000Z\",\n                    \"emailDelay\": 120,\n                    \"viewMaxPageToDiscover\": 1,\n                    \"viewMinPageToDiscover\": 10,\n                    \"minCompanyApiCalls\": 40,\n                    \"maxCompanyApiCalls\": 60,\n                    \"customDomain\": null,\n                    \"domainVerified\": false,\n                    \"lastWorkHoursUpdate\": \"2023-10-13T08:06:11.000Z\",\n                    \"weekendDaysId\": 1\n                },\n                \"subscription\": {\n                    \"id\": 5,\n                    \"status\": \"active\",\n                    \"subscriptionEndsAt\": 1731858818\n                },\n                \"accountPaymentStatus\": {\n                    \"id\": 1,\n                    \"name\": \"ACTIVE\"\n                },\n                \"emailOauths\": [\n                    {\n                        \"authenticationId\": \"337eeb83-de6b-4142-b561-ac81e15a3b00\",\n                        \"type\": \"gmail\",\n                        \"status\": \"ACTIVE\",\n                        \"email\": \"kristina@company.io\"\n                    },\n                    {\n                        \"authenticationId\": \"59e76db0-52ec-4fcd-88dd-b1cf6d38c96c\",\n                        \"type\": \"gmail\",\n                        \"status\": \"INACTIVE\",\n                        \"email\": \"kristina@company.io\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"6afeebb6-90f2-4ee8-b4ea-2f9160bc2fb6","name":"search not found ","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/accounts?search=5656","host":["{{OpenAPIUrl}}"],"path":["accounts"],"query":[{"key":"search","value":"5656","description":"(Optional) Search string that will filter the results if any of this fields: full_name, email, current_company or occupation are containing that given string\n\nType: String"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"23"},{"key":"ETag","value":"W/\"17-UKrsFzTzgzEQXILHKTpwz5W3Wvc\""},{"key":"Date","value":"Mon, 08 Nov 2021 07:22:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": []\n    }\n}"},{"id":"87ed4ecd-e92d-44c5-96f1-df2ef3342303","name":"authorization error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":"{{OpenAPIUrl}}/accounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 04:52:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"57c6c6f1-e7f0-4d09-988b-6cd8d52fa26c"},{"name":"List All Seats of a Specific User for Specific Team","id":"fd8cb589-53d5-433c-9ee0-89571cd3e8e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/team/:teamId/accounts","description":"<p>The endpoint only returns accounts if they are active.</p>\n","urlObject":{"path":["users",":userId","team",":teamId","accounts"],"host":["{{OpenAPIUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) Return only active seats</p>\n","type":"text/plain"},"key":"onlyActive","value":"true"}],"variable":[{"description":{"content":"<p>(Required) Id of the user that is requesting</p>\n","type":"text/plain"},"type":"any","value":"93","key":"userId"},{"description":{"content":"<p>(Required) Id of the team where we want to fetch the accounts</p>\n","type":"text/plain"},"type":"any","value":"79","key":"teamId"}]}},"response":[{"id":"f380b2d4-ce9a-4af0-a0de-7df378d02cf0","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/team/:teamId/accounts","host":["{{OpenAPIUrl}}"],"path":["users",":userId","team",":teamId","accounts"],"variable":[{"key":"userId","value":"93","description":"(Required) Id of the user that is requesting"},{"key":"teamId","value":"79","description":"(Required) Id of the team where we want to fetch the accounts"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"11236"},{"key":"ETag","value":"W/\"2be4-wxR4PxU5W5LnmAu8u9Xk6/IXFUc\""},{"key":"Date","value":"Mon, 18 Aug 2025 09:32:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"count\": 7,\n        \"items\": [\n            {\n                \"twoFactorAuthFormInfo\": [],\n                \"twoFactorAuthDocumentInfo\": {},\n                \"id\": 158,\n                \"email\": \"example@example.com\",\n                \"lastConnectionUpdate\": 0,\n                \"lastUserConnectionFetch\": 0,\n                \"connectionStatusId\": 1,\n                \"withdrawalTimestamp\": 0,\n                \"withdrawalStatusId\": 1,\n                \"cooldownConnect\": 0,\n                \"cooldownConnectViaEmail\": 88888888888888,\n                \"cooldownConnectViaBug\": 0,\n                \"cooldownAccount\": 0,\n                \"cooldownSalesSearch\": 0,\n                \"cooldownSendMessage\": 0,\n                \"cooldownInMail\": 0,\n                \"cooldownPaidInMail\": null,\n                \"pinFormInfo\": null,\n                \"globalSignature\": null,\n                \"accountGlobalStatusId\": 1,\n                \"linkedinUserId\": null,\n                \"teamId\": 79,\n                \"accountPaymentStatusId\": 1,\n                \"subscriptionId\": 24,\n                \"linkedinSubscriptionId\": 1,\n                \"cancelAt\": null,\n                \"fullName\": \"dsaads 😊\",\n                \"theme\": \"1\",\n                \"createdAt\": \"2022-06-02T08:51:57.000Z\",\n                \"updatedAt\": \"2025-03-04T07:03:32.000Z\",\n                \"getMessagesStatusId\": 1,\n                \"lastGetMessagesBasicUpdate\": 0,\n                \"lastGetMessagesSalesUpdate\": 0,\n                \"lastListenConnectionTimestamp\": 0,\n                \"linkedinProfileErrors\": 0,\n                \"lastFetchMessagesBasic\": 1654159917446,\n                \"lastFetchMessagesSales\": 1654159917446,\n                \"tasksDelay\": 0,\n                \"jailPoint\": 0,\n                \"isInJail\": false,\n                \"planId\": 1,\n                \"lastConnectionAcceptedAt\": 0,\n                \"pinDocumentInfo\": null,\n                \"pinSentAt\": null,\n                \"emailCredits\": 10000,\n                \"lastEmailSent\": null,\n                \"captchaUrl\": null,\n                \"pinTimestamp\": null,\n                \"contactSource\": null,\n                \"suspended\": false,\n                \"lastGotBasicMessagesAt\": null,\n                \"lastGotSalesMessagesAt\": null,\n                \"scriptDailyCooldown\": 0,\n                \"isDirtyEmailScheduler\": false,\n                \"nextEmailLimitRestart\": 1725084000,\n                \"handleOutOfOfficeEmails\": true,\n                \"lastAccountGlobalStatusChangedAt\": null,\n                \"lastAccountGlobalStatusId\": null,\n                \"basicGetMessagesFailedCounter\": 0,\n                \"twoFactorToken\": null,\n                \"subscription\": {\n                    \"id\": 24,\n                    \"status\": \"active\",\n                    \"subscriptionEndsAt\": 1721395593\n                },\n                \"accountPaymentStatus\": {\n                    \"id\": 1,\n                    \"name\": \"ACTIVE\"\n                }\n            },\n            {\n                \"twoFactorAuthFormInfo\": [],\n                \"twoFactorAuthDocumentInfo\": {},\n                \"id\": 998,\n                \"email\": \"jovana@example.io\",\n                \"lastConnectionUpdate\": 0,\n                \"lastUserConnectionFetch\": 0,\n                \"connectionStatusId\": 1,\n                \"withdrawalTimestamp\": 0,\n                \"withdrawalStatusId\": 1,\n                \"cooldownConnect\": 0,\n                \"cooldownConnectViaEmail\": 0,\n                \"cooldownConnectViaBug\": 0,\n                \"cooldownAccount\": 0,\n                \"cooldownSalesSearch\": 0,\n                \"cooldownSendMessage\": 0,\n                \"cooldownInMail\": 0,\n                \"cooldownPaidInMail\": null,\n                \"pinFormInfo\": null,\n                \"globalSignature\": null,\n                \"accountGlobalStatusId\": 2,\n                \"linkedinUserId\": null,\n                \"teamId\": 79,\n                \"accountPaymentStatusId\": 1,\n                \"subscriptionId\": 24,\n                \"linkedinSubscriptionId\": 1,\n                \"cancelAt\": null,\n                \"fullName\": \"asddd\",\n                \"theme\": \"1\",\n                \"createdAt\": \"2023-04-04T11:09:37.000Z\",\n                \"updatedAt\": \"2025-03-03T10:03:23.000Z\",\n                \"getMessagesStatusId\": 1,\n                \"lastGetMessagesBasicUpdate\": 0,\n                \"lastGetMessagesSalesUpdate\": 0,\n                \"lastListenConnectionTimestamp\": 0,\n                \"linkedinProfileErrors\": 0,\n                \"lastFetchMessagesBasic\": 1680606577831,\n                \"lastFetchMessagesSales\": 1680606577831,\n                \"tasksDelay\": 0,\n                \"jailPoint\": 0,\n                \"isInJail\": false,\n                \"planId\": 1,\n                \"lastConnectionAcceptedAt\": 0,\n                \"pinDocumentInfo\": null,\n                \"pinSentAt\": null,\n                \"emailCredits\": 10000,\n                \"lastEmailSent\": null,\n                \"captchaUrl\": null,\n                \"pinTimestamp\": null,\n                \"contactSource\": null,\n                \"suspended\": false,\n                \"lastGotBasicMessagesAt\": null,\n                \"lastGotSalesMessagesAt\": null,\n                \"scriptDailyCooldown\": 0,\n                \"isDirtyEmailScheduler\": false,\n                \"nextEmailLimitRestart\": 1691413429,\n                \"handleOutOfOfficeEmails\": true,\n                \"lastAccountGlobalStatusChangedAt\": 1711377809857,\n                \"lastAccountGlobalStatusId\": 2,\n                \"basicGetMessagesFailedCounter\": 0,\n                \"twoFactorToken\": null,\n                \"subscription\": {\n                    \"id\": 24,\n                    \"status\": \"active\",\n                    \"subscriptionEndsAt\": 1721395593\n                },\n                \"accountPaymentStatus\": {\n                    \"id\": 1,\n                    \"name\": \"ACTIVE\"\n                }\n            },\n            {\n                \"twoFactorAuthFormInfo\": [],\n                \"twoFactorAuthDocumentInfo\": {},\n                \"id\": 999,\n                \"email\": null,\n                \"lastConnectionUpdate\": 0,\n                \"lastUserConnectionFetch\": 0,\n                \"connectionStatusId\": 1,\n                \"withdrawalTimestamp\": 0,\n                \"withdrawalStatusId\": 1,\n                \"cooldownConnect\": 0,\n                \"cooldownConnectViaEmail\": 0,\n                \"cooldownConnectViaBug\": 0,\n                \"cooldownAccount\": 0,\n                \"cooldownSalesSearch\": 0,\n                \"cooldownSendMessage\": 0,\n                \"cooldownInMail\": 0,\n                \"cooldownPaidInMail\": null,\n                \"pinFormInfo\": null,\n                \"globalSignature\": null,\n                \"accountGlobalStatusId\": 1,\n                \"linkedinUserId\": null,\n                \"teamId\": 79,\n                \"accountPaymentStatusId\": 1,\n                \"subscriptionId\": 24,\n                \"linkedinSubscriptionId\": 1,\n                \"cancelAt\": null,\n                \"fullName\": \"test\",\n                \"theme\": \"1\",\n                \"createdAt\": \"2023-04-04T12:26:22.000Z\",\n                \"updatedAt\": \"2025-03-04T07:03:32.000Z\",\n                \"getMessagesStatusId\": 1,\n                \"lastGetMessagesBasicUpdate\": 0,\n                \"lastGetMessagesSalesUpdate\": 0,\n                \"lastListenConnectionTimestamp\": 0,\n                \"linkedinProfileErrors\": 0,\n                \"lastFetchMessagesBasic\": 1680611182533,\n                \"lastFetchMessagesSales\": 1680611182533,\n                \"tasksDelay\": 0,\n                \"jailPoint\": 0,\n                \"isInJail\": false,\n                \"planId\": 1,\n                \"lastConnectionAcceptedAt\": 0,\n                \"pinDocumentInfo\": null,\n                \"pinSentAt\": null,\n                \"emailCredits\": 10000,\n                \"lastEmailSent\": null,\n                \"captchaUrl\": null,\n                \"pinTimestamp\": null,\n                \"contactSource\": null,\n                \"suspended\": false,\n                \"lastGotBasicMessagesAt\": null,\n                \"lastGotSalesMessagesAt\": null,\n                \"scriptDailyCooldown\": 0,\n                \"isDirtyEmailScheduler\": false,\n                \"nextEmailLimitRestart\": 1691413429,\n                \"handleOutOfOfficeEmails\": true,\n                \"lastAccountGlobalStatusChangedAt\": null,\n                \"lastAccountGlobalStatusId\": null,\n                \"basicGetMessagesFailedCounter\": 0,\n                \"twoFactorToken\": null,\n                \"subscription\": {\n                    \"id\": 24,\n                    \"status\": \"active\",\n                    \"subscriptionEndsAt\": 1721395593\n                },\n                \"accountPaymentStatus\": {\n                    \"id\": 1,\n                    \"name\": \"ACTIVE\"\n                }\n            },\n            {\n                \"twoFactorAuthFormInfo\": [],\n                \"twoFactorAuthDocumentInfo\": {},\n                \"id\": 1000,\n                \"email\": null,\n                \"lastConnectionUpdate\": 0,\n                \"lastUserConnectionFetch\": 0,\n                \"connectionStatusId\": 1,\n                \"withdrawalTimestamp\": 0,\n                \"withdrawalStatusId\": 1,\n                \"cooldownConnect\": 0,\n                \"cooldownConnectViaEmail\": 0,\n                \"cooldownConnectViaBug\": 0,\n                \"cooldownAccount\": 0,\n                \"cooldownSalesSearch\": 0,\n                \"cooldownSendMessage\": 0,\n                \"cooldownInMail\": 0,\n                \"cooldownPaidInMail\": null,\n                \"pinFormInfo\": null,\n                \"globalSignature\": null,\n                \"accountGlobalStatusId\": 1,\n                \"linkedinUserId\": null,\n                \"teamId\": 79,\n                \"accountPaymentStatusId\": 1,\n                \"subscriptionId\": 24,\n                \"linkedinSubscriptionId\": 1,\n                \"cancelAt\": null,\n                \"fullName\": \"asd\",\n                \"theme\": \"1\",\n                \"createdAt\": \"2023-04-04T13:03:28.000Z\",\n                \"updatedAt\": \"2025-03-04T07:03:32.000Z\",\n                \"getMessagesStatusId\": 1,\n                \"lastGetMessagesBasicUpdate\": 0,\n                \"lastGetMessagesSalesUpdate\": 0,\n                \"lastListenConnectionTimestamp\": 0,\n                \"linkedinProfileErrors\": 0,\n                \"lastFetchMessagesBasic\": 1680613408330,\n                \"lastFetchMessagesSales\": 1680613408330,\n                \"tasksDelay\": 0,\n                \"jailPoint\": 0,\n                \"isInJail\": false,\n                \"planId\": 1,\n                \"lastConnectionAcceptedAt\": 0,\n                \"pinDocumentInfo\": null,\n                \"pinSentAt\": null,\n                \"emailCredits\": 10000,\n                \"lastEmailSent\": null,\n                \"captchaUrl\": null,\n                \"pinTimestamp\": null,\n                \"contactSource\": null,\n                \"suspended\": false,\n                \"lastGotBasicMessagesAt\": null,\n                \"lastGotSalesMessagesAt\": null,\n                \"scriptDailyCooldown\": 0,\n                \"isDirtyEmailScheduler\": false,\n                \"nextEmailLimitRestart\": 1691413429,\n                \"handleOutOfOfficeEmails\": true,\n                \"lastAccountGlobalStatusChangedAt\": null,\n                \"lastAccountGlobalStatusId\": null,\n                \"basicGetMessagesFailedCounter\": 0,\n                \"twoFactorToken\": null,\n                \"subscription\": {\n                    \"id\": 24,\n                    \"status\": \"active\",\n                    \"subscriptionEndsAt\": 1721395593\n                },\n                \"accountPaymentStatus\": {\n                    \"id\": 1,\n                    \"name\": \"ACTIVE\"\n                }\n            },\n            {\n                \"twoFactorAuthFormInfo\": [],\n                \"twoFactorAuthDocumentInfo\": {},\n                \"id\": 1069,\n                \"email\": null,\n                \"lastConnectionUpdate\": 0,\n                \"lastUserConnectionFetch\": 0,\n                \"connectionStatusId\": 1,\n                \"withdrawalTimestamp\": 0,\n                \"withdrawalStatusId\": 1,\n                \"cooldownConnect\": 0,\n                \"cooldownConnectViaEmail\": 0,\n                \"cooldownConnectViaBug\": 0,\n                \"cooldownAccount\": 0,\n                \"cooldownSalesSearch\": 0,\n                \"cooldownSendMessage\": 0,\n                \"cooldownInMail\": 0,\n                \"cooldownPaidInMail\": null,\n                \"pinFormInfo\": null,\n                \"globalSignature\": null,\n                \"accountGlobalStatusId\": 1,\n                \"linkedinUserId\": null,\n                \"teamId\": 79,\n                \"accountPaymentStatusId\": 1,\n                \"subscriptionId\": 24,\n                \"linkedinSubscriptionId\": 1,\n                \"cancelAt\": null,\n                \"fullName\": \"test\",\n                \"theme\": \"1\",\n                \"createdAt\": \"2023-12-07T08:12:55.000Z\",\n                \"updatedAt\": \"2025-03-04T08:03:34.000Z\",\n                \"getMessagesStatusId\": 1,\n                \"lastGetMessagesBasicUpdate\": 0,\n                \"lastGetMessagesSalesUpdate\": 0,\n                \"lastListenConnectionTimestamp\": 0,\n                \"linkedinProfileErrors\": 0,\n                \"lastFetchMessagesBasic\": 1701936775203,\n                \"lastFetchMessagesSales\": 1701936775203,\n                \"tasksDelay\": 0,\n                \"jailPoint\": 0,\n                \"isInJail\": false,\n                \"planId\": 1,\n                \"lastConnectionAcceptedAt\": 0,\n                \"pinDocumentInfo\": null,\n                \"pinSentAt\": null,\n                \"emailCredits\": 10000,\n                \"lastEmailSent\": null,\n                \"captchaUrl\": null,\n                \"pinTimestamp\": null,\n                \"contactSource\": null,\n                \"suspended\": false,\n                \"lastGotBasicMessagesAt\": null,\n                \"lastGotSalesMessagesAt\": null,\n                \"scriptDailyCooldown\": 0,\n                \"isDirtyEmailScheduler\": false,\n                \"nextEmailLimitRestart\": 1691413429,\n                \"handleOutOfOfficeEmails\": true,\n                \"lastAccountGlobalStatusChangedAt\": null,\n                \"lastAccountGlobalStatusId\": null,\n                \"basicGetMessagesFailedCounter\": 0,\n                \"twoFactorToken\": null,\n                \"subscription\": {\n                    \"id\": 24,\n                    \"status\": \"active\",\n                    \"subscriptionEndsAt\": 1721395593\n                },\n                \"accountPaymentStatus\": {\n                    \"id\": 1,\n                    \"name\": \"ACTIVE\"\n                }\n            },\n            {\n                \"twoFactorAuthFormInfo\": [],\n                \"twoFactorAuthDocumentInfo\": {},\n                \"id\": 1070,\n                \"email\": null,\n                \"lastConnectionUpdate\": 0,\n                \"lastUserConnectionFetch\": 0,\n                \"connectionStatusId\": 1,\n                \"withdrawalTimestamp\": 0,\n                \"withdrawalStatusId\": 1,\n                \"cooldownConnect\": 0,\n                \"cooldownConnectViaEmail\": 0,\n                \"cooldownConnectViaBug\": 0,\n                \"cooldownAccount\": 0,\n                \"cooldownSalesSearch\": 0,\n                \"cooldownSendMessage\": 0,\n                \"cooldownInMail\": 0,\n                \"cooldownPaidInMail\": null,\n                \"pinFormInfo\": null,\n                \"globalSignature\": null,\n                \"accountGlobalStatusId\": 1,\n                \"linkedinUserId\": null,\n                \"teamId\": 79,\n                \"accountPaymentStatusId\": 1,\n                \"subscriptionId\": 24,\n                \"linkedinSubscriptionId\": 1,\n                \"cancelAt\": null,\n                \"fullName\": \"Test\",\n                \"theme\": \"1\",\n                \"createdAt\": \"2023-12-13T10:18:05.000Z\",\n                \"updatedAt\": \"2025-03-04T08:03:34.000Z\",\n                \"getMessagesStatusId\": 1,\n                \"lastGetMessagesBasicUpdate\": 0,\n                \"lastGetMessagesSalesUpdate\": 0,\n                \"lastListenConnectionTimestamp\": 0,\n                \"linkedinProfileErrors\": 0,\n                \"lastFetchMessagesBasic\": 1702462685607,\n                \"lastFetchMessagesSales\": 1702462685607,\n                \"tasksDelay\": 0,\n                \"jailPoint\": 0,\n                \"isInJail\": false,\n                \"planId\": 1,\n                \"lastConnectionAcceptedAt\": 0,\n                \"pinDocumentInfo\": null,\n                \"pinSentAt\": null,\n                \"emailCredits\": 10000,\n                \"lastEmailSent\": null,\n                \"captchaUrl\": null,\n                \"pinTimestamp\": null,\n                \"contactSource\": null,\n                \"suspended\": false,\n                \"lastGotBasicMessagesAt\": null,\n                \"lastGotSalesMessagesAt\": null,\n                \"scriptDailyCooldown\": 0,\n                \"isDirtyEmailScheduler\": false,\n                \"nextEmailLimitRestart\": 1691413429,\n                \"handleOutOfOfficeEmails\": true,\n                \"lastAccountGlobalStatusChangedAt\": null,\n                \"lastAccountGlobalStatusId\": null,\n                \"basicGetMessagesFailedCounter\": 0,\n                \"twoFactorToken\": null,\n                \"subscription\": {\n                    \"id\": 24,\n                    \"status\": \"active\",\n                    \"subscriptionEndsAt\": 1721395593\n                },\n                \"accountPaymentStatus\": {\n                    \"id\": 1,\n                    \"name\": \"ACTIVE\"\n                }\n            },\n            {\n                \"twoFactorAuthFormInfo\": [],\n                \"twoFactorAuthDocumentInfo\": {},\n                \"id\": 1189,\n                \"email\": null,\n                \"lastConnectionUpdate\": 0,\n                \"lastUserConnectionFetch\": 0,\n                \"connectionStatusId\": 1,\n                \"withdrawalTimestamp\": 0,\n                \"withdrawalStatusId\": 1,\n                \"cooldownConnect\": 0,\n                \"cooldownConnectViaEmail\": 0,\n                \"cooldownConnectViaBug\": 0,\n                \"cooldownAccount\": 0,\n                \"cooldownSalesSearch\": 0,\n                \"cooldownSendMessage\": 0,\n                \"cooldownInMail\": 0,\n                \"cooldownPaidInMail\": null,\n                \"pinFormInfo\": null,\n                \"globalSignature\": null,\n                \"accountGlobalStatusId\": 1,\n                \"linkedinUserId\": null,\n                \"teamId\": 79,\n                \"accountPaymentStatusId\": 1,\n                \"subscriptionId\": 24,\n                \"linkedinSubscriptionId\": 1,\n                \"cancelAt\": null,\n                \"fullName\": \"asdsss\",\n                \"theme\": \"1\",\n                \"createdAt\": \"2024-08-07T08:45:04.000Z\",\n                \"updatedAt\": \"2025-03-04T07:03:32.000Z\",\n                \"getMessagesStatusId\": 1,\n                \"lastGetMessagesBasicUpdate\": 0,\n                \"lastGetMessagesSalesUpdate\": 0,\n                \"lastListenConnectionTimestamp\": 0,\n                \"linkedinProfileErrors\": 0,\n                \"lastFetchMessagesBasic\": 1723020304982,\n                \"lastFetchMessagesSales\": 1723020304982,\n                \"tasksDelay\": 0,\n                \"jailPoint\": 0,\n                \"isInJail\": false,\n                \"planId\": 1,\n                \"lastConnectionAcceptedAt\": 0,\n                \"pinDocumentInfo\": null,\n                \"pinSentAt\": null,\n                \"emailCredits\": 10000,\n                \"lastEmailSent\": null,\n                \"captchaUrl\": null,\n                \"pinTimestamp\": null,\n                \"contactSource\": null,\n                \"suspended\": false,\n                \"lastGotBasicMessagesAt\": null,\n                \"lastGotSalesMessagesAt\": null,\n                \"scriptDailyCooldown\": 0,\n                \"isDirtyEmailScheduler\": false,\n                \"nextEmailLimitRestart\": 1691413429,\n                \"handleOutOfOfficeEmails\": true,\n                \"lastAccountGlobalStatusChangedAt\": 1723020304982,\n                \"lastAccountGlobalStatusId\": 1,\n                \"basicGetMessagesFailedCounter\": 0,\n                \"twoFactorToken\": null,\n                \"subscription\": {\n                    \"id\": 24,\n                    \"status\": \"active\",\n                    \"subscriptionEndsAt\": 1721395593\n                },\n                \"accountPaymentStatus\": {\n                    \"id\": 1,\n                    \"name\": \"ACTIVE\"\n                }\n            }\n        ]\n    }\n}"},{"id":"1580a183-ef9e-4803-86a0-1b07b76c036f","name":"Authorization error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}f","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/team/:teamId/accounts","host":["{{OpenAPIUrl}}"],"path":["users",":userId","team",":teamId","accounts"],"variable":[{"key":"userId","value":"93","description":"(Required) Id of the user that is requesting"},{"key":"teamId","value":"79","description":"(Required) Id of the team where we want to fetch the accounts"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 18 Aug 2025 09:34:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"fd8cb589-53d5-433c-9ee0-89571cd3e8e5"},{"name":"Register New User","id":"6f00a3dc-3b74-44d5-a1cc-f411c305a2fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) This is our platform's email. </p>\n","key":"email","type":"text","value":"john.smith@company.com"},{"description":"<p>(Required) This is our platform's password.</p>\n","key":"password","type":"text","value":"strong_password"},{"key":"fullName","type":"text","value":"John Smith","description":"<p>(Required) This is our platform's display name. </p>\n"},{"description":"<p>(Optional) This is your phone number</p>\n","key":"phone","type":"text","value":"+3816423416"},{"description":"<p>(Required) This is the whitelabel ID. </p>\n","key":"whitelabelId","type":"text","value":"1"},{"key":"invitationId","value":"0699173b-d11c-4bc8-9ea0-826f6f949538","description":"<p>(Optional) This is option and can be used for the save secured registration </p>\n","type":"text"},{"key":"skipConfirmationEmail","value":"false","description":"<p>(Optional) This parameter controls whether you receive the confirmation email. Set the value to 'true' to disable receiving a confirmation email. Keep the value 'false' or leave it empty to enable it.</p>\n","type":"text"},{"key":"skipTeamCreation","value":"false","description":"<p>(Optional) Skips creating of the initial team, team will need to be created manually or user would need to be invited to another team manually</p>\n","type":"text","uuid":"e7e08fb6-2bc3-450d-ae15-504c5bfcd74e","disabled":true}]},"url":"{{OpenAPIUrl}}/users/register","description":"<p>This action registers a new user.</p>\n","urlObject":{"path":["users","register"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7c1381ee-731d-41d3-804a-6b127467bb72","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key. ","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"john.smith@company.com","type":"text","description":"(Required) This is our platform's email."},{"key":"password","value":"strong_password","type":"text","description":"(Required) This is our platform's password."},{"key":"fullName","value":"John Smith","type":"text","description":"(Required) This is our platform's display name. "},{"key":"phone","value":"+3816423416","type":"text","description":"(Optional) This is your phone number"},{"key":"whitelabelId","value":"1","type":"text","description":"(Required) This is the whitelabel ID. "},{"key":"invitationId","value":"0699173b-d11c-4bc8-9ea0-826f6f949538","type":"text","description":"(Optional) This is option and can be used for the save secured registration "},{"key":"skipConfirmationEmail","value":"false","type":"text","description":"(Optional) This parameter controls whether you receive the confirmation email. Set the value to 'true' to disable receiving a confirmation email. Keep the value 'false' or leave it empty to enable it."},{"key":"skipTeamCreation","value":"false","type":"text","disabled":true}]},"url":"{{OpenAPIUrl}}/users/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"228"},{"key":"ETag","value":"W/\"e4-you/6Ci6xFVYTKO0ZWdV/I0bcew\""},{"key":"Date","value":"Tue, 07 May 2024 14:10:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"id\": 1747,\n        \"email\": \"john.smith@company.com\",\n        \"userTypeId\": 1,\n        \"whitelabelId\": 1,\n        \"emailConfirmed\": false,\n        \"fullName\": \"John Smith\",\n        \"createdAt\": \"2024-05-07T14:10:17.630Z\",\n        \"apiKey\": \"628f733b-107a-45bc-9e6a-742a342c19e6\"\n    }\n}"},{"id":"c4d1dcad-22fe-4ad2-be3a-dc3cfc92df8d","name":"User Registration Validation error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"john.smith@company.com","type":"text","description":"(Required) This is our platform's email. "},{"key":"password","value":"strong_password","type":"text","description":"(Required) This is our platform's password."},{"key":"fullName","value":"John Smith","type":"text","description":"(Required) This is our platform's display name. "},{"key":"socialNetworkEmail","value":"john.smith@company.com","type":"text","description":"Linkedin email","disabled":true},{"key":"socialNetworkPassword","value":"strong_password","type":"text","description":"Password for linkedin","disabled":true},{"key":"phone","value":"invalid_phone_value","description":"(Optional) This is your phone number","type":"text"}]},"url":"{{OpenAPIUrl}}/users/register"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"158"},{"key":"ETag","value":"W/\"9e-mdIzin7ZvvzWglMXWiT5WTYKriQ\""},{"key":"Date","value":"Tue, 13 Aug 2019 08:16:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"phone\": {\n            \"location\": \"body\",\n            \"param\": \"phone\",\n            \"value\": \"invalid_phone_value\",\n            \"msg\": \"Invalid value\"\n        }\n    }\n}"},{"id":"926a67b0-16fa-4d6c-91f4-e25a1a7c5dcd","name":"User Already Exist","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"john.smith@company.com","type":"text","description":"(Required) This is our platform's email. "},{"key":"password","value":"strong_password","type":"text","description":"(Required) This is our platform's password."},{"key":"fullName","value":"John Smith","type":"text","description":"(Required) This is our platform's display name. "},{"key":"socialNetworkEmail","value":"john.smith@company.com","type":"text","description":"Linkedin email","disabled":true},{"key":"socialNetworkPassword","value":"example","type":"text","description":"Password for linkedin","disabled":true},{"key":"phone","value":"+38165325234","description":"(Optional) This is your phone number","type":"text"}]},"url":"{{OpenAPIUrl}}/users/register"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-TR9XE5snWTiOQIiXquqsGSFzI3M\""},{"key":"Date","value":"Tue, 13 Aug 2019 08:17:43 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 409,\n        \"message\": \"Conflict Error\"\n    }\n}"}],"_postman_id":"6f00a3dc-3b74-44d5-a1cc-f411c305a2fe"},{"name":"Get User Information","id":"6a2d6302-e5b9-4657-84f9-c646d43dadbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) This is your API key. </p>\n","key":"Authorization","type":"text","value":"{{apiKey}}"}],"url":"{{OpenAPIUrl}}/user/me","description":"<p>This action retrieves all information on the authorized user.</p>\n","urlObject":{"path":["user","me"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5a332b52-b743-4e13-adee-8b104475246c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":"{{OpenAPIUrl}}/user/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"270"},{"key":"ETag","value":"W/\"10e-vyXZOxescOAiXtbgduB05N8VK/U\""},{"key":"Date","value":"Mon, 08 Nov 2021 04:52:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"email\": \"john.smith@company.com\",\n    \"phone\": null,\n    \"fullName\": \"John Smith\",\n    \"userTypeId\": 3,\n    \"whitelabelId\": 1,\n    \"emailClientApplicationId\": 1,\n    \"emailConfirmed\": true,\n    \"resendEmailCounter\": 3,\n    \"createdAt\": \"2019-11-01T10:39:57.000Z\",\n    \"updatedAt\": \"2021-08-18T19:52:44.000Z\"\n}"},{"id":"2ffde3c6-768c-4d82-8860-c4256d36516d","name":"authorization error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":"{{OpenAPIUrl}}/user/me"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 04:53:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"6a2d6302-e5b9-4657-84f9-c646d43dadbc"},{"name":"List All Users as a Whitelabel","id":"621bc1af-6722-4ddf-b73c-f1b4023253cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users?limit=50&offset=0","description":"<p>As a whitelabel, this action retrieves the list of all your users.</p>\n<p>The endpoint only returns users if they are linked to an at least one active account.</p>\n","urlObject":{"path":["users"],"host":["{{OpenAPIUrl}}"],"query":[{"description":{"content":"<p>(Optional) Limit the number of results that you wish to retrieve.</p>\n<p>Type: Number</p>\n<p>Default value is set to: 30</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"description":{"content":"<p>(Optional) Choose the position in the dataset of a record in question.</p>\n<p>Type: Number</p>\n<p>Default value is set to: 0</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>(Optional) Search query</p>\n","type":"text/plain"},"key":"search","value":"searchQuery"},{"disabled":true,"description":{"content":"<p>(Optional) Return only users that have only one active account linked to them</p>\n","type":"text/plain"},"key":"onlyActive","value":"true"}],"variable":[]}},"response":[{"id":"3fced790-8fc9-4945-8015-92d0a30ec67a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users?limit=2&offset=10","host":["{{OpenAPIUrl}}"],"path":["users"],"query":[{"key":"limit","value":"2","description":"(Optional) Limit the number of results that you will get.\n\nType: Number\n\nDefault value is set to: 30"},{"key":"offset","value":"10","description":"(Optional) Interval in the number of results that you will get.\n\nType: Number\n\nDefault value is set to: 0\n\n"},{"key":"search","value":"name","description":"(Optional) Search user with name.\n\nType: String\n\nDefault value is set to: 30","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4263"},{"key":"ETag","value":"W/\"10a7-EkidWbeXw9W/t1w/HBxWAoKxpSs\""},{"key":"Date","value":"Mon, 08 Nov 2021 06:12:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 31,\n                \"email\": \"sasdtest@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"test\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-07-11T10:27:37.000Z\",\n                \"updatedAt\": \"2020-07-11T10:27:37.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 9,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 1,\n                        \"linkedinUserId\": null,\n                        \"userId\": 31,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 2,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"kristiano9611@gmail.com\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-02-16T15:29:25.000Z\",\n                        \"updatedAt\": \"2021-04-13T12:51:01.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1581866965744,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 9,\n                            \"linkedinAccountId\": 9,\n                            \"startUTCTime\": \"15:24\",\n                            \"endUTCTime\": \"17:26\",\n                            \"addMaxPeople\": 40,\n                            \"addMinPeople\": 20,\n                            \"viewMaxPeople\": 70,\n                            \"viewMinPeople\": 50,\n                            \"followMaxPeople\": 40,\n                            \"followMinPeople\": 30,\n                            \"sendMaxMessages\": 70,\n                            \"sendMinMessages\": 50,\n                            \"sendMaxInMails\": 50,\n                            \"sendMinInMails\": 20,\n                            \"sendMaxEmails\": 30,\n                            \"sendMinEmails\": 20,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Pacific/Niue\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 1,\n                            \"warmupStageFinishAt\": null,\n                            \"warmupStartedAt\": null,\n                            \"warmupFinishedAt\": null,\n                            \"createdAt\": \"2020-02-16T15:29:25.000Z\",\n                            \"updatedAt\": \"2020-02-16T15:29:25.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 2,\n                            \"status\": \"trialing\",\n                            \"subscriptionEndsAt\": 1706922529\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 35,\n                \"email\": \"asdads@asd.sd\",\n                \"phone\": null,\n                \"fullName\": \"dsaa\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-08-20T18:37:56.000Z\",\n                \"updatedAt\": \"2020-08-20T18:37:56.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 54,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 1,\n                        \"linkedinUserId\": null,\n                        \"userId\": 35,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 11,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"ddddd\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-08-21T11:45:43.000Z\",\n                        \"updatedAt\": \"2021-04-13T12:51:01.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1598010343517,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 54,\n                            \"linkedinAccountId\": 54,\n                            \"startUTCTime\": \"12:00\",\n                            \"endUTCTime\": \"13:00\",\n                            \"addMaxPeople\": 40,\n                            \"addMinPeople\": 20,\n                            \"viewMaxPeople\": 70,\n                            \"viewMinPeople\": 50,\n                            \"followMaxPeople\": 40,\n                            \"followMinPeople\": 30,\n                            \"sendMaxMessages\": 70,\n                            \"sendMinMessages\": 50,\n                            \"sendMaxInMails\": 50,\n                            \"sendMinInMails\": 30,\n                            \"sendMaxEmails\": 30,\n                            \"sendMinEmails\": 20,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Pacific/Rarotonga\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 1,\n                            \"warmupStageFinishAt\": null,\n                            \"warmupStartedAt\": null,\n                            \"warmupFinishedAt\": null,\n                            \"createdAt\": \"2020-08-21T11:45:43.000Z\",\n                            \"updatedAt\": \"2020-08-21T11:45:43.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 11,\n                            \"status\": \"active\",\n                            \"subscriptionEndsAt\": 1605898048\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"169e8ddd-c109-4735-bbe4-053a5d4ae05e","name":"when limit not provided","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users?offset=10","host":["{{OpenAPIUrl}}"],"path":["users"],"query":[{"key":"limit","value":"2","description":"(Optional) Limit the number of results that you will get.\n\nType: Number\n\nDefault value is set to: 30","disabled":true},{"key":"offset","value":"10","description":"(Optional) Interval in the number of results that you will get.\n\nType: Number\n\nDefault value is set to: 0\n\n"},{"key":"search","value":"name","description":"(Optional) Search user with name.\n\nType: String\n\nDefault value is set to: 30","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"45156"},{"key":"ETag","value":"W/\"b064-dwf6Yv/qBBc0UIWIEvIkbvk88PY\""},{"key":"Date","value":"Mon, 08 Nov 2021 06:14:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 31,\n                \"email\": \"sasdtest@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"test\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-07-11T10:27:37.000Z\",\n                \"updatedAt\": \"2020-07-11T10:27:37.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 9,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 1,\n                        \"linkedinUserId\": null,\n                        \"userId\": 31,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 2,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"kristiano9611@gmail.com\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-02-16T15:29:25.000Z\",\n                        \"updatedAt\": \"2021-04-13T12:51:01.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1581866965744,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 9,\n                            \"linkedinAccountId\": 9,\n                            \"startUTCTime\": \"15:24\",\n                            \"endUTCTime\": \"17:26\",\n                            \"addMaxPeople\": 40,\n                            \"addMinPeople\": 20,\n                            \"viewMaxPeople\": 70,\n                            \"viewMinPeople\": 50,\n                            \"followMaxPeople\": 40,\n                            \"followMinPeople\": 30,\n                            \"sendMaxMessages\": 70,\n                            \"sendMinMessages\": 50,\n                            \"sendMaxInMails\": 50,\n                            \"sendMinInMails\": 20,\n                            \"sendMaxEmails\": 30,\n                            \"sendMinEmails\": 20,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Pacific/Niue\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 1,\n                            \"warmupStageFinishAt\": null,\n                            \"warmupStartedAt\": null,\n                            \"warmupFinishedAt\": null,\n                            \"createdAt\": \"2020-02-16T15:29:25.000Z\",\n                            \"updatedAt\": \"2020-02-16T15:29:25.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 2,\n                            \"status\": \"trialing\",\n                            \"subscriptionEndsAt\": 1706922529\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 35,\n                \"email\": \"asdads@asd.sd\",\n                \"phone\": null,\n                \"fullName\": \"dsaa\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-08-20T18:37:56.000Z\",\n                \"updatedAt\": \"2020-08-20T18:37:56.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 54,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 1,\n                        \"linkedinUserId\": null,\n                        \"userId\": 35,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 11,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"ddddd\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-08-21T11:45:43.000Z\",\n                        \"updatedAt\": \"2021-04-13T12:51:01.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1598010343517,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 54,\n                            \"linkedinAccountId\": 54,\n                            \"startUTCTime\": \"12:00\",\n                            \"endUTCTime\": \"13:00\",\n                            \"addMaxPeople\": 40,\n                            \"addMinPeople\": 20,\n                            \"viewMaxPeople\": 70,\n                            \"viewMinPeople\": 50,\n                            \"followMaxPeople\": 40,\n                            \"followMinPeople\": 30,\n                            \"sendMaxMessages\": 70,\n                            \"sendMinMessages\": 50,\n                            \"sendMaxInMails\": 50,\n                            \"sendMinInMails\": 30,\n                            \"sendMaxEmails\": 30,\n                            \"sendMinEmails\": 20,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Pacific/Rarotonga\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 1,\n                            \"warmupStageFinishAt\": null,\n                            \"warmupStartedAt\": null,\n                            \"warmupFinishedAt\": null,\n                            \"createdAt\": \"2020-08-21T11:45:43.000Z\",\n                            \"updatedAt\": \"2020-08-21T11:45:43.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 11,\n                            \"status\": \"active\",\n                            \"subscriptionEndsAt\": 1605898048\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 38,\n                \"email\": \"asd@asd.sd\",\n                \"phone\": null,\n                \"fullName\": \"dsaa\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-09-08T16:37:05.000Z\",\n                \"updatedAt\": \"2020-09-08T16:37:05.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 41,\n                \"email\": \"jjovanovic2422@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:24:03.000Z\",\n                \"updatedAt\": \"2020-09-10T08:24:03.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 42,\n                \"email\": \"jjovanovic2423@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:25:17.000Z\",\n                \"updatedAt\": \"2020-09-10T08:25:17.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 43,\n                \"email\": \"test@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:25:50.000Z\",\n                \"updatedAt\": \"2020-09-10T08:25:50.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 44,\n                \"email\": \"test2@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:26:43.000Z\",\n                \"updatedAt\": \"2020-09-10T08:26:43.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 45,\n                \"email\": \"test3@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:27:53.000Z\",\n                \"updatedAt\": \"2020-09-10T08:27:53.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 46,\n                \"email\": \"test4@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:30:06.000Z\",\n                \"updatedAt\": \"2020-09-10T08:30:06.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 47,\n                \"email\": \"test5@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:30:39.000Z\",\n                \"updatedAt\": \"2020-09-10T08:30:39.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 48,\n                \"email\": \"test6@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:35:43.000Z\",\n                \"updatedAt\": \"2020-09-10T08:35:43.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 51,\n                \"email\": \"kristiansssso9611@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"dsdsds\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-09-10T10:56:57.000Z\",\n                \"updatedAt\": \"2020-09-10T10:56:57.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 54,\n                \"email\": \"kristiano96dsds11@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"asdasd\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-09-10T20:58:24.000Z\",\n                \"updatedAt\": \"2020-09-10T20:58:25.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 55,\n                \"email\": \"kristiano96jj11@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"hjn\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-09-13T09:43:26.000Z\",\n                \"updatedAt\": \"2020-09-13T09:43:26.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 89,\n                        \"lastConnectionUpdate\": 1617264894901,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 5,\n                        \"withdrawalTimestamp\": 1617187540614,\n                        \"withdrawalStatusId\": 3,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 1615216272571,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": \"[{\\\"key\\\":\\\"csrfToken\\\",\\\"value\\\":\\\"ajax:5770881902875368132\\\"},{\\\"key\\\":\\\"pageInstance\\\",\\\"value\\\":\\\"urn:li:page:d_checkpoint_ch_emailPinChallenge;Jwk9F5niRue96gGl/LLrqQ==\\\"},{\\\"key\\\":\\\"resendUrl\\\",\\\"value\\\":\\\"/checkpoint/challenge/resend\\\"},{\\\"key\\\":\\\"challengeId\\\",\\\"value\\\":\\\"AQEnznR1QgolZwAAAXiNWs2SDnmDaCf6pjqd3VWXt01E8YkLstPpN47RFJ_CNfb5CkQu4mBBeijalanClKH6wpFuXC1NNFUliw\\\"},{\\\"key\\\":\\\"language\\\",\\\"value\\\":\\\"en-US\\\"},{\\\"key\\\":\\\"displayTime\\\",\\\"value\\\":\\\"AgExZs0r9bAy0QAAAXiNWs5HT3-KTfuOj0NYkl3CozfY9F3Oe2OerG8NWWZ9lmQ\\\"},{\\\"key\\\":\\\"challengeSource\\\",\\\"value\\\":\\\"AgGqTprjJRCZAAAAAXiNWs5PdnH7ZdhVlqa4px2cawz6IC8dgEfgAbUfg8VNAOx5\\\"},{\\\"key\\\":\\\"requestSubmissionId\\\",\\\"value\\\":\\\"AgGmwyf1S1mKHwAAAXiNWs5ShdroazaMK6KuBt69F7B-4FJHIouKj3g1QAlTTyJE4GSR_RxNcmM3p5Hv5V6ko3VOL4l-bdLUCqeXzg\\\"},{\\\"key\\\":\\\"challengeType\\\",\\\"value\\\":\\\"AgGYPBY69-MJGwAAAXiNWs5L2_Pgh9nXOdlqqnLfr8ah9XUi2wh6Eni4PQ\\\"},{\\\"key\\\":\\\"challengeData\\\",\\\"value\\\":\\\"AgGAwXp6kLXWQgAAAXiNWs4_prg4sZtDfQs4kKez_WvRyO-mhrn_q-beRERnsfDGUSWiYWZkA68hcmAeKNzqoyL8iBLl8_wME9JVnkAIqLMHDPSTo886ejaosK5bLM0m-4Bn1BdMg4mF1f0f0s46yj5Xk9OLwfjON_rXzTOrLclDqPfJAM6ltZfvExD6YykNczRx7s15BepXlJY4UDwX143sX1HyLUJyjWNTYMm1LQQ\\\"},{\\\"key\\\":\\\"challengeDetails\\\",\\\"value\\\":\\\"AgEING4fAKVeBAAAAXiNWs5EvnLPOyGEPUzcXUprVumKw6YH2UFyyRibI-kfo9Ry3o2FJtP77MpX52eSD3KvDA1udJZ0CtxU8-BlSMbg1Rf13YbvKqp1hh7mVhH4Lp5OMBGcZpBo0mJffSTfmpPRq4g\\\"},{\\\"key\\\":\\\"failureRedirectUri\\\",\\\"value\\\":\\\"AgF4as0ZYZqvqQAAAXiNWs5VnNWaPdORNilnh3OTpYaxTsqDVQgkz6UDVpq5-TbfkuYNnyd2\\\"},{\\\"key\\\":\\\"flowTreeId\\\",\\\"value\\\":\\\"AgGc4kSJLTTmHgAAAXiNWs5a_hQqz1d4mGElYGyTlJlLqIvFjMfLw-ZQqOGxbKRhTxqkXiiHqRK30A\\\"},{\\\"key\\\":\\\"_s\\\",\\\"value\\\":\\\"CONSUMER_LOGIN\\\"},{\\\"key\\\":\\\"pin\\\",\\\"value\\\":null}]\",\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 3,\n                        \"linkedinUserId\": 111175338,\n                        \"userId\": 55,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 2,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"Damir\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-12-03T11:01:04.000Z\",\n                        \"updatedAt\": \"2021-04-13T12:51:01.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 1617279244144,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1617279229667,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": \"{\\\"url\\\":\\\"https://www.linkedin.com/checkpoint/challenge/AgFtlH_2wftLtwAAAXiNWsxZDs6TzZpa1y7pCzf9q6vdzdCqcddjlqHpI4RkLGlj80ff2H_L5ezIKDlN2AAVw2FhFvosYA?ut=1oAU3RHgmuiVI1\\\",\\\"html\\\":\\\"<!DOCTYPE html><html lang=\\\\\\\"en-US\\\\\\\" class=\\\\\\\"artdeco \\\\\\\"><head><meta http-equiv=\\\\\\\"X-UA-Compatible\\\\\\\" content=\\\\\\\"IE=EDGE\\\\\\\"><meta charset=\\\\\\\"UTF-8\\\\\\\"><meta name=\\\\\\\"viewport\\\\\\\" content=\\\\\\\"width=device-width, initial-scale=1\\\\\\\"><meta name=\\\\\\\"asset-url\\\\\\\" id=\\\\\\\"artdeco/static/images/icons.svg\\\\\\\" content=\\\\\\\"https://static-exp1.licdn.com/sc/h/6bja66gymvrvqrp5m6btz3vkz\\\\\\\"><title>Security Verification | LinkedIn</title><link rel=\\\\\\\"shortcut icon\\\\\\\" href=\\\\\\\"https://static-exp1.licdn.com/sc/h/9lb1g1kp916tat669q9r5g2kz\\\\\\\"><link rel=\\\\\\\"apple-touch-icon\\\\\\\" href=\\\\\\\"https://static-exp1.licdn.com/sc/h/1exdo4axa6eaw1jioxh1vu4fj\\\\\\\"><link rel=\\\\\\\"apple-touch-icon-precomposed\\\\\\\" href=\\\\\\\"https://static-exp1.licdn.com/sc/h/55ggxxse8uyjdh2x78ht3j40q\\\\\\\"><link rel=\\\\\\\"apple-touch-icon-precomposed\\\\\\\" sizes=\\\\\\\"57x57\\\\\\\" href=\\\\\\\"https://static-exp1.licdn.com/sc/h/1exdo4axa6eaw1jioxh1vu4fj\\\\\\\"><link rel=\\\\\\\"apple-touch-icon-precomposed\\\\\\\" sizes=\\\\\\\"144x144\\\\\\\" href=\\\\\\\"https://static-exp1.licdn.com/sc/h/55ggxxse8uyjdh2x78ht3j40q\\\\\\\"><meta name=\\\\\\\"treeID\\\\\\\" content=\\\\\\\"zquqxea6cRZwy2hg9CoAAA==\\\\\\\"><meta name=\\\\\\\"pageKey\\\\\\\" content=\\\\\\\"d_checkpoint_ch_emailPinChallenge\\\\\\\"><meta name=\\\\\\\"pageInstance\\\\\\\" content=\\\\\\\"urn:li:page:d_checkpoint_ch_emailPinChallenge;Jwk9F5niRue96gGl/LLrqQ==\\\\\\\"><meta name=\\\\\\\"appName\\\\\\\" content=\\\\\\\"checkpoint-frontend\\\\\\\"> <link rel=\\\\\\\"stylesheet\\\\\\\" href=\\\\\\\"https://static-exp1.licdn.com/sc/h/7l9ce4imad7mpwa3n9an27823\\\\\\\"><link rel=\\\\\\\"preload\\\\\\\" href=\\\\\\\"https://static-exp1.licdn.com/sc/h/z5z0fyn9degkqxthacxz44e4\\\\\\\" as=\\\\\\\"script\\\\\\\"><style>\\\\n          puppeteer-mouse-pointer {\\\\n            pointer-events: none;\\\\n            position: absolute;\\\\n            top: 0;\\\\n            z-index: 10000;\\\\n            left: 0;\\\\n            width: 20px;\\\\n            height: 20px;\\\\n            background: rgba(0,0,0,.4);\\\\n            border: 1px solid white;\\\\n            border-radius: 10px;\\\\n            margin: -10px 0 0 -10px;\\\\n            padding: 0;\\\\n            transition: background .2s, border-radius .2s, border-color .2s;\\\\n          }\\\\n          puppeteer-mouse-pointer.button-1 {\\\\n            transition: none;\\\\n            background: rgba(0,0,0,0.9);\\\\n          }\\\\n          puppeteer-mouse-pointer.button-2 {\\\\n            transition: none;\\\\n            border-color: rgba(0,0,255,0.9);\\\\n          }\\\\n          puppeteer-mouse-pointer.button-3 {\\\\n            transition: none;\\\\n            border-radius: 4px;\\\\n          }\\\\n          puppeteer-mouse-pointer.button-4 {\\\\n            transition: none;\\\\n            border-color: rgba(255,0,0,0.9);\\\\n          }\\\\n          puppeteer-mouse-pointer.button-5 {\\\\n            transition: none;\\\\n            border-color: rgba(0,255,0,0.9);\\\\n          }\\\\n        </style></head><body class=\\\\\\\"system-fonts \\\\\\\"><div id=\\\\\\\"app__container\\\\\\\"><header><div class=\\\\\\\"nav__base mercado-nav__base--white\\\\\\\"><div class=\\\\\\\"nav__container\\\\\\\"><linkedin-logo size=\\\\\\\"28dp\\\\\\\" type=\\\\\\\"brand-logo\\\\\\\" color=\\\\\\\"inverse\\\\\\\" title=\\\\\\\"LinkedIn\\\\\\\"><span id=\\\\\\\"in-logo\\\\\\\" class=\\\\\\\"logo-text\\\\\\\">Linkedin</span><li-icon aria-hidden=\\\\\\\"true\\\\\\\" type=\\\\\\\"linkedin-logo\\\\\\\" size=\\\\\\\"28dp\\\\\\\" alt=\\\\\\\"LinkedIn\\\\\\\" color=\\\\\\\"brand\\\\\\\"><svg width=\\\\\\\"102\\\\\\\" height=\\\\\\\"26\\\\\\\" viewBox=\\\\\\\"0 0 102 26\\\\\\\" fill=\\\\\\\"none\\\\\\\" xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" id=\\\\\\\"linkedin-logo\\\\\\\" preserveAspectRatio=\\\\\\\"xMinYMin meet\\\\\\\" focusable=\\\\\\\"false\\\\\\\"><path d=\\\\\\\"M13 10H17V22H13V10ZM15 3.8C14.5671 3.80984 14.1468 3.94718 13.7917 4.19483C13.4365 4.44247 13.1623 4.7894 13.0035 5.19217C12.8446 5.59493 12.8081 6.03562 12.8985 6.45903C12.989 6.88244 13.2024 7.26975 13.5119 7.57245C13.8215 7.87514 14.2135 8.07976 14.6389 8.16067C15.0642 8.24159 15.504 8.1952 15.903 8.02732C16.3021 7.85943 16.6428 7.57752 16.8824 7.2169C17.122 6.85627 17.2499 6.43297 17.25 6C17.2515 5.70645 17.1939 5.4156 17.0807 5.14474C16.9675 4.87388 16.801 4.62854 16.5911 4.42331C16.3812 4.21808 16.1322 4.05714 15.8589 3.95006C15.5855 3.84299 15.2934 3.79195 15 3.8ZM4 4H0V22H11V18H4V4ZM57.9 16.2C57.9 16.61 57.9 16.86 57.9 17H48.9C48.9021 17.169 48.9256 17.337 48.97 17.5C49.1765 18.0933 49.5745 18.6011 50.1014 18.9433C50.6282 19.2855 51.254 19.4427 51.88 19.39C52.4142 19.4129 52.9468 19.3171 53.4396 19.1096C53.9324 18.9021 54.3731 18.5881 54.73 18.19L57.45 19.87C56.7533 20.6812 55.88 21.322 54.8971 21.7433C53.9142 22.1645 52.8479 22.3549 51.78 22.3C48.19 22.3 45.12 20.25 45.12 16.11C45.091 15.2506 45.2411 14.3946 45.5608 13.5963C45.8804 12.798 46.3626 12.075 46.9767 11.4731C47.5908 10.8712 48.3234 10.4037 49.128 10.1001C49.9325 9.7966 50.7914 9.66374 51.65 9.71C55.08 9.71 57.9 12 57.9 16.2ZM54.15 14.69C54.16 14.3669 54.0997 14.0455 53.9731 13.748C53.8466 13.4506 53.6569 13.1842 53.4172 12.9673C53.1775 12.7504 52.8935 12.5883 52.5849 12.492C52.2763 12.3958 51.9505 12.3678 51.63 12.41C50.9638 12.3515 50.3013 12.558 49.7865 12.9849C49.2716 13.4118 48.9459 14.0245 48.88 14.69H54.15ZM68 4H72V22H68.61V20.57C68.1486 21.1444 67.5541 21.5977 66.878 21.8904C66.2019 22.1832 65.4646 22.3066 64.73 22.25C62.22 22.25 59.18 20.39 59.18 16C59.18 12.08 61.87 9.75 64.68 9.75C65.299 9.72159 65.9167 9.82856 66.4902 10.0634C67.0636 10.2983 67.5788 10.6555 68 11.11V4ZM68.3 16C68.3 14.12 67.13 12.87 65.64 12.87C65.2366 12.8697 64.8373 12.9508 64.466 13.1084C64.0946 13.266 63.7589 13.4969 63.4788 13.7872C63.1988 14.0775 62.9801 14.4214 62.836 14.7981C62.6919 15.1749 62.6252 15.5769 62.64 15.98C62.6279 16.3815 62.6966 16.7813 62.842 17.1557C62.9874 17.5301 63.2064 17.8716 63.4862 18.1597C63.766 18.4479 64.1008 18.677 64.4708 18.8333C64.8407 18.9897 65.2383 19.0702 65.64 19.07C66.0201 19.0542 66.393 18.9609 66.7357 18.7957C67.0785 18.6305 67.3838 18.3969 67.6329 18.1094C67.8821 17.8219 68.0698 17.4864 68.1845 17.1236C68.2992 16.7609 68.3385 16.3785 68.3 16ZM45.76 10H41L37.07 14.9H37V4H33V22H37V16.27H37.07L41.07 22H46L41 15.48L45.76 10ZM26.53 9.7C25.7825 9.68818 25.0441 9.8653 24.3833 10.2149C23.7226 10.5645 23.1607 11.0754 22.75 11.7H22.7V10H19V22H23V15.47C22.956 15.1525 22.9801 14.8292 23.0706 14.5216C23.1611 14.2141 23.316 13.9294 23.525 13.6863C23.7341 13.4432 23.9924 13.2474 24.2829 13.1118C24.5734 12.9763 24.8894 12.9041 25.21 12.9C26.31 12.9 27 13.49 27 15.42V22H31V14.56C31 10.91 28.71 9.7 26.53 9.7ZM102 2V24C102 24.5304 101.789 25.0391 101.414 25.4142C101.039 25.7893 100.53 26 100 26H78C77.4696 26 76.9609 25.7893 76.5858 25.4142C76.2107 25.0391 76 24.5304 76 24V2C76 1.46957 76.2107 0.960859 76.5858 0.585786C76.9609 0.210714 77.4696 0 78 0L100 0C100.53 0 101.039 0.210714 101.414 0.585786C101.789 0.960859 102 1.46957 102 2ZM84 10H80V22H84V10ZM84.25 6C84.2599 5.553 84.1365 5.11317 83.8954 4.73664C83.6542 4.36011 83.3064 4.06396 82.8962 3.88597C82.4861 3.70798 82.0322 3.65622 81.5925 3.73731C81.1528 3.8184 80.7472 4.02865 80.4275 4.34124C80.1079 4.65382 79.8885 5.05456 79.7976 5.49233C79.7066 5.9301 79.7482 6.38503 79.9169 6.79909C80.0856 7.21314 80.3739 7.56754 80.7449 7.81706C81.1159 8.06657 81.5529 8.19989 82 8.2C82.2934 8.20805 82.5855 8.15701 82.8588 8.04994C83.1322 7.94286 83.3812 7.78192 83.5911 7.57669C83.801 7.37146 83.9675 7.12612 84.0807 6.85526C84.1939 6.5844 84.2514 6.29355 84.25 6ZM98 14.56C98 10.91 95.71 9.66 93.53 9.66C92.7782 9.65542 92.0375 9.84096 91.3766 10.1994C90.7158 10.5578 90.1562 11.0774 89.75 11.71V10H86V22H90V15.47C89.956 15.1525 89.9801 14.8292 90.0706 14.5216C90.1611 14.2141 90.316 13.9294 90.525 13.6863C90.7341 13.4432 90.9924 13.2474 91.2829 13.1118C91.5734 12.9763 91.8894 12.9041 92.21 12.9C93.31 12.9 94 13.49 94 15.42V22H98V14.56Z\\\\\\\" fill=\\\\\\\"#0A66C2\\\\\\\"></path></svg></li-icon></linkedin-logo><nav class=\\\\\\\"nav__content\\\\\\\" role=\\\\\\\"navigation\\\\\\\"><a href=\\\\\\\"/checkpoint/lg/login?trk=hb_signin\\\\\\\" aria-label=\\\\\\\"Sign in\\\\\\\" tabindex=\\\\\\\"0\\\\\\\" class=\\\\\\\"nav__button__muted--signin\\\\\\\">Sign in</a><a href=\\\\\\\"/signup/cold-join\\\\\\\" class=\\\\\\\"nav__button__medium--joinnow\\\\\\\" tabindex=\\\\\\\"0\\\\\\\" role=\\\\\\\"button\\\\\\\" aria-label=\\\\\\\"Join now\\\\\\\">Join now</a></nav></div></div></header><main class=\\\\\\\"app__content\\\\\\\" role=\\\\\\\"main\\\\\\\"><div class=\\\\\\\"body__banner-wrapper\\\\\\\"><div class=\\\\\\\"body__banner body__banner--error hidden\\\\\\\"><i class=\\\\\\\"body__banner-icon\\\\\\\"><li-icon type=\\\\\\\"error-pebble-icon\\\\\\\" size=\\\\\\\"small\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"><svg viewBox=\\\\\\\"0 0 24 24\\\\\\\" width=\\\\\\\"24px\\\\\\\" height=\\\\\\\"24px\\\\\\\" x=\\\\\\\"0\\\\\\\" y=\\\\\\\"0\\\\\\\" preserveAspectRatio=\\\\\\\"xMinYMin meet\\\\\\\" class=\\\\\\\"artdeco-icon\\\\\\\" focusable=\\\\\\\"false\\\\\\\"><g class=\\\\\\\"small-icon\\\\\\\" style=\\\\\\\"fill-opacity: 1\\\\\\\"><circle class=\\\\\\\"circle\\\\\\\" r=\\\\\\\"6.1\\\\\\\" stroke=\\\\\\\"currentColor\\\\\\\" stroke-width=\\\\\\\"1.8\\\\\\\" cx=\\\\\\\"8\\\\\\\" cy=\\\\\\\"8\\\\\\\" fill=\\\\\\\"none\\\\\\\" transform=\\\\\\\"rotate(-90 8 8)\\\\\\\"></circle><path fill=\\\\\\\"currentColor\\\\\\\" d=\\\\\\\"M10.916,6.216L9.132,8l1.784,1.784l-1.132,1.132L8,9.132l-1.784,1.784L5.084,9.784L6.918,8L5.084,6.216l1.132-1.132L8,6.868l1.784-1.784L10.916,6.216z\\\\\\\"></path></g></svg></li-icon></i><span role=\\\\\\\"alert\\\\\\\"></span></div><div class=\\\\\\\"body__banner body__banner--info hidden\\\\\\\"><i class=\\\\\\\"body__banner-icon\\\\\\\"><li-icon type=\\\\\\\"yield-pebble-icon\\\\\\\" size=\\\\\\\"small\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"><svg viewBox=\\\\\\\"0 0 24 24\\\\\\\" width=\\\\\\\"24px\\\\\\\" height=\\\\\\\"24px\\\\\\\" x=\\\\\\\"0\\\\\\\" y=\\\\\\\"0\\\\\\\" preserveAspectRatio=\\\\\\\"xMinYMin meet\\\\\\\" class=\\\\\\\"artdeco-icon\\\\\\\" focusable=\\\\\\\"false\\\\\\\"><g class=\\\\\\\"small-icon\\\\\\\" style=\\\\\\\"fill-opacity: 1\\\\\\\"><circle class=\\\\\\\"circle\\\\\\\" r=\\\\\\\"6.1\\\\\\\" stroke=\\\\\\\"currentColor\\\\\\\" stroke-width=\\\\\\\"1.8\\\\\\\" cx=\\\\\\\"8\\\\\\\" cy=\\\\\\\"8\\\\\\\" fill=\\\\\\\"none\\\\\\\" transform=\\\\\\\"rotate(-90 8 8)\\\\\\\"></circle><path d=\\\\\\\"M7,10h2v2H7V10z M7,9h2V4H7V9z\\\\\\\"></path></g></svg></li-icon></i><span role=\\\\\\\"alert\\\\\\\"></span></div><div class=\\\\\\\"body__banner body__banner--success hidden\\\\\\\"><i class=\\\\\\\"body__banner-icon\\\\\\\"><li-icon type=\\\\\\\"success-pebble-icon\\\\\\\" size=\\\\\\\"small\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"><svg viewBox=\\\\\\\"0 0 24 24\\\\\\\" width=\\\\\\\"24px\\\\\\\" height=\\\\\\\"24px\\\\\\\" x=\\\\\\\"0\\\\\\\" y=\\\\\\\"0\\\\\\\" preserveAspectRatio=\\\\\\\"xMinYMin meet\\\\\\\" class=\\\\\\\"artdeco-icon\\\\\\\" focusable=\\\\\\\"false\\\\\\\"><g class=\\\\\\\"small-icon\\\\\\\" style=\\\\\\\"fill-opacity: 1\\\\\\\"><circle class=\\\\\\\"circle\\\\\\\" r=\\\\\\\"6.1\\\\\\\" stroke=\\\\\\\"currentColor\\\\\\\" stroke-width=\\\\\\\"1.8\\\\\\\" cx=\\\\\\\"8\\\\\\\" cy=\\\\\\\"8\\\\\\\" fill=\\\\\\\"none\\\\\\\" transform=\\\\\\\"rotate(-90 8 8)\\\\\\\"></circle><path d=\\\\\\\"M9.95,5.033l1.2,0.859l-3.375,4.775C7.625,10.875,7.386,10.999,7.13,11c-0.002,0-0.003,0-0.005,0    c-0.254,0-0.493-0.12-0.644-0.325L4.556,8.15l1.187-0.875l1.372,1.766L9.95,5.033z\\\\\\\" fill=\\\\\\\"currentColor\\\\\\\"></path></g></svg></li-icon></i><span role=\\\\\\\"alert\\\\\\\"></span></div></div><h1 class=\\\\\\\"content__header\\\\\\\">Let's do a quick verification</h1><form class=\\\\\\\"form__wrapper flex__expandable--mobile pin-verification-form\\\\\\\" id=\\\\\\\"email-pin-challenge\\\\\\\" action=\\\\\\\"/checkpoint/challenge/verify\\\\\\\" method=\\\\\\\"post\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"csrfToken\\\\\\\" value=\\\\\\\"ajax:5770881902875368132\\\\\\\"><h2 class=\\\\\\\"form__subtitle\\\\\\\">The login attempt seems suspicious. To finish signing in please enter the verification code we sent to your email address.</h2><div class=\\\\\\\"form__content\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"pageInstance\\\\\\\" value=\\\\\\\"urn:li:page:d_checkpoint_ch_emailPinChallenge;Jwk9F5niRue96gGl/LLrqQ==\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"resendUrl\\\\\\\" value=\\\\\\\"/checkpoint/challenge/resend\\\\\\\" id=\\\\\\\"input-resend-pin-url\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"challengeId\\\\\\\" value=\\\\\\\"AQEnznR1QgolZwAAAXiNWs2SDnmDaCf6pjqd3VWXt01E8YkLstPpN47RFJ_CNfb5CkQu4mBBeijalanClKH6wpFuXC1NNFUliw\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"language\\\\\\\" value=\\\\\\\"en-US\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"displayTime\\\\\\\" value=\\\\\\\"AgExZs0r9bAy0QAAAXiNWs5HT3-KTfuOj0NYkl3CozfY9F3Oe2OerG8NWWZ9lmQ\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"challengeSource\\\\\\\" value=\\\\\\\"AgGqTprjJRCZAAAAAXiNWs5PdnH7ZdhVlqa4px2cawz6IC8dgEfgAbUfg8VNAOx5\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"requestSubmissionId\\\\\\\" value=\\\\\\\"AgGmwyf1S1mKHwAAAXiNWs5ShdroazaMK6KuBt69F7B-4FJHIouKj3g1QAlTTyJE4GSR_RxNcmM3p5Hv5V6ko3VOL4l-bdLUCqeXzg\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"challengeType\\\\\\\" value=\\\\\\\"AgGYPBY69-MJGwAAAXiNWs5L2_Pgh9nXOdlqqnLfr8ah9XUi2wh6Eni4PQ\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"challengeData\\\\\\\" value=\\\\\\\"AgGAwXp6kLXWQgAAAXiNWs4_prg4sZtDfQs4kKez_WvRyO-mhrn_q-beRERnsfDGUSWiYWZkA68hcmAeKNzqoyL8iBLl8_wME9JVnkAIqLMHDPSTo886ejaosK5bLM0m-4Bn1BdMg4mF1f0f0s46yj5Xk9OLwfjON_rXzTOrLclDqPfJAM6ltZfvExD6YykNczRx7s15BepXlJY4UDwX143sX1HyLUJyjWNTYMm1LQQ\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"challengeDetails\\\\\\\" value=\\\\\\\"AgEING4fAKVeBAAAAXiNWs5EvnLPOyGEPUzcXUprVumKw6YH2UFyyRibI-kfo9Ry3o2FJtP77MpX52eSD3KvDA1udJZ0CtxU8-BlSMbg1Rf13YbvKqp1hh7mVhH4Lp5OMBGcZpBo0mJffSTfmpPRq4g\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"failureRedirectUri\\\\\\\" value=\\\\\\\"AgF4as0ZYZqvqQAAAXiNWs5VnNWaPdORNilnh3OTpYaxTsqDVQgkz6UDVpq5-TbfkuYNnyd2\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"flowTreeId\\\\\\\" value=\\\\\\\"AgGc4kSJLTTmHgAAAXiNWs5a_hQqz1d4mGElYGyTlJlLqIvFjMfLw-ZQqOGxbKRhTxqkXiiHqRK30A\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"_s\\\\\\\" value=\\\\\\\"CONSUMER_LOGIN\\\\\\\"><input class=\\\\\\\"form__input--text input_verification_pin\\\\\\\" name=\\\\\\\"pin\\\\\\\" maxlength=\\\\\\\"6\\\\\\\" type=\\\\\\\"number\\\\\\\" pattern=\\\\\\\"[0-9]*\\\\\\\" autocorrect=\\\\\\\"off\\\\\\\" placeholder=\\\\\\\"Enter code\\\\\\\" id=\\\\\\\"input__email_verification_pin\\\\\\\" aria-label=\\\\\\\"Verification code\\\\\\\" role=\\\\\\\"textbox\\\\\\\" aria-describedby=\\\\\\\"email-pin-error\\\\\\\" aria-required=\\\\\\\"true\\\\\\\" validation=\\\\\\\"pin\\\\\\\" validation-message=\\\\\\\"Hmm, that's not the right code\\\\\\\"><div id=\\\\\\\"email-pin-error\\\\\\\" error-for=\\\\\\\"verificationPin\\\\\\\" class=\\\\\\\"form__label--error hidden\\\\\\\" role=\\\\\\\"alert\\\\\\\" aria-live=\\\\\\\"assertive\\\\\\\"></div></div><div class=\\\\\\\"form__action\\\\\\\"><button class=\\\\\\\"form__submit form__submit--stretch\\\\\\\" id=\\\\\\\"email-pin-submit-button\\\\\\\" type=\\\\\\\"submit\\\\\\\" aria-label=\\\\\\\"Submit pin\\\\\\\">Submit</button><p class=\\\\\\\"challenge-form__footer\\\\\\\"> Didn't receive the code? <button class=\\\\\\\"btn__resend_link\\\\\\\" id=\\\\\\\"btn-resend-pin\\\\\\\" type=\\\\\\\"button\\\\\\\" aria-label=\\\\\\\"Resend verification code\\\\\\\">Resend</button> to all emails</p></div><code id=\\\\\\\"i18nSuccessMessage\\\\\\\" style=\\\\\\\"display: none;\\\\\\\"><!--\\\\\\\"We&#39;ve sent you another code.\\\\\\\"--></code><code id=\\\\\\\"i18nErrorMessage\\\\\\\" style=\\\\\\\"display: none;\\\\\\\"><!--\\\\\\\"Sorry, something went wrong with your request. Please try again.\\\\\\\"--></code></form></main><footer class=\\\\\\\"footer__base\\\\\\\" role=\\\\\\\"contentinfo\\\\\\\"><div class=\\\\\\\"footer__base__wrapper\\\\\\\"><p class=\\\\\\\"copyright\\\\\\\"><li-icon type=\\\\\\\"linkedin-logo\\\\\\\" size=\\\\\\\"14dp\\\\\\\" alt=\\\\\\\"LinkedIn\\\\\\\" color=\\\\\\\"\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"><svg preserveAspectRatio=\\\\\\\"xMinYMin meet\\\\\\\" focusable=\\\\\\\"false\\\\\\\"><g class=\\\\\\\"scaling-icon\\\\\\\" style=\\\\\\\"fill-opacity: 1\\\\\\\"><defs></defs><g class=\\\\\\\"logo-14dp\\\\\\\"><g class=\\\\\\\"dpi-1\\\\\\\"><g class=\\\\\\\"inbug\\\\\\\" stroke=\\\\\\\"none\\\\\\\" stroke-width=\\\\\\\"1\\\\\\\" fill=\\\\\\\"none\\\\\\\" fill-rule=\\\\\\\"evenodd\\\\\\\"><path d=\\\\\\\"M14,1.25 L14,12.75 C14,13.44 13.44,14 12.75,14 L1.25,14 C0.56,14 0,13.44 0,12.75 L0,1.25 C0,0.56 0.56,0 1.25,0 L12.75,0 C13.44,0 14,0.56 14,1.25\\\\\\\" class=\\\\\\\"bug-text-color\\\\\\\" fill=\\\\\\\"#FFFFFF\\\\\\\" transform=\\\\\\\"translate(42.000000, 0.000000)\\\\\\\"></path><path d=\\\\\\\"M56,1.25 L56,12.75 C56,13.44 55.44,14 54.75,14 L43.25,14 C42.56,14 42,13.44 42,12.75 L42,1.25 C42,0.56 42.56,0 43.25,0 L54.75,0 C55.44,0 56,0.56 56,1.25 Z M47,5 L48.85,5 L48.85,6.016 L48.893,6.016 C49.259,5.541 50.018,4.938 51.25,4.938 C53.125,4.938 54,5.808 54,8 L54,12 L52,12 L52,8.75 C52,7.313 51.672,6.875 50.632,6.875 C49.5,6.875 49,7.75 49,9 L49,12 L47,12 L47,5 Z M44,12 L46,12 L46,5 L44,5 L44,12 Z M46.335,3 C46.335,3.737 45.737,4.335 45,4.335 C44.263,4.335 43.665,3.737 43.665,3 C43.665,2.263 44.263,1.665 45,1.665 C45.737,1.665 46.335,2.263 46.335,3 Z\\\\\\\" class=\\\\\\\"background\\\\\\\" fill=\\\\\\\"#0073B0\\\\\\\"></path></g><g class=\\\\\\\"linkedin-text\\\\\\\"><path d=\\\\\\\"M40,12 L38.107,12 L38.107,11.1 L38.077,11.1 C37.847,11.518 37.125,12.062 36.167,12.062 C34.174,12.062 33,10.521 33,8.5 C33,6.479 34.291,4.938 36.2,4.938 C36.971,4.938 37.687,5.332 37.97,5.698 L38,5.698 L38,2 L40,2 L40,12 Z M36.475,6.75 C35.517,6.75 34.875,7.49 34.875,8.5 C34.875,9.51 35.529,10.25 36.475,10.25 C37.422,10.25 38.125,9.609 38.125,8.5 C38.125,7.406 37.433,6.75 36.475,6.75 L36.475,6.75 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><path d=\\\\\\\"M31.7628,10.8217 C31.0968,11.5887 29.9308,12.0627 28.4998,12.0627 C26.3388,12.0627 24.9998,10.6867 24.9998,8.4477 C24.9998,6.3937 26.4328,4.9377 28.6578,4.9377 C30.6758,4.9377 31.9998,6.3497 31.9998,8.6527 C31.9998,8.8457 31.9708,8.9997 31.9708,8.9997 L26.8228,8.9997 L26.8348,9.1487 C26.9538,9.8197 27.6008,10.5797 28.6358,10.5797 C29.6528,10.5797 30.2068,10.1567 30.4718,9.8587 L31.7628,10.8217 Z M30.2268,7.9047 C30.2268,7.0627 29.5848,6.4297 28.6508,6.4297 C27.6058,6.4297 26.9368,7.0597 26.8728,7.9047 L30.2268,7.9047 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><polygon fill=\\\\\\\"#000000\\\\\\\" points=\\\\\\\"18 2 20 2 20 7.882 22.546 5 25 5 21.9 8.199 24.889 12 22.546 12 20 8.515 20 12 18 12\\\\\\\"></polygon><path d=\\\\\\\"M10,5 L11.85,5 L11.85,5.906 L11.893,5.906 C12.283,5.434 13.031,4.938 14.14,4.938 C16.266,4.938 17,6.094 17,8.285 L17,12 L15,12 L15,8.73 C15,7.943 14.821,6.75 13.659,6.75 C12.482,6.75 12,7.844 12,8.73 L12,12 L10,12 L10,5 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><path d=\\\\\\\"M7,12 L9,12 L9,5 L7,5 L7,12 Z M8,1.75 C8.659,1.75 9.25,2.341 9.25,3 C9.25,3.659 8.659,4.25 8,4.25 C7.34,4.25 6.75,3.659 6.75,3 C6.75,2.341 7.34,1.75 8,1.75 L8,1.75 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><polygon fill=\\\\\\\"#000000\\\\\\\" points=\\\\\\\"0 2 2 2 2 10 6 10 6 12 0 12\\\\\\\"></polygon></g></g><g class=\\\\\\\"dpi-gt1\\\\\\\" transform=\\\\\\\"scale(0.2917)\\\\\\\"><g class=\\\\\\\"inbug\\\\\\\" stroke=\\\\\\\"none\\\\\\\" stroke-width=\\\\\\\"1\\\\\\\" fill=\\\\\\\"none\\\\\\\" fill-rule=\\\\\\\"evenodd\\\\\\\"><path d=\\\\\\\"M44.5235,0 L3.6185,0 C1.6625,0 0.0005,1.547 0.0005,3.454 L0.0005,44.545 C0.0005,46.452 1.6625,48 3.6185,48 L44.5235,48 C46.4825,48 48.0005,46.452 48.0005,44.545 L48.0005,3.454 C48.0005,1.547 46.4825,0 44.5235,0\\\\\\\" class=\\\\\\\"bug-text-color\\\\\\\" fill=\\\\\\\"#FFFFFF\\\\\\\" transform=\\\\\\\"translate(143.000000, 0.000000)\\\\\\\"></path><path d=\\\\\\\"M187.5235,0 L146.6185,0 C144.6625,0 143.0005,1.547 143.0005,3.454 L143.0005,44.545 C143.0005,46.452 144.6625,48 146.6185,48 L187.5235,48 C189.4825,48 191.0005,46.452 191.0005,44.545 L191.0005,3.454 C191.0005,1.547 189.4825,0 187.5235,0 Z M162,18 L168.5,18 L168.5,21.266 C169.437,19.388 171.838,17.7 175.445,17.7 C182.359,17.7 184,21.438 184,28.297 L184,41 L177,41 L177,29.859 C177,25.953 176.063,23.75 173.68,23.75 C170.375,23.75 169,26.125 169,29.859 L169,41 L162,41 L162,18 Z M150,41 L157,41 L157,18 L150,18 L150,41 Z M158,10.5 C158,12.985 155.985,15 153.5,15 C151.015,15 149,12.985 149,10.5 C149,8.015 151.015,6 153.5,6 C155.985,6 158,8.015 158,10.5 Z\\\\\\\" class=\\\\\\\"background\\\\\\\" fill=\\\\\\\"#0073B0\\\\\\\"></path></g><g class=\\\\\\\"linkedin-text\\\\\\\"><path d=\\\\\\\"M136,41 L130,41 L130,37.5 C128.908,39.162 125.727,41.3 122.5,41.3 C115.668,41.3 111.2,36.975 111.2,30 C111.2,23.594 114.951,17.7 121.5,17.7 C124.441,17.7 127.388,18.272 129,20.5 L129,7 L136,7 L136,41 Z M123.25,23.9 C119.691,23.9 117.9,26.037 117.9,29.5 C117.9,32.964 119.691,35.2 123.25,35.2 C126.81,35.2 129.1,32.964 129.1,29.5 C129.1,26.037 126.81,23.9 123.25,23.9 L123.25,23.9 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><path d=\\\\\\\"M108,37.125 C105.722,40.02 101.156,41.3 96.75,41.3 C89.633,41.3 85.2,36.354 85.2,29 C85.2,21.645 90.5,17.7 97.75,17.7 C103.75,17.7 108.8,21.917 108.8,30 C108.8,31.25 108.6,32 108.6,32 L92,32 L92.111,32.67 C92.51,34.873 94.873,36 97.625,36 C99.949,36 101.689,34.988 102.875,33.375 L108,37.125 Z M101.75,27 C101.797,24.627 99.89,22.7 97.328,22.7 C94.195,22.7 92.189,24.77 92,27 L101.75,27 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><polygon fill=\\\\\\\"#000000\\\\\\\" points=\\\\\\\"63 7 70 7 70 27 78 18 86.75 18 77 28.5 86.375 41 78 41 70 30 70 41 63 41\\\\\\\"></polygon><path d=\\\\\\\"M37,18 L43,18 L43,21.375 C43.947,19.572 47.037,17.7 50.5,17.7 C57.713,17.7 59,21.957 59,28.125 L59,41 L52,41 L52,29.625 C52,26.969 52.152,23.8 48.5,23.8 C44.8,23.8 44,26.636 44,29.625 L44,41 L37,41 L37,18 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><path d=\\\\\\\"M29.5,6.125 C31.813,6.125 33.875,8.189 33.875,10.5 C33.875,12.811 31.813,14.875 29.5,14.875 C27.19,14.875 25.125,12.811 25.125,10.5 C25.125,8.189 27.19,6.125 29.5,6.125 L29.5,6.125 Z M26,41 L33,41 L33,18 L26,18 L26,41 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><polygon fill=\\\\\\\"#000000\\\\\\\" points=\\\\\\\"0 7 7 7 7 34 22 34 22 41 0 41\\\\\\\"></polygon></g></g></g></g></svg></li-icon><em><span class=\\\\\\\"a11y__label\\\\\\\">LinkedIn</span>© 2021</em></p><div><ul class=\\\\\\\"footer__base__nav-list\\\\\\\" aria-label=\\\\\\\"Footer Legal Menu\\\\\\\"><li><a href=\\\\\\\"/legal/user-agreement?trk=d_checkpoint_ch_emailPinChallenge_ft_user_agreement\\\\\\\">User Agreement</a></li><li><a href=\\\\\\\"/legal/privacy-policy?trk=d_checkpoint_ch_emailPinChallenge_ft_privacy_policy\\\\\\\">Privacy Policy</a></li><li><a href=\\\\\\\"/help/linkedin/answer/34593?lang=en&amp;trk=d_checkpoint_ch_emailPinChallenge_ft_community_guidelines\\\\\\\">Community Guidelines</a></li><li><a href=\\\\\\\"/legal/cookie-policy?trk=d_checkpoint_ch_emailPinChallenge_ft_cookie_policy\\\\\\\">Cookie Policy</a></li><li><a href=\\\\\\\"/legal/copyright-policy?trk=d_checkpoint_ch_emailPinChallenge_ft_copyright_policy\\\\\\\">Copyright Policy</a></li><li id=\\\\\\\"feedback-request\\\\\\\"><a href=\\\\\\\"/help/linkedin?trk=d_checkpoint_ch_emailPinChallenge_ft_send_feedback&amp;lang=en\\\\\\\" target=\\\\\\\"_blank\\\\\\\" rel=\\\\\\\"nofollow noreferrer noopener\\\\\\\">Send Feedback</a></li></ul></div></div></footer><div id=\\\\\\\"loader-wrapper\\\\\\\" class=\\\\\\\"hidden\\\\\\\"><li-icon type=\\\\\\\"loader\\\\\\\" class=\\\\\\\"blue\\\\\\\" size=\\\\\\\"medium\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"><div class=\\\\\\\"artdeco-spinner\\\\\\\"><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span></div></li-icon></div></div><code id=\\\\\\\"isDesktop\\\\\\\" style=\\\\\\\"display: none;\\\\\\\"><!--\\\\\\\"true\\\\\\\"--></code><script async=\\\\\\\"\\\\\\\" src=\\\\\\\"//platform.linkedin.com/js/analytics.js\\\\\\\"></script><script src=\\\\\\\"https://static-exp1.licdn.com/sc/h/z5z0fyn9degkqxthacxz44e4\\\\\\\" defer=\\\\\\\"\\\\\\\"></script><script src=\\\\\\\"https://static-exp1.licdn.com/sc/h/dqaizhjfo728hy9bni45o91w5\\\\\\\" defer=\\\\\\\"\\\\\\\"></script><puppeteer-mouse-pointer></puppeteer-mouse-pointer></body></html>\\\"}\",\n                        \"pinSentAt\": 1617279244029,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": {\n                            \"education\": null,\n                            \"experience\": null,\n                            \"volunteer\": null,\n                            \"id\": 111175338,\n                            \"email\": null,\n                            \"businessEmail\": null,\n                            \"fullName\": \"Damir Ristic\",\n                            \"picture\": null,\n                            \"occupation\": \"PHP at IT Academy\",\n                            \"country\": null,\n                            \"currentCompanyLogo\": null,\n                            \"primaryIdentifier\": \"damir-ristic-02b35b176\",\n                            \"primaryIdentifierTypeId\": 1,\n                            \"currentCompany\": null,\n                            \"yearsInCurrentCompany\": null,\n                            \"totalCareerPositionsCount\": null,\n                            \"totalYearsInCareer\": null,\n                            \"collegeName\": null,\n                            \"temporaryField\": null,\n                            \"phone\": null,\n                            \"twitter\": null,\n                            \"website\": null,\n                            \"domain\": null,\n                            \"connectionDegree\": null,\n                            \"activities\": null,\n                            \"recommendations\": null,\n                            \"currentLinkedinCompanyId\": null,\n                            \"created_at\": \"2020-12-03T11:07:30.000Z\",\n                            \"updated_at\": \"2020-12-03T11:07:30.000Z\"\n                        },\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 89,\n                            \"linkedinAccountId\": 89,\n                            \"startUTCTime\": \"08:00\",\n                            \"endUTCTime\": \"16:00\",\n                            \"addMaxPeople\": 65,\n                            \"addMinPeople\": 35,\n                            \"viewMaxPeople\": 140,\n                            \"viewMinPeople\": 0,\n                            \"followMaxPeople\": 140,\n                            \"followMinPeople\": 0,\n                            \"sendMaxMessages\": 160,\n                            \"sendMinMessages\": 0,\n                            \"sendMaxInMails\": 80,\n                            \"sendMinInMails\": 0,\n                            \"sendMaxEmails\": 30,\n                            \"sendMinEmails\": 20,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Europe/Belgrade\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 3,\n                            \"warmupStageFinishAt\": 1608808347138,\n                            \"warmupStartedAt\": 1606993264972,\n                            \"warmupFinishedAt\": 1608808802301,\n                            \"createdAt\": \"2020-12-03T11:01:04.000Z\",\n                            \"updatedAt\": \"2020-12-24T11:20:02.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 2,\n                            \"status\": \"trialing\",\n                            \"subscriptionEndsAt\": 1706922529\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 56,\n                \"email\": \"kristiano9611123@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"asdas\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-09-25T14:08:47.000Z\",\n                \"updatedAt\": \"2020-09-25T14:08:47.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 57,\n                \"email\": \"kristiano9611+50@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Purchase test\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-10-10T19:10:44.000Z\",\n                \"updatedAt\": \"2020-10-10T19:10:44.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 63,\n                \"email\": \"stripe-test@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"dddd\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-10-24T13:42:29.000Z\",\n                \"updatedAt\": \"2020-10-24T13:42:29.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 64,\n                \"email\": \"test-stripe2@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Test Stripe 2\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-10-24T14:10:31.000Z\",\n                \"updatedAt\": \"2020-10-24T14:10:31.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 65,\n                \"email\": \"test-stripe3@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Test Stripe 3\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-10-24T14:45:31.000Z\",\n                \"updatedAt\": \"2020-10-24T14:45:32.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 66,\n                \"email\": \"kristiano9611+10@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Stripe Testing\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-12-15T20:22:55.000Z\",\n                \"updatedAt\": \"2020-12-15T20:22:55.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 67,\n                \"email\": \"jjovanovic24@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Jovan\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 3,\n                \"createdAt\": \"2020-12-17T07:29:37.000Z\",\n                \"updatedAt\": \"2021-06-30T09:05:39.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 681,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 1,\n                        \"linkedinUserId\": null,\n                        \"userId\": 67,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 39,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"test\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2021-06-30T09:08:50.000Z\",\n                        \"updatedAt\": \"2021-06-30T09:08:50.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1625044130886,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 674,\n                            \"linkedinAccountId\": 681,\n                            \"startUTCTime\": \"09:00\",\n                            \"endUTCTime\": \"17:00\",\n                            \"addMaxPeople\": 65,\n                            \"addMinPeople\": 35,\n                            \"viewMaxPeople\": 125,\n                            \"viewMinPeople\": 85,\n                            \"followMaxPeople\": 100,\n                            \"followMinPeople\": 80,\n                            \"sendMaxMessages\": 120,\n                            \"sendMinMessages\": 90,\n                            \"sendMaxInMails\": 60,\n                            \"sendMinInMails\": 40,\n                            \"sendMaxEmails\": 20,\n                            \"sendMinEmails\": 15,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Europe/Belgrade\",\n                            \"discoverMinPages\": 30,\n                            \"discoverMaxPages\": 40,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 3,\n                            \"warmupStageFinishAt\": 1626859186041,\n                            \"warmupStartedAt\": 1625044130903,\n                            \"warmupFinishedAt\": 1626859206285,\n                            \"createdAt\": \"2021-06-30T09:08:50.000Z\",\n                            \"updatedAt\": \"2021-07-21T09:20:06.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 1,\n                            \"viewMinPageToDiscover\": 10,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 39,\n                            \"status\": \"active\",\n                            \"subscriptionEndsAt\": 1611250933\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 69,\n                \"email\": \"kristiano9611+11@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Payment Test 2\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-12-19T11:38:13.000Z\",\n                \"updatedAt\": \"2020-12-19T11:38:13.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 107,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 4,\n                        \"linkedinUserId\": null,\n                        \"userId\": 69,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 34,\n                        \"linkedinSubscriptionId\": 2,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"Skrme\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-12-19T17:00:50.000Z\",\n                        \"updatedAt\": \"2021-04-13T12:51:01.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1608397250320,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 107,\n                            \"linkedinAccountId\": 107,\n                            \"startUTCTime\": \"12:00\",\n                            \"endUTCTime\": \"12:01\",\n                            \"addMaxPeople\": 65,\n                            \"addMinPeople\": 35,\n                            \"viewMaxPeople\": 140,\n                            \"viewMinPeople\": 0,\n                            \"followMaxPeople\": 140,\n                            \"followMinPeople\": 0,\n                            \"sendMaxMessages\": 160,\n                            \"sendMinMessages\": 0,\n                            \"sendMaxInMails\": 80,\n                            \"sendMinInMails\": 0,\n                            \"sendMaxEmails\": 25,\n                            \"sendMinEmails\": 15,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Pacific/Pago_Pago\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 3,\n                            \"warmupStageFinishAt\": 1610212349395,\n                            \"warmupStartedAt\": 1608397250337,\n                            \"warmupFinishedAt\": 1610212878266,\n                            \"createdAt\": \"2020-12-19T17:00:50.000Z\",\n                            \"updatedAt\": \"2021-01-09T17:21:18.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 34,\n                            \"status\": \"active\",\n                            \"subscriptionEndsAt\": 1611056414\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 70,\n                \"email\": \"kristiano9611+110@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Kristian\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-12-22T19:32:27.000Z\",\n                \"updatedAt\": \"2020-12-22T19:32:27.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 109,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 2,\n                        \"linkedinUserId\": null,\n                        \"userId\": 70,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 44,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"ddd\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-12-22T19:34:57.000Z\",\n                        \"updatedAt\": \"2021-04-13T12:51:01.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1608665697477,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 109,\n                            \"linkedinAccountId\": 109,\n                            \"startUTCTime\": \"11:00\",\n                            \"endUTCTime\": \"11:01\",\n                            \"addMaxPeople\": 65,\n                            \"addMinPeople\": 35,\n                            \"viewMaxPeople\": 140,\n                            \"viewMinPeople\": 0,\n                            \"followMaxPeople\": 140,\n                            \"followMinPeople\": 0,\n                            \"sendMaxMessages\": 160,\n                            \"sendMinMessages\": 0,\n                            \"sendMaxInMails\": 80,\n                            \"sendMinInMails\": 0,\n                            \"sendMaxEmails\": 25,\n                            \"sendMinEmails\": 15,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Pacific/Pago_Pago\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 3,\n                            \"warmupStageFinishAt\": 1610480834524,\n                            \"warmupStartedAt\": 1608665697499,\n                            \"warmupFinishedAt\": 1610481093776,\n                            \"createdAt\": \"2020-12-22T19:34:57.000Z\",\n                            \"updatedAt\": \"2021-01-12T19:51:33.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 44,\n                            \"status\": \"active\",\n                            \"subscriptionEndsAt\": 1611343991\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 71,\n                \"email\": \"test+11@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Testing\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-12-26T09:20:22.000Z\",\n                \"updatedAt\": \"2020-12-26T09:20:22.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 72,\n                \"email\": \"payment-test+11@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Payment test\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-12-26T13:47:56.000Z\",\n                \"updatedAt\": \"2020-12-26T13:47:56.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 73,\n                \"email\": \"payment-test-3@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"payment test 3\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-12-26T13:53:28.000Z\",\n                \"updatedAt\": \"2020-12-26T13:53:28.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 74,\n                \"email\": \"payment-test-4@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"payment-test-4\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-12-26T14:12:58.000Z\",\n                \"updatedAt\": \"2020-12-26T14:12:59.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 81,\n                \"email\": \"damirristic1987@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Damir\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-12-27T13:16:53.000Z\",\n                \"updatedAt\": \"2020-12-27T13:16:53.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 82,\n                \"email\": \"damirristicc1987@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Damir\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-12-29T14:12:42.000Z\",\n                \"updatedAt\": \"2020-12-29T14:12:42.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 90,\n                \"email\": \"damir@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Damir\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2021-01-06T14:41:38.000Z\",\n                \"updatedAt\": \"2021-01-06T14:41:38.000Z\",\n                \"linkedinAccounts\": []\n            }\n        ]\n    }\n}"},{"id":"346a45ea-625f-47f6-b916-d58370bc8aa0","name":"when search is provided","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users?search=name","host":["{{OpenAPIUrl}}"],"path":["users"],"query":[{"key":"limit","value":"2","description":"(Optional) Limit the number of results that you will get.\n\nType: Number\n\nDefault value is set to: 30","disabled":true},{"key":"offset","value":"10","description":"(Optional) Interval in the number of results that you will get.\n\nType: Number\n\nDefault value is set to: 0\n\n","disabled":true},{"key":"search","value":"name","description":"(Optional) Search user with name.\n\nType: String\n\nDefault value is set to: 30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"23"},{"key":"ETag","value":"W/\"17-UKrsFzTzgzEQXILHKTpwz5W3Wvc\""},{"key":"Date","value":"Mon, 08 Nov 2021 06:15:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": []\n    }\n}"},{"id":"4029425a-abd7-43a0-8023-5184e43930e1","name":"authorization error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users?limit=2&offset=10","host":["{{OpenAPIUrl}}"],"path":["users"],"query":[{"key":"limit","value":"2","description":"(Optional) Limit the number of results that you will get.\n\nType: Number\n\nDefault value is set to: 30"},{"key":"offset","value":"10","description":"(Optional) Interval in the number of results that you will get.\n\nType: Number\n\nDefault value is set to: 0\n\n"},{"key":"search","value":"name","description":"(Optional) Search user with name.\n\nType: String\n\nDefault value is set to: 30","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 06:13:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"7d39eaed-6327-404c-81af-b56f9e32e7a4","name":"when offset not provided","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users?limit=2","host":["{{OpenAPIUrl}}"],"path":["users"],"query":[{"key":"limit","value":"2","description":"(Optional) Limit the number of results that you will get.\n\nType: Number\n\nDefault value is set to: 30"},{"key":"offset","value":"10","description":"(Optional) Interval in the number of results that you will get.\n\nType: Number\n\nDefault value is set to: 0\n\n","disabled":true},{"key":"search","value":"name","description":"(Optional) Search user with name.\n\nType: String\n\nDefault value is set to: 30","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4369"},{"key":"ETag","value":"W/\"1111-J0yJa9bsdxcdOpHqHOhOz265kVI\""},{"key":"Date","value":"Mon, 08 Nov 2021 06:13:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 1,\n                \"email\": \"kristiano9611@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Kristian Zivkovic\",\n                \"userTypeId\": 3,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": 1,\n                \"emailConfirmed\": true,\n                \"resendEmailCounter\": 3,\n                \"createdAt\": \"2019-11-01T10:39:57.000Z\",\n                \"updatedAt\": \"2021-08-18T19:52:44.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 23,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": \"<p class=\\\"ql-align-center\\\"><strong>Kristiano</strong></p>\",\n                        \"accountGlobalStatusId\": 0,\n                        \"linkedinUserId\": null,\n                        \"userId\": 1,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 2,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"kristiano9611@gmail.com\",\n                        \"theme\": \"2\",\n                        \"createdAt\": \"2020-05-01T11:14:44.000Z\",\n                        \"updatedAt\": \"2021-08-21T08:57:00.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1588331684700,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 23,\n                            \"linkedinAccountId\": 23,\n                            \"startUTCTime\": \"13:15\",\n                            \"endUTCTime\": \"13:16\",\n                            \"addMaxPeople\": 40,\n                            \"addMinPeople\": 20,\n                            \"viewMaxPeople\": 70,\n                            \"viewMinPeople\": 50,\n                            \"followMaxPeople\": 40,\n                            \"followMinPeople\": 30,\n                            \"sendMaxMessages\": 70,\n                            \"sendMinMessages\": 50,\n                            \"sendMaxInMails\": 50,\n                            \"sendMinInMails\": 30,\n                            \"sendMaxEmails\": 30,\n                            \"sendMinEmails\": 20,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Pacific/Pago_Pago\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 1,\n                            \"warmupStageFinishAt\": null,\n                            \"warmupStartedAt\": null,\n                            \"warmupFinishedAt\": null,\n                            \"createdAt\": \"2020-05-01T11:14:44.000Z\",\n                            \"updatedAt\": \"2020-05-01T11:14:44.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 2,\n                            \"status\": \"trialing\",\n                            \"subscriptionEndsAt\": 1706922529\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"email\": \"stefan.burscher@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"test\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": true,\n                \"resendEmailCounter\": 3,\n                \"createdAt\": \"2019-11-02T12:59:35.000Z\",\n                \"updatedAt\": \"2020-02-11T22:12:17.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 12,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 1,\n                        \"linkedinUserId\": null,\n                        \"userId\": 2,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 2,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"stefan.burscher@gmail.com\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-02-16T18:27:01.000Z\",\n                        \"updatedAt\": \"2021-04-13T12:51:01.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1581877621734,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 12,\n                            \"linkedinAccountId\": 12,\n                            \"startUTCTime\": \"18:25\",\n                            \"endUTCTime\": \"21:25\",\n                            \"addMaxPeople\": 40,\n                            \"addMinPeople\": 20,\n                            \"viewMaxPeople\": 70,\n                            \"viewMinPeople\": 50,\n                            \"followMaxPeople\": 40,\n                            \"followMinPeople\": 30,\n                            \"sendMaxMessages\": 70,\n                            \"sendMinMessages\": 50,\n                            \"sendMaxInMails\": 50,\n                            \"sendMinInMails\": 20,\n                            \"sendMaxEmails\": 30,\n                            \"sendMinEmails\": 20,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Pacific/Pago_Pago\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 1,\n                            \"warmupStageFinishAt\": null,\n                            \"warmupStartedAt\": null,\n                            \"warmupFinishedAt\": null,\n                            \"createdAt\": \"2020-02-16T18:27:01.000Z\",\n                            \"updatedAt\": \"2020-02-16T18:27:01.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 2,\n                            \"status\": \"trialing\",\n                            \"subscriptionEndsAt\": 1706922529\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"e7a4a726-ab0c-480f-9e39-ccf06b15ba17","name":"when query params are omitted","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users","host":["{{OpenAPIUrl}}"],"path":["users"],"query":[{"key":"limit","value":"2","description":"(Optional) Limit the number of results that you will get.\n\nType: Number\n\nDefault value is set to: 30","disabled":true},{"key":"offset","value":"10","description":"(Optional) Interval in the number of results that you will get.\n\nType: Number\n\nDefault value is set to: 0\n\n","disabled":true},{"key":"search","value":"name","description":"(Optional) Search user with name.\n\nType: String\n\nDefault value is set to: 30","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55360"},{"key":"ETag","value":"W/\"d840-dEezJtZrxPSXY70iUvojAr1jVVI\""},{"key":"Date","value":"Mon, 08 Nov 2021 06:15:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 1,\n                \"email\": \"kristiano9611@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Kristian Zivkovic\",\n                \"userTypeId\": 3,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": 1,\n                \"emailConfirmed\": true,\n                \"resendEmailCounter\": 3,\n                \"createdAt\": \"2019-11-01T10:39:57.000Z\",\n                \"updatedAt\": \"2021-08-18T19:52:44.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 23,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": \"<p class=\\\"ql-align-center\\\"><strong>Kristiano</strong></p>\",\n                        \"accountGlobalStatusId\": 0,\n                        \"linkedinUserId\": null,\n                        \"userId\": 1,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 2,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"kristiano9611@gmail.com\",\n                        \"theme\": \"2\",\n                        \"createdAt\": \"2020-05-01T11:14:44.000Z\",\n                        \"updatedAt\": \"2021-08-21T08:57:00.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1588331684700,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 23,\n                            \"linkedinAccountId\": 23,\n                            \"startUTCTime\": \"13:15\",\n                            \"endUTCTime\": \"13:16\",\n                            \"addMaxPeople\": 40,\n                            \"addMinPeople\": 20,\n                            \"viewMaxPeople\": 70,\n                            \"viewMinPeople\": 50,\n                            \"followMaxPeople\": 40,\n                            \"followMinPeople\": 30,\n                            \"sendMaxMessages\": 70,\n                            \"sendMinMessages\": 50,\n                            \"sendMaxInMails\": 50,\n                            \"sendMinInMails\": 30,\n                            \"sendMaxEmails\": 30,\n                            \"sendMinEmails\": 20,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Pacific/Pago_Pago\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 1,\n                            \"warmupStageFinishAt\": null,\n                            \"warmupStartedAt\": null,\n                            \"warmupFinishedAt\": null,\n                            \"createdAt\": \"2020-05-01T11:14:44.000Z\",\n                            \"updatedAt\": \"2020-05-01T11:14:44.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 2,\n                            \"status\": \"trialing\",\n                            \"subscriptionEndsAt\": 1706922529\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 2,\n                \"email\": \"stefan.burscher@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"test\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": true,\n                \"resendEmailCounter\": 3,\n                \"createdAt\": \"2019-11-02T12:59:35.000Z\",\n                \"updatedAt\": \"2020-02-11T22:12:17.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 12,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 1,\n                        \"linkedinUserId\": null,\n                        \"userId\": 2,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 2,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"stefan.burscher@gmail.com\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-02-16T18:27:01.000Z\",\n                        \"updatedAt\": \"2021-04-13T12:51:01.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1581877621734,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 12,\n                            \"linkedinAccountId\": 12,\n                            \"startUTCTime\": \"18:25\",\n                            \"endUTCTime\": \"21:25\",\n                            \"addMaxPeople\": 40,\n                            \"addMinPeople\": 20,\n                            \"viewMaxPeople\": 70,\n                            \"viewMinPeople\": 50,\n                            \"followMaxPeople\": 40,\n                            \"followMinPeople\": 30,\n                            \"sendMaxMessages\": 70,\n                            \"sendMinMessages\": 50,\n                            \"sendMaxInMails\": 50,\n                            \"sendMinInMails\": 20,\n                            \"sendMaxEmails\": 30,\n                            \"sendMinEmails\": 20,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Pacific/Pago_Pago\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 1,\n                            \"warmupStageFinishAt\": null,\n                            \"warmupStartedAt\": null,\n                            \"warmupFinishedAt\": null,\n                            \"createdAt\": \"2020-02-16T18:27:01.000Z\",\n                            \"updatedAt\": \"2020-02-16T18:27:01.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 2,\n                            \"status\": \"trialing\",\n                            \"subscriptionEndsAt\": 1706922529\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 3,\n                \"email\": \"joksa1996@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Jovan Milovanovic\",\n                \"userTypeId\": 3,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": true,\n                \"resendEmailCounter\": 2,\n                \"createdAt\": \"2019-11-03T13:29:37.000Z\",\n                \"updatedAt\": \"2019-11-03T16:14:24.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 57,\n                        \"lastConnectionUpdate\": 1602357436260,\n                        \"lastUserConnectionFetch\": 1602357436260,\n                        \"connectionStatusId\": 2,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 0,\n                        \"linkedinUserId\": null,\n                        \"userId\": 3,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 3,\n                        \"linkedinSubscriptionId\": 2,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"Kris\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-09-12T11:20:07.000Z\",\n                        \"updatedAt\": \"2021-06-16T12:55:45.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1599909607274,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 57,\n                            \"linkedinAccountId\": 57,\n                            \"startUTCTime\": \"12:00\",\n                            \"endUTCTime\": \"13:00\",\n                            \"addMaxPeople\": 40,\n                            \"addMinPeople\": 20,\n                            \"viewMaxPeople\": 70,\n                            \"viewMinPeople\": 50,\n                            \"followMaxPeople\": 40,\n                            \"followMinPeople\": 30,\n                            \"sendMaxMessages\": 70,\n                            \"sendMinMessages\": 50,\n                            \"sendMaxInMails\": 50,\n                            \"sendMinInMails\": 30,\n                            \"sendMaxEmails\": 30,\n                            \"sendMinEmails\": 20,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Pacific/Pago_Pago\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 1,\n                            \"warmupStageFinishAt\": null,\n                            \"warmupStartedAt\": null,\n                            \"warmupFinishedAt\": null,\n                            \"createdAt\": \"2020-09-12T11:20:07.000Z\",\n                            \"updatedAt\": \"2020-09-12T11:20:07.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 3,\n                            \"status\": \"trialing\",\n                            \"subscriptionEndsAt\": 1575380894\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 4,\n                \"email\": \"stojan.miladinovic357@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Stojan Miladinovic\",\n                \"userTypeId\": 3,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-01-09T17:08:01.000Z\",\n                \"updatedAt\": \"2020-01-09T17:08:01.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 507,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 1,\n                        \"linkedinUserId\": null,\n                        \"userId\": 4,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 4,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"asd\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2021-06-14T14:43:52.000Z\",\n                        \"updatedAt\": \"2021-06-14T14:43:52.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1623681832852,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 500,\n                            \"linkedinAccountId\": 507,\n                            \"startUTCTime\": \"09:00\",\n                            \"endUTCTime\": \"17:00\",\n                            \"addMaxPeople\": 65,\n                            \"addMinPeople\": 35,\n                            \"viewMaxPeople\": 125,\n                            \"viewMinPeople\": 85,\n                            \"followMaxPeople\": 100,\n                            \"followMinPeople\": 80,\n                            \"sendMaxMessages\": 120,\n                            \"sendMinMessages\": 90,\n                            \"sendMaxInMails\": 60,\n                            \"sendMinInMails\": 40,\n                            \"sendMaxEmails\": 20,\n                            \"sendMinEmails\": 15,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Europe/Belgrade\",\n                            \"discoverMinPages\": 30,\n                            \"discoverMaxPages\": 40,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 3,\n                            \"warmupStageFinishAt\": 1625496379110,\n                            \"warmupStartedAt\": 1623681832870,\n                            \"warmupFinishedAt\": 1625496805400,\n                            \"createdAt\": \"2021-06-14T14:43:52.000Z\",\n                            \"updatedAt\": \"2021-07-05T14:53:25.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 1,\n                            \"viewMinPageToDiscover\": 10,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 4,\n                            \"status\": \"active\",\n                            \"subscriptionEndsAt\": 1581268602\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 21,\n                \"email\": \"mpavlovic1510@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Marina\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-02-28T13:08:44.000Z\",\n                \"updatedAt\": \"2020-02-28T13:08:45.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 21,\n                        \"lastConnectionUpdate\": 1582897459132,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 7,\n                        \"linkedinUserId\": 111141021,\n                        \"userId\": 21,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": null,\n                        \"linkedinSubscriptionId\": 2,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"Marina\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-02-28T13:09:56.000Z\",\n                        \"updatedAt\": \"2021-04-13T12:51:01.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 1587049112399,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1587049100399,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": {\n                            \"education\": null,\n                            \"experience\": null,\n                            \"volunteer\": null,\n                            \"id\": 111141021,\n                            \"email\": null,\n                            \"businessEmail\": null,\n                            \"fullName\": \"Marina Pavlovic\",\n                            \"picture\": \"https://media-exp1.licdn.com/dms/image/C5603AQEpKF_hc0ohew/profile-displayphoto-shrink_400_400/0?e=1588204800&v=beta&t=EWhegqW4LYM7r7aLXEWY3LyLWMB4wSgZn36_aHFOt2A\",\n                            \"occupation\": \"Helping companies make more sales with personalization. 15x your response rate and land more meetings doing less.\",\n                            \"country\": null,\n                            \"currentCompanyLogo\": null,\n                            \"primaryIdentifier\": \"marina-pavlovic\",\n                            \"primaryIdentifierTypeId\": 1,\n                            \"currentCompany\": null,\n                            \"yearsInCurrentCompany\": null,\n                            \"totalCareerPositionsCount\": null,\n                            \"totalYearsInCareer\": null,\n                            \"collegeName\": null,\n                            \"temporaryField\": null,\n                            \"phone\": null,\n                            \"twitter\": null,\n                            \"website\": null,\n                            \"domain\": null,\n                            \"connectionDegree\": null,\n                            \"activities\": null,\n                            \"recommendations\": null,\n                            \"currentLinkedinCompanyId\": null,\n                            \"created_at\": \"2020-02-28T13:44:09.000Z\",\n                            \"updated_at\": \"2020-02-28T13:44:09.000Z\"\n                        },\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 21,\n                            \"linkedinAccountId\": 21,\n                            \"startUTCTime\": \"14:05\",\n                            \"endUTCTime\": \"14:05\",\n                            \"addMaxPeople\": 40,\n                            \"addMinPeople\": 20,\n                            \"viewMaxPeople\": 70,\n                            \"viewMinPeople\": 50,\n                            \"followMaxPeople\": 40,\n                            \"followMinPeople\": 30,\n                            \"sendMaxMessages\": 70,\n                            \"sendMinMessages\": 50,\n                            \"sendMaxInMails\": 50,\n                            \"sendMinInMails\": 20,\n                            \"sendMaxEmails\": 30,\n                            \"sendMinEmails\": 20,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Pacific/Niue\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 1,\n                            \"warmupStageFinishAt\": null,\n                            \"warmupStartedAt\": null,\n                            \"warmupFinishedAt\": null,\n                            \"createdAt\": \"2020-02-28T13:09:56.000Z\",\n                            \"updatedAt\": \"2020-02-28T13:09:56.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": null,\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 22,\n                \"email\": \"horejsi.grant@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Grant Horejsi\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-03-21T17:14:58.000Z\",\n                \"updatedAt\": \"2020-03-21T17:14:58.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 504,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 1,\n                        \"linkedinUserId\": null,\n                        \"userId\": 22,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 29,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"asd\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2021-06-14T14:18:37.000Z\",\n                        \"updatedAt\": \"2021-06-14T14:18:47.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1623680317785,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 497,\n                            \"linkedinAccountId\": 504,\n                            \"startUTCTime\": \"09:00\",\n                            \"endUTCTime\": \"17:00\",\n                            \"addMaxPeople\": 65,\n                            \"addMinPeople\": 35,\n                            \"viewMaxPeople\": 125,\n                            \"viewMinPeople\": 85,\n                            \"followMaxPeople\": 100,\n                            \"followMinPeople\": 80,\n                            \"sendMaxMessages\": 120,\n                            \"sendMinMessages\": 90,\n                            \"sendMaxInMails\": 60,\n                            \"sendMinInMails\": 40,\n                            \"sendMaxEmails\": 20,\n                            \"sendMinEmails\": 15,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Europe/Belgrade\",\n                            \"discoverMinPages\": 30,\n                            \"discoverMaxPages\": 40,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 3,\n                            \"warmupStageFinishAt\": 1625495179066,\n                            \"warmupStartedAt\": 1623680317795,\n                            \"warmupFinishedAt\": 1625495605368,\n                            \"createdAt\": \"2021-06-14T14:18:37.000Z\",\n                            \"updatedAt\": \"2021-07-05T14:33:25.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 1,\n                            \"viewMinPageToDiscover\": 10,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 29,\n                            \"status\": \"active\",\n                            \"subscriptionEndsAt\": 1609680473\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 24,\n                \"email\": \"123123.bursche1r@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Stefan Bürscher\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-04-02T15:13:29.000Z\",\n                \"updatedAt\": \"2020-04-02T15:13:29.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 27,\n                \"email\": \"test123@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"MMM as\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-07-11T09:44:36.000Z\",\n                \"updatedAt\": \"2020-07-11T09:44:36.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 144,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 2,\n                        \"linkedinUserId\": null,\n                        \"userId\": 27,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 35,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"Stankela\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-12-29T16:59:54.000Z\",\n                        \"updatedAt\": \"2021-04-13T12:51:01.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1609261194278,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 144,\n                            \"linkedinAccountId\": 144,\n                            \"startUTCTime\": \"12:00\",\n                            \"endUTCTime\": \"20:00\",\n                            \"addMaxPeople\": 65,\n                            \"addMinPeople\": 35,\n                            \"viewMaxPeople\": 140,\n                            \"viewMinPeople\": 0,\n                            \"followMaxPeople\": 140,\n                            \"followMinPeople\": 0,\n                            \"sendMaxMessages\": 160,\n                            \"sendMinMessages\": 0,\n                            \"sendMaxInMails\": 80,\n                            \"sendMinInMails\": 0,\n                            \"sendMaxEmails\": 20,\n                            \"sendMinEmails\": 15,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Pacific/Pago_Pago\",\n                            \"discoverMinPages\": 30,\n                            \"discoverMaxPages\": 40,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 3,\n                            \"warmupStageFinishAt\": 1611076293110,\n                            \"warmupStartedAt\": 1609261194305,\n                            \"warmupFinishedAt\": 1611076314083,\n                            \"createdAt\": \"2020-12-29T16:59:54.000Z\",\n                            \"updatedAt\": \"2021-01-19T17:11:54.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 35,\n                            \"status\": \"active\",\n                            \"subscriptionEndsAt\": 1611059057\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 29,\n                \"email\": \"test12223@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"MMM as\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-07-11T09:48:23.000Z\",\n                \"updatedAt\": \"2020-07-11T09:48:23.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 30,\n                \"email\": \"test12222223@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"MMM as\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-07-11T09:49:04.000Z\",\n                \"updatedAt\": \"2020-07-11T09:49:04.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 25,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 1,\n                        \"linkedinUserId\": null,\n                        \"userId\": 30,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 2,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"testtttt\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-06-08T10:55:46.000Z\",\n                        \"updatedAt\": \"2021-04-13T12:51:01.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1591613746663,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 25,\n                            \"linkedinAccountId\": 25,\n                            \"startUTCTime\": \"09:31\",\n                            \"endUTCTime\": \"23:04\",\n                            \"addMaxPeople\": 40,\n                            \"addMinPeople\": 20,\n                            \"viewMaxPeople\": 70,\n                            \"viewMinPeople\": 50,\n                            \"followMaxPeople\": 40,\n                            \"followMinPeople\": 30,\n                            \"sendMaxMessages\": 70,\n                            \"sendMinMessages\": 50,\n                            \"sendMaxInMails\": 50,\n                            \"sendMinInMails\": 30,\n                            \"sendMaxEmails\": 30,\n                            \"sendMinEmails\": 20,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"America/Adak\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 1,\n                            \"warmupStageFinishAt\": null,\n                            \"warmupStartedAt\": null,\n                            \"warmupFinishedAt\": null,\n                            \"createdAt\": \"2020-06-08T10:55:46.000Z\",\n                            \"updatedAt\": \"2020-06-08T10:56:33.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 2,\n                            \"status\": \"trialing\",\n                            \"subscriptionEndsAt\": 1706922529\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 31,\n                \"email\": \"sasdtest@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"test\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-07-11T10:27:37.000Z\",\n                \"updatedAt\": \"2020-07-11T10:27:37.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 9,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 1,\n                        \"linkedinUserId\": null,\n                        \"userId\": 31,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 2,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"kristiano9611@gmail.com\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-02-16T15:29:25.000Z\",\n                        \"updatedAt\": \"2021-04-13T12:51:01.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1581866965744,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 9,\n                            \"linkedinAccountId\": 9,\n                            \"startUTCTime\": \"15:24\",\n                            \"endUTCTime\": \"17:26\",\n                            \"addMaxPeople\": 40,\n                            \"addMinPeople\": 20,\n                            \"viewMaxPeople\": 70,\n                            \"viewMinPeople\": 50,\n                            \"followMaxPeople\": 40,\n                            \"followMinPeople\": 30,\n                            \"sendMaxMessages\": 70,\n                            \"sendMinMessages\": 50,\n                            \"sendMaxInMails\": 50,\n                            \"sendMinInMails\": 20,\n                            \"sendMaxEmails\": 30,\n                            \"sendMinEmails\": 20,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Pacific/Niue\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 1,\n                            \"warmupStageFinishAt\": null,\n                            \"warmupStartedAt\": null,\n                            \"warmupFinishedAt\": null,\n                            \"createdAt\": \"2020-02-16T15:29:25.000Z\",\n                            \"updatedAt\": \"2020-02-16T15:29:25.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 2,\n                            \"status\": \"trialing\",\n                            \"subscriptionEndsAt\": 1706922529\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 35,\n                \"email\": \"asdads@asd.sd\",\n                \"phone\": null,\n                \"fullName\": \"dsaa\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-08-20T18:37:56.000Z\",\n                \"updatedAt\": \"2020-08-20T18:37:56.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 54,\n                        \"lastConnectionUpdate\": 0,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 1,\n                        \"withdrawalTimestamp\": 0,\n                        \"withdrawalStatusId\": 1,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 0,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": null,\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 1,\n                        \"linkedinUserId\": null,\n                        \"userId\": 35,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 11,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"ddddd\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-08-21T11:45:43.000Z\",\n                        \"updatedAt\": \"2021-04-13T12:51:01.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 0,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1598010343517,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": null,\n                        \"pinSentAt\": null,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": null,\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 54,\n                            \"linkedinAccountId\": 54,\n                            \"startUTCTime\": \"12:00\",\n                            \"endUTCTime\": \"13:00\",\n                            \"addMaxPeople\": 40,\n                            \"addMinPeople\": 20,\n                            \"viewMaxPeople\": 70,\n                            \"viewMinPeople\": 50,\n                            \"followMaxPeople\": 40,\n                            \"followMinPeople\": 30,\n                            \"sendMaxMessages\": 70,\n                            \"sendMinMessages\": 50,\n                            \"sendMaxInMails\": 50,\n                            \"sendMinInMails\": 30,\n                            \"sendMaxEmails\": 30,\n                            \"sendMinEmails\": 20,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Pacific/Rarotonga\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 1,\n                            \"warmupStageFinishAt\": null,\n                            \"warmupStartedAt\": null,\n                            \"warmupFinishedAt\": null,\n                            \"createdAt\": \"2020-08-21T11:45:43.000Z\",\n                            \"updatedAt\": \"2020-08-21T11:45:43.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 11,\n                            \"status\": \"active\",\n                            \"subscriptionEndsAt\": 1605898048\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 38,\n                \"email\": \"asd@asd.sd\",\n                \"phone\": null,\n                \"fullName\": \"dsaa\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-09-08T16:37:05.000Z\",\n                \"updatedAt\": \"2020-09-08T16:37:05.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 41,\n                \"email\": \"jjovanovic2422@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:24:03.000Z\",\n                \"updatedAt\": \"2020-09-10T08:24:03.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 42,\n                \"email\": \"jjovanovic2423@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:25:17.000Z\",\n                \"updatedAt\": \"2020-09-10T08:25:17.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 43,\n                \"email\": \"test@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:25:50.000Z\",\n                \"updatedAt\": \"2020-09-10T08:25:50.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 44,\n                \"email\": \"test2@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:26:43.000Z\",\n                \"updatedAt\": \"2020-09-10T08:26:43.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 45,\n                \"email\": \"test3@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:27:53.000Z\",\n                \"updatedAt\": \"2020-09-10T08:27:53.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 46,\n                \"email\": \"test4@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:30:06.000Z\",\n                \"updatedAt\": \"2020-09-10T08:30:06.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 47,\n                \"email\": \"test5@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:30:39.000Z\",\n                \"updatedAt\": \"2020-09-10T08:30:39.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 48,\n                \"email\": \"test6@hotmail.com\",\n                \"phone\": null,\n                \"fullName\": \"kiki\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 0,\n                \"createdAt\": \"2020-09-10T08:35:43.000Z\",\n                \"updatedAt\": \"2020-09-10T08:35:43.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 51,\n                \"email\": \"kristiansssso9611@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"dsdsds\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-09-10T10:56:57.000Z\",\n                \"updatedAt\": \"2020-09-10T10:56:57.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 54,\n                \"email\": \"kristiano96dsds11@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"asdasd\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-09-10T20:58:24.000Z\",\n                \"updatedAt\": \"2020-09-10T20:58:25.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 55,\n                \"email\": \"kristiano96jj11@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"hjn\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-09-13T09:43:26.000Z\",\n                \"updatedAt\": \"2020-09-13T09:43:26.000Z\",\n                \"linkedinAccounts\": [\n                    {\n                        \"id\": 89,\n                        \"lastConnectionUpdate\": 1617264894901,\n                        \"lastUserConnectionFetch\": 0,\n                        \"connectionStatusId\": 5,\n                        \"withdrawalTimestamp\": 1617187540614,\n                        \"withdrawalStatusId\": 3,\n                        \"cooldownConnect\": 0,\n                        \"cooldownAccount\": 1615216272571,\n                        \"cooldownInMail\": 0,\n                        \"cooldownPaidInMail\": null,\n                        \"pinFormInfo\": \"[{\\\"key\\\":\\\"csrfToken\\\",\\\"value\\\":\\\"ajax:5770881902875368132\\\"},{\\\"key\\\":\\\"pageInstance\\\",\\\"value\\\":\\\"urn:li:page:d_checkpoint_ch_emailPinChallenge;Jwk9F5niRue96gGl/LLrqQ==\\\"},{\\\"key\\\":\\\"resendUrl\\\",\\\"value\\\":\\\"/checkpoint/challenge/resend\\\"},{\\\"key\\\":\\\"challengeId\\\",\\\"value\\\":\\\"AQEnznR1QgolZwAAAXiNWs2SDnmDaCf6pjqd3VWXt01E8YkLstPpN47RFJ_CNfb5CkQu4mBBeijalanClKH6wpFuXC1NNFUliw\\\"},{\\\"key\\\":\\\"language\\\",\\\"value\\\":\\\"en-US\\\"},{\\\"key\\\":\\\"displayTime\\\",\\\"value\\\":\\\"AgExZs0r9bAy0QAAAXiNWs5HT3-KTfuOj0NYkl3CozfY9F3Oe2OerG8NWWZ9lmQ\\\"},{\\\"key\\\":\\\"challengeSource\\\",\\\"value\\\":\\\"AgGqTprjJRCZAAAAAXiNWs5PdnH7ZdhVlqa4px2cawz6IC8dgEfgAbUfg8VNAOx5\\\"},{\\\"key\\\":\\\"requestSubmissionId\\\",\\\"value\\\":\\\"AgGmwyf1S1mKHwAAAXiNWs5ShdroazaMK6KuBt69F7B-4FJHIouKj3g1QAlTTyJE4GSR_RxNcmM3p5Hv5V6ko3VOL4l-bdLUCqeXzg\\\"},{\\\"key\\\":\\\"challengeType\\\",\\\"value\\\":\\\"AgGYPBY69-MJGwAAAXiNWs5L2_Pgh9nXOdlqqnLfr8ah9XUi2wh6Eni4PQ\\\"},{\\\"key\\\":\\\"challengeData\\\",\\\"value\\\":\\\"AgGAwXp6kLXWQgAAAXiNWs4_prg4sZtDfQs4kKez_WvRyO-mhrn_q-beRERnsfDGUSWiYWZkA68hcmAeKNzqoyL8iBLl8_wME9JVnkAIqLMHDPSTo886ejaosK5bLM0m-4Bn1BdMg4mF1f0f0s46yj5Xk9OLwfjON_rXzTOrLclDqPfJAM6ltZfvExD6YykNczRx7s15BepXlJY4UDwX143sX1HyLUJyjWNTYMm1LQQ\\\"},{\\\"key\\\":\\\"challengeDetails\\\",\\\"value\\\":\\\"AgEING4fAKVeBAAAAXiNWs5EvnLPOyGEPUzcXUprVumKw6YH2UFyyRibI-kfo9Ry3o2FJtP77MpX52eSD3KvDA1udJZ0CtxU8-BlSMbg1Rf13YbvKqp1hh7mVhH4Lp5OMBGcZpBo0mJffSTfmpPRq4g\\\"},{\\\"key\\\":\\\"failureRedirectUri\\\",\\\"value\\\":\\\"AgF4as0ZYZqvqQAAAXiNWs5VnNWaPdORNilnh3OTpYaxTsqDVQgkz6UDVpq5-TbfkuYNnyd2\\\"},{\\\"key\\\":\\\"flowTreeId\\\",\\\"value\\\":\\\"AgGc4kSJLTTmHgAAAXiNWs5a_hQqz1d4mGElYGyTlJlLqIvFjMfLw-ZQqOGxbKRhTxqkXiiHqRK30A\\\"},{\\\"key\\\":\\\"_s\\\",\\\"value\\\":\\\"CONSUMER_LOGIN\\\"},{\\\"key\\\":\\\"pin\\\",\\\"value\\\":null}]\",\n                        \"globalSignature\": null,\n                        \"accountGlobalStatusId\": 3,\n                        \"linkedinUserId\": 111175338,\n                        \"userId\": 55,\n                        \"accountPaymentStatusId\": 1,\n                        \"subscriptionId\": 2,\n                        \"linkedinSubscriptionId\": 1,\n                        \"cancelAt\": null,\n                        \"lastTryEmailsFetch\": 0,\n                        \"lastEmailFetch\": null,\n                        \"fullName\": \"Damir\",\n                        \"theme\": \"1\",\n                        \"createdAt\": \"2020-12-03T11:01:04.000Z\",\n                        \"updatedAt\": \"2021-04-13T12:51:01.000Z\",\n                        \"getMessagesStatusId\": 1,\n                        \"lastGetMessagesUpdate\": 1617279244144,\n                        \"lastListenConnectionTimestamp\": 0,\n                        \"lastFetchMessages\": 1617279229667,\n                        \"tasksDelay\": 0,\n                        \"jailPoint\": 0,\n                        \"isInJail\": false,\n                        \"planId\": 1,\n                        \"localStorage\": null,\n                        \"lastConnectionAcceptedAt\": 0,\n                        \"pinDocumentInfo\": \"{\\\"url\\\":\\\"https://www.linkedin.com/checkpoint/challenge/AgFtlH_2wftLtwAAAXiNWsxZDs6TzZpa1y7pCzf9q6vdzdCqcddjlqHpI4RkLGlj80ff2H_L5ezIKDlN2AAVw2FhFvosYA?ut=1oAU3RHgmuiVI1\\\",\\\"html\\\":\\\"<!DOCTYPE html><html lang=\\\\\\\"en-US\\\\\\\" class=\\\\\\\"artdeco \\\\\\\"><head><meta http-equiv=\\\\\\\"X-UA-Compatible\\\\\\\" content=\\\\\\\"IE=EDGE\\\\\\\"><meta charset=\\\\\\\"UTF-8\\\\\\\"><meta name=\\\\\\\"viewport\\\\\\\" content=\\\\\\\"width=device-width, initial-scale=1\\\\\\\"><meta name=\\\\\\\"asset-url\\\\\\\" id=\\\\\\\"artdeco/static/images/icons.svg\\\\\\\" content=\\\\\\\"https://static-exp1.licdn.com/sc/h/6bja66gymvrvqrp5m6btz3vkz\\\\\\\"><title>Security Verification | LinkedIn</title><link rel=\\\\\\\"shortcut icon\\\\\\\" href=\\\\\\\"https://static-exp1.licdn.com/sc/h/9lb1g1kp916tat669q9r5g2kz\\\\\\\"><link rel=\\\\\\\"apple-touch-icon\\\\\\\" href=\\\\\\\"https://static-exp1.licdn.com/sc/h/1exdo4axa6eaw1jioxh1vu4fj\\\\\\\"><link rel=\\\\\\\"apple-touch-icon-precomposed\\\\\\\" href=\\\\\\\"https://static-exp1.licdn.com/sc/h/55ggxxse8uyjdh2x78ht3j40q\\\\\\\"><link rel=\\\\\\\"apple-touch-icon-precomposed\\\\\\\" sizes=\\\\\\\"57x57\\\\\\\" href=\\\\\\\"https://static-exp1.licdn.com/sc/h/1exdo4axa6eaw1jioxh1vu4fj\\\\\\\"><link rel=\\\\\\\"apple-touch-icon-precomposed\\\\\\\" sizes=\\\\\\\"144x144\\\\\\\" href=\\\\\\\"https://static-exp1.licdn.com/sc/h/55ggxxse8uyjdh2x78ht3j40q\\\\\\\"><meta name=\\\\\\\"treeID\\\\\\\" content=\\\\\\\"zquqxea6cRZwy2hg9CoAAA==\\\\\\\"><meta name=\\\\\\\"pageKey\\\\\\\" content=\\\\\\\"d_checkpoint_ch_emailPinChallenge\\\\\\\"><meta name=\\\\\\\"pageInstance\\\\\\\" content=\\\\\\\"urn:li:page:d_checkpoint_ch_emailPinChallenge;Jwk9F5niRue96gGl/LLrqQ==\\\\\\\"><meta name=\\\\\\\"appName\\\\\\\" content=\\\\\\\"checkpoint-frontend\\\\\\\"> <link rel=\\\\\\\"stylesheet\\\\\\\" href=\\\\\\\"https://static-exp1.licdn.com/sc/h/7l9ce4imad7mpwa3n9an27823\\\\\\\"><link rel=\\\\\\\"preload\\\\\\\" href=\\\\\\\"https://static-exp1.licdn.com/sc/h/z5z0fyn9degkqxthacxz44e4\\\\\\\" as=\\\\\\\"script\\\\\\\"><style>\\\\n          puppeteer-mouse-pointer {\\\\n            pointer-events: none;\\\\n            position: absolute;\\\\n            top: 0;\\\\n            z-index: 10000;\\\\n            left: 0;\\\\n            width: 20px;\\\\n            height: 20px;\\\\n            background: rgba(0,0,0,.4);\\\\n            border: 1px solid white;\\\\n            border-radius: 10px;\\\\n            margin: -10px 0 0 -10px;\\\\n            padding: 0;\\\\n            transition: background .2s, border-radius .2s, border-color .2s;\\\\n          }\\\\n          puppeteer-mouse-pointer.button-1 {\\\\n            transition: none;\\\\n            background: rgba(0,0,0,0.9);\\\\n          }\\\\n          puppeteer-mouse-pointer.button-2 {\\\\n            transition: none;\\\\n            border-color: rgba(0,0,255,0.9);\\\\n          }\\\\n          puppeteer-mouse-pointer.button-3 {\\\\n            transition: none;\\\\n            border-radius: 4px;\\\\n          }\\\\n          puppeteer-mouse-pointer.button-4 {\\\\n            transition: none;\\\\n            border-color: rgba(255,0,0,0.9);\\\\n          }\\\\n          puppeteer-mouse-pointer.button-5 {\\\\n            transition: none;\\\\n            border-color: rgba(0,255,0,0.9);\\\\n          }\\\\n        </style></head><body class=\\\\\\\"system-fonts \\\\\\\"><div id=\\\\\\\"app__container\\\\\\\"><header><div class=\\\\\\\"nav__base mercado-nav__base--white\\\\\\\"><div class=\\\\\\\"nav__container\\\\\\\"><linkedin-logo size=\\\\\\\"28dp\\\\\\\" type=\\\\\\\"brand-logo\\\\\\\" color=\\\\\\\"inverse\\\\\\\" title=\\\\\\\"LinkedIn\\\\\\\"><span id=\\\\\\\"in-logo\\\\\\\" class=\\\\\\\"logo-text\\\\\\\">Linkedin</span><li-icon aria-hidden=\\\\\\\"true\\\\\\\" type=\\\\\\\"linkedin-logo\\\\\\\" size=\\\\\\\"28dp\\\\\\\" alt=\\\\\\\"LinkedIn\\\\\\\" color=\\\\\\\"brand\\\\\\\"><svg width=\\\\\\\"102\\\\\\\" height=\\\\\\\"26\\\\\\\" viewBox=\\\\\\\"0 0 102 26\\\\\\\" fill=\\\\\\\"none\\\\\\\" xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" id=\\\\\\\"linkedin-logo\\\\\\\" preserveAspectRatio=\\\\\\\"xMinYMin meet\\\\\\\" focusable=\\\\\\\"false\\\\\\\"><path d=\\\\\\\"M13 10H17V22H13V10ZM15 3.8C14.5671 3.80984 14.1468 3.94718 13.7917 4.19483C13.4365 4.44247 13.1623 4.7894 13.0035 5.19217C12.8446 5.59493 12.8081 6.03562 12.8985 6.45903C12.989 6.88244 13.2024 7.26975 13.5119 7.57245C13.8215 7.87514 14.2135 8.07976 14.6389 8.16067C15.0642 8.24159 15.504 8.1952 15.903 8.02732C16.3021 7.85943 16.6428 7.57752 16.8824 7.2169C17.122 6.85627 17.2499 6.43297 17.25 6C17.2515 5.70645 17.1939 5.4156 17.0807 5.14474C16.9675 4.87388 16.801 4.62854 16.5911 4.42331C16.3812 4.21808 16.1322 4.05714 15.8589 3.95006C15.5855 3.84299 15.2934 3.79195 15 3.8ZM4 4H0V22H11V18H4V4ZM57.9 16.2C57.9 16.61 57.9 16.86 57.9 17H48.9C48.9021 17.169 48.9256 17.337 48.97 17.5C49.1765 18.0933 49.5745 18.6011 50.1014 18.9433C50.6282 19.2855 51.254 19.4427 51.88 19.39C52.4142 19.4129 52.9468 19.3171 53.4396 19.1096C53.9324 18.9021 54.3731 18.5881 54.73 18.19L57.45 19.87C56.7533 20.6812 55.88 21.322 54.8971 21.7433C53.9142 22.1645 52.8479 22.3549 51.78 22.3C48.19 22.3 45.12 20.25 45.12 16.11C45.091 15.2506 45.2411 14.3946 45.5608 13.5963C45.8804 12.798 46.3626 12.075 46.9767 11.4731C47.5908 10.8712 48.3234 10.4037 49.128 10.1001C49.9325 9.7966 50.7914 9.66374 51.65 9.71C55.08 9.71 57.9 12 57.9 16.2ZM54.15 14.69C54.16 14.3669 54.0997 14.0455 53.9731 13.748C53.8466 13.4506 53.6569 13.1842 53.4172 12.9673C53.1775 12.7504 52.8935 12.5883 52.5849 12.492C52.2763 12.3958 51.9505 12.3678 51.63 12.41C50.9638 12.3515 50.3013 12.558 49.7865 12.9849C49.2716 13.4118 48.9459 14.0245 48.88 14.69H54.15ZM68 4H72V22H68.61V20.57C68.1486 21.1444 67.5541 21.5977 66.878 21.8904C66.2019 22.1832 65.4646 22.3066 64.73 22.25C62.22 22.25 59.18 20.39 59.18 16C59.18 12.08 61.87 9.75 64.68 9.75C65.299 9.72159 65.9167 9.82856 66.4902 10.0634C67.0636 10.2983 67.5788 10.6555 68 11.11V4ZM68.3 16C68.3 14.12 67.13 12.87 65.64 12.87C65.2366 12.8697 64.8373 12.9508 64.466 13.1084C64.0946 13.266 63.7589 13.4969 63.4788 13.7872C63.1988 14.0775 62.9801 14.4214 62.836 14.7981C62.6919 15.1749 62.6252 15.5769 62.64 15.98C62.6279 16.3815 62.6966 16.7813 62.842 17.1557C62.9874 17.5301 63.2064 17.8716 63.4862 18.1597C63.766 18.4479 64.1008 18.677 64.4708 18.8333C64.8407 18.9897 65.2383 19.0702 65.64 19.07C66.0201 19.0542 66.393 18.9609 66.7357 18.7957C67.0785 18.6305 67.3838 18.3969 67.6329 18.1094C67.8821 17.8219 68.0698 17.4864 68.1845 17.1236C68.2992 16.7609 68.3385 16.3785 68.3 16ZM45.76 10H41L37.07 14.9H37V4H33V22H37V16.27H37.07L41.07 22H46L41 15.48L45.76 10ZM26.53 9.7C25.7825 9.68818 25.0441 9.8653 24.3833 10.2149C23.7226 10.5645 23.1607 11.0754 22.75 11.7H22.7V10H19V22H23V15.47C22.956 15.1525 22.9801 14.8292 23.0706 14.5216C23.1611 14.2141 23.316 13.9294 23.525 13.6863C23.7341 13.4432 23.9924 13.2474 24.2829 13.1118C24.5734 12.9763 24.8894 12.9041 25.21 12.9C26.31 12.9 27 13.49 27 15.42V22H31V14.56C31 10.91 28.71 9.7 26.53 9.7ZM102 2V24C102 24.5304 101.789 25.0391 101.414 25.4142C101.039 25.7893 100.53 26 100 26H78C77.4696 26 76.9609 25.7893 76.5858 25.4142C76.2107 25.0391 76 24.5304 76 24V2C76 1.46957 76.2107 0.960859 76.5858 0.585786C76.9609 0.210714 77.4696 0 78 0L100 0C100.53 0 101.039 0.210714 101.414 0.585786C101.789 0.960859 102 1.46957 102 2ZM84 10H80V22H84V10ZM84.25 6C84.2599 5.553 84.1365 5.11317 83.8954 4.73664C83.6542 4.36011 83.3064 4.06396 82.8962 3.88597C82.4861 3.70798 82.0322 3.65622 81.5925 3.73731C81.1528 3.8184 80.7472 4.02865 80.4275 4.34124C80.1079 4.65382 79.8885 5.05456 79.7976 5.49233C79.7066 5.9301 79.7482 6.38503 79.9169 6.79909C80.0856 7.21314 80.3739 7.56754 80.7449 7.81706C81.1159 8.06657 81.5529 8.19989 82 8.2C82.2934 8.20805 82.5855 8.15701 82.8588 8.04994C83.1322 7.94286 83.3812 7.78192 83.5911 7.57669C83.801 7.37146 83.9675 7.12612 84.0807 6.85526C84.1939 6.5844 84.2514 6.29355 84.25 6ZM98 14.56C98 10.91 95.71 9.66 93.53 9.66C92.7782 9.65542 92.0375 9.84096 91.3766 10.1994C90.7158 10.5578 90.1562 11.0774 89.75 11.71V10H86V22H90V15.47C89.956 15.1525 89.9801 14.8292 90.0706 14.5216C90.1611 14.2141 90.316 13.9294 90.525 13.6863C90.7341 13.4432 90.9924 13.2474 91.2829 13.1118C91.5734 12.9763 91.8894 12.9041 92.21 12.9C93.31 12.9 94 13.49 94 15.42V22H98V14.56Z\\\\\\\" fill=\\\\\\\"#0A66C2\\\\\\\"></path></svg></li-icon></linkedin-logo><nav class=\\\\\\\"nav__content\\\\\\\" role=\\\\\\\"navigation\\\\\\\"><a href=\\\\\\\"/checkpoint/lg/login?trk=hb_signin\\\\\\\" aria-label=\\\\\\\"Sign in\\\\\\\" tabindex=\\\\\\\"0\\\\\\\" class=\\\\\\\"nav__button__muted--signin\\\\\\\">Sign in</a><a href=\\\\\\\"/signup/cold-join\\\\\\\" class=\\\\\\\"nav__button__medium--joinnow\\\\\\\" tabindex=\\\\\\\"0\\\\\\\" role=\\\\\\\"button\\\\\\\" aria-label=\\\\\\\"Join now\\\\\\\">Join now</a></nav></div></div></header><main class=\\\\\\\"app__content\\\\\\\" role=\\\\\\\"main\\\\\\\"><div class=\\\\\\\"body__banner-wrapper\\\\\\\"><div class=\\\\\\\"body__banner body__banner--error hidden\\\\\\\"><i class=\\\\\\\"body__banner-icon\\\\\\\"><li-icon type=\\\\\\\"error-pebble-icon\\\\\\\" size=\\\\\\\"small\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"><svg viewBox=\\\\\\\"0 0 24 24\\\\\\\" width=\\\\\\\"24px\\\\\\\" height=\\\\\\\"24px\\\\\\\" x=\\\\\\\"0\\\\\\\" y=\\\\\\\"0\\\\\\\" preserveAspectRatio=\\\\\\\"xMinYMin meet\\\\\\\" class=\\\\\\\"artdeco-icon\\\\\\\" focusable=\\\\\\\"false\\\\\\\"><g class=\\\\\\\"small-icon\\\\\\\" style=\\\\\\\"fill-opacity: 1\\\\\\\"><circle class=\\\\\\\"circle\\\\\\\" r=\\\\\\\"6.1\\\\\\\" stroke=\\\\\\\"currentColor\\\\\\\" stroke-width=\\\\\\\"1.8\\\\\\\" cx=\\\\\\\"8\\\\\\\" cy=\\\\\\\"8\\\\\\\" fill=\\\\\\\"none\\\\\\\" transform=\\\\\\\"rotate(-90 8 8)\\\\\\\"></circle><path fill=\\\\\\\"currentColor\\\\\\\" d=\\\\\\\"M10.916,6.216L9.132,8l1.784,1.784l-1.132,1.132L8,9.132l-1.784,1.784L5.084,9.784L6.918,8L5.084,6.216l1.132-1.132L8,6.868l1.784-1.784L10.916,6.216z\\\\\\\"></path></g></svg></li-icon></i><span role=\\\\\\\"alert\\\\\\\"></span></div><div class=\\\\\\\"body__banner body__banner--info hidden\\\\\\\"><i class=\\\\\\\"body__banner-icon\\\\\\\"><li-icon type=\\\\\\\"yield-pebble-icon\\\\\\\" size=\\\\\\\"small\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"><svg viewBox=\\\\\\\"0 0 24 24\\\\\\\" width=\\\\\\\"24px\\\\\\\" height=\\\\\\\"24px\\\\\\\" x=\\\\\\\"0\\\\\\\" y=\\\\\\\"0\\\\\\\" preserveAspectRatio=\\\\\\\"xMinYMin meet\\\\\\\" class=\\\\\\\"artdeco-icon\\\\\\\" focusable=\\\\\\\"false\\\\\\\"><g class=\\\\\\\"small-icon\\\\\\\" style=\\\\\\\"fill-opacity: 1\\\\\\\"><circle class=\\\\\\\"circle\\\\\\\" r=\\\\\\\"6.1\\\\\\\" stroke=\\\\\\\"currentColor\\\\\\\" stroke-width=\\\\\\\"1.8\\\\\\\" cx=\\\\\\\"8\\\\\\\" cy=\\\\\\\"8\\\\\\\" fill=\\\\\\\"none\\\\\\\" transform=\\\\\\\"rotate(-90 8 8)\\\\\\\"></circle><path d=\\\\\\\"M7,10h2v2H7V10z M7,9h2V4H7V9z\\\\\\\"></path></g></svg></li-icon></i><span role=\\\\\\\"alert\\\\\\\"></span></div><div class=\\\\\\\"body__banner body__banner--success hidden\\\\\\\"><i class=\\\\\\\"body__banner-icon\\\\\\\"><li-icon type=\\\\\\\"success-pebble-icon\\\\\\\" size=\\\\\\\"small\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"><svg viewBox=\\\\\\\"0 0 24 24\\\\\\\" width=\\\\\\\"24px\\\\\\\" height=\\\\\\\"24px\\\\\\\" x=\\\\\\\"0\\\\\\\" y=\\\\\\\"0\\\\\\\" preserveAspectRatio=\\\\\\\"xMinYMin meet\\\\\\\" class=\\\\\\\"artdeco-icon\\\\\\\" focusable=\\\\\\\"false\\\\\\\"><g class=\\\\\\\"small-icon\\\\\\\" style=\\\\\\\"fill-opacity: 1\\\\\\\"><circle class=\\\\\\\"circle\\\\\\\" r=\\\\\\\"6.1\\\\\\\" stroke=\\\\\\\"currentColor\\\\\\\" stroke-width=\\\\\\\"1.8\\\\\\\" cx=\\\\\\\"8\\\\\\\" cy=\\\\\\\"8\\\\\\\" fill=\\\\\\\"none\\\\\\\" transform=\\\\\\\"rotate(-90 8 8)\\\\\\\"></circle><path d=\\\\\\\"M9.95,5.033l1.2,0.859l-3.375,4.775C7.625,10.875,7.386,10.999,7.13,11c-0.002,0-0.003,0-0.005,0    c-0.254,0-0.493-0.12-0.644-0.325L4.556,8.15l1.187-0.875l1.372,1.766L9.95,5.033z\\\\\\\" fill=\\\\\\\"currentColor\\\\\\\"></path></g></svg></li-icon></i><span role=\\\\\\\"alert\\\\\\\"></span></div></div><h1 class=\\\\\\\"content__header\\\\\\\">Let's do a quick verification</h1><form class=\\\\\\\"form__wrapper flex__expandable--mobile pin-verification-form\\\\\\\" id=\\\\\\\"email-pin-challenge\\\\\\\" action=\\\\\\\"/checkpoint/challenge/verify\\\\\\\" method=\\\\\\\"post\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"csrfToken\\\\\\\" value=\\\\\\\"ajax:5770881902875368132\\\\\\\"><h2 class=\\\\\\\"form__subtitle\\\\\\\">The login attempt seems suspicious. To finish signing in please enter the verification code we sent to your email address.</h2><div class=\\\\\\\"form__content\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"pageInstance\\\\\\\" value=\\\\\\\"urn:li:page:d_checkpoint_ch_emailPinChallenge;Jwk9F5niRue96gGl/LLrqQ==\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"resendUrl\\\\\\\" value=\\\\\\\"/checkpoint/challenge/resend\\\\\\\" id=\\\\\\\"input-resend-pin-url\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"challengeId\\\\\\\" value=\\\\\\\"AQEnznR1QgolZwAAAXiNWs2SDnmDaCf6pjqd3VWXt01E8YkLstPpN47RFJ_CNfb5CkQu4mBBeijalanClKH6wpFuXC1NNFUliw\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"language\\\\\\\" value=\\\\\\\"en-US\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"displayTime\\\\\\\" value=\\\\\\\"AgExZs0r9bAy0QAAAXiNWs5HT3-KTfuOj0NYkl3CozfY9F3Oe2OerG8NWWZ9lmQ\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"challengeSource\\\\\\\" value=\\\\\\\"AgGqTprjJRCZAAAAAXiNWs5PdnH7ZdhVlqa4px2cawz6IC8dgEfgAbUfg8VNAOx5\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"requestSubmissionId\\\\\\\" value=\\\\\\\"AgGmwyf1S1mKHwAAAXiNWs5ShdroazaMK6KuBt69F7B-4FJHIouKj3g1QAlTTyJE4GSR_RxNcmM3p5Hv5V6ko3VOL4l-bdLUCqeXzg\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"challengeType\\\\\\\" value=\\\\\\\"AgGYPBY69-MJGwAAAXiNWs5L2_Pgh9nXOdlqqnLfr8ah9XUi2wh6Eni4PQ\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"challengeData\\\\\\\" value=\\\\\\\"AgGAwXp6kLXWQgAAAXiNWs4_prg4sZtDfQs4kKez_WvRyO-mhrn_q-beRERnsfDGUSWiYWZkA68hcmAeKNzqoyL8iBLl8_wME9JVnkAIqLMHDPSTo886ejaosK5bLM0m-4Bn1BdMg4mF1f0f0s46yj5Xk9OLwfjON_rXzTOrLclDqPfJAM6ltZfvExD6YykNczRx7s15BepXlJY4UDwX143sX1HyLUJyjWNTYMm1LQQ\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"challengeDetails\\\\\\\" value=\\\\\\\"AgEING4fAKVeBAAAAXiNWs5EvnLPOyGEPUzcXUprVumKw6YH2UFyyRibI-kfo9Ry3o2FJtP77MpX52eSD3KvDA1udJZ0CtxU8-BlSMbg1Rf13YbvKqp1hh7mVhH4Lp5OMBGcZpBo0mJffSTfmpPRq4g\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"failureRedirectUri\\\\\\\" value=\\\\\\\"AgF4as0ZYZqvqQAAAXiNWs5VnNWaPdORNilnh3OTpYaxTsqDVQgkz6UDVpq5-TbfkuYNnyd2\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"flowTreeId\\\\\\\" value=\\\\\\\"AgGc4kSJLTTmHgAAAXiNWs5a_hQqz1d4mGElYGyTlJlLqIvFjMfLw-ZQqOGxbKRhTxqkXiiHqRK30A\\\\\\\"><input type=\\\\\\\"hidden\\\\\\\" name=\\\\\\\"_s\\\\\\\" value=\\\\\\\"CONSUMER_LOGIN\\\\\\\"><input class=\\\\\\\"form__input--text input_verification_pin\\\\\\\" name=\\\\\\\"pin\\\\\\\" maxlength=\\\\\\\"6\\\\\\\" type=\\\\\\\"number\\\\\\\" pattern=\\\\\\\"[0-9]*\\\\\\\" autocorrect=\\\\\\\"off\\\\\\\" placeholder=\\\\\\\"Enter code\\\\\\\" id=\\\\\\\"input__email_verification_pin\\\\\\\" aria-label=\\\\\\\"Verification code\\\\\\\" role=\\\\\\\"textbox\\\\\\\" aria-describedby=\\\\\\\"email-pin-error\\\\\\\" aria-required=\\\\\\\"true\\\\\\\" validation=\\\\\\\"pin\\\\\\\" validation-message=\\\\\\\"Hmm, that's not the right code\\\\\\\"><div id=\\\\\\\"email-pin-error\\\\\\\" error-for=\\\\\\\"verificationPin\\\\\\\" class=\\\\\\\"form__label--error hidden\\\\\\\" role=\\\\\\\"alert\\\\\\\" aria-live=\\\\\\\"assertive\\\\\\\"></div></div><div class=\\\\\\\"form__action\\\\\\\"><button class=\\\\\\\"form__submit form__submit--stretch\\\\\\\" id=\\\\\\\"email-pin-submit-button\\\\\\\" type=\\\\\\\"submit\\\\\\\" aria-label=\\\\\\\"Submit pin\\\\\\\">Submit</button><p class=\\\\\\\"challenge-form__footer\\\\\\\"> Didn't receive the code? <button class=\\\\\\\"btn__resend_link\\\\\\\" id=\\\\\\\"btn-resend-pin\\\\\\\" type=\\\\\\\"button\\\\\\\" aria-label=\\\\\\\"Resend verification code\\\\\\\">Resend</button> to all emails</p></div><code id=\\\\\\\"i18nSuccessMessage\\\\\\\" style=\\\\\\\"display: none;\\\\\\\"><!--\\\\\\\"We&#39;ve sent you another code.\\\\\\\"--></code><code id=\\\\\\\"i18nErrorMessage\\\\\\\" style=\\\\\\\"display: none;\\\\\\\"><!--\\\\\\\"Sorry, something went wrong with your request. Please try again.\\\\\\\"--></code></form></main><footer class=\\\\\\\"footer__base\\\\\\\" role=\\\\\\\"contentinfo\\\\\\\"><div class=\\\\\\\"footer__base__wrapper\\\\\\\"><p class=\\\\\\\"copyright\\\\\\\"><li-icon type=\\\\\\\"linkedin-logo\\\\\\\" size=\\\\\\\"14dp\\\\\\\" alt=\\\\\\\"LinkedIn\\\\\\\" color=\\\\\\\"\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"><svg preserveAspectRatio=\\\\\\\"xMinYMin meet\\\\\\\" focusable=\\\\\\\"false\\\\\\\"><g class=\\\\\\\"scaling-icon\\\\\\\" style=\\\\\\\"fill-opacity: 1\\\\\\\"><defs></defs><g class=\\\\\\\"logo-14dp\\\\\\\"><g class=\\\\\\\"dpi-1\\\\\\\"><g class=\\\\\\\"inbug\\\\\\\" stroke=\\\\\\\"none\\\\\\\" stroke-width=\\\\\\\"1\\\\\\\" fill=\\\\\\\"none\\\\\\\" fill-rule=\\\\\\\"evenodd\\\\\\\"><path d=\\\\\\\"M14,1.25 L14,12.75 C14,13.44 13.44,14 12.75,14 L1.25,14 C0.56,14 0,13.44 0,12.75 L0,1.25 C0,0.56 0.56,0 1.25,0 L12.75,0 C13.44,0 14,0.56 14,1.25\\\\\\\" class=\\\\\\\"bug-text-color\\\\\\\" fill=\\\\\\\"#FFFFFF\\\\\\\" transform=\\\\\\\"translate(42.000000, 0.000000)\\\\\\\"></path><path d=\\\\\\\"M56,1.25 L56,12.75 C56,13.44 55.44,14 54.75,14 L43.25,14 C42.56,14 42,13.44 42,12.75 L42,1.25 C42,0.56 42.56,0 43.25,0 L54.75,0 C55.44,0 56,0.56 56,1.25 Z M47,5 L48.85,5 L48.85,6.016 L48.893,6.016 C49.259,5.541 50.018,4.938 51.25,4.938 C53.125,4.938 54,5.808 54,8 L54,12 L52,12 L52,8.75 C52,7.313 51.672,6.875 50.632,6.875 C49.5,6.875 49,7.75 49,9 L49,12 L47,12 L47,5 Z M44,12 L46,12 L46,5 L44,5 L44,12 Z M46.335,3 C46.335,3.737 45.737,4.335 45,4.335 C44.263,4.335 43.665,3.737 43.665,3 C43.665,2.263 44.263,1.665 45,1.665 C45.737,1.665 46.335,2.263 46.335,3 Z\\\\\\\" class=\\\\\\\"background\\\\\\\" fill=\\\\\\\"#0073B0\\\\\\\"></path></g><g class=\\\\\\\"linkedin-text\\\\\\\"><path d=\\\\\\\"M40,12 L38.107,12 L38.107,11.1 L38.077,11.1 C37.847,11.518 37.125,12.062 36.167,12.062 C34.174,12.062 33,10.521 33,8.5 C33,6.479 34.291,4.938 36.2,4.938 C36.971,4.938 37.687,5.332 37.97,5.698 L38,5.698 L38,2 L40,2 L40,12 Z M36.475,6.75 C35.517,6.75 34.875,7.49 34.875,8.5 C34.875,9.51 35.529,10.25 36.475,10.25 C37.422,10.25 38.125,9.609 38.125,8.5 C38.125,7.406 37.433,6.75 36.475,6.75 L36.475,6.75 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><path d=\\\\\\\"M31.7628,10.8217 C31.0968,11.5887 29.9308,12.0627 28.4998,12.0627 C26.3388,12.0627 24.9998,10.6867 24.9998,8.4477 C24.9998,6.3937 26.4328,4.9377 28.6578,4.9377 C30.6758,4.9377 31.9998,6.3497 31.9998,8.6527 C31.9998,8.8457 31.9708,8.9997 31.9708,8.9997 L26.8228,8.9997 L26.8348,9.1487 C26.9538,9.8197 27.6008,10.5797 28.6358,10.5797 C29.6528,10.5797 30.2068,10.1567 30.4718,9.8587 L31.7628,10.8217 Z M30.2268,7.9047 C30.2268,7.0627 29.5848,6.4297 28.6508,6.4297 C27.6058,6.4297 26.9368,7.0597 26.8728,7.9047 L30.2268,7.9047 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><polygon fill=\\\\\\\"#000000\\\\\\\" points=\\\\\\\"18 2 20 2 20 7.882 22.546 5 25 5 21.9 8.199 24.889 12 22.546 12 20 8.515 20 12 18 12\\\\\\\"></polygon><path d=\\\\\\\"M10,5 L11.85,5 L11.85,5.906 L11.893,5.906 C12.283,5.434 13.031,4.938 14.14,4.938 C16.266,4.938 17,6.094 17,8.285 L17,12 L15,12 L15,8.73 C15,7.943 14.821,6.75 13.659,6.75 C12.482,6.75 12,7.844 12,8.73 L12,12 L10,12 L10,5 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><path d=\\\\\\\"M7,12 L9,12 L9,5 L7,5 L7,12 Z M8,1.75 C8.659,1.75 9.25,2.341 9.25,3 C9.25,3.659 8.659,4.25 8,4.25 C7.34,4.25 6.75,3.659 6.75,3 C6.75,2.341 7.34,1.75 8,1.75 L8,1.75 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><polygon fill=\\\\\\\"#000000\\\\\\\" points=\\\\\\\"0 2 2 2 2 10 6 10 6 12 0 12\\\\\\\"></polygon></g></g><g class=\\\\\\\"dpi-gt1\\\\\\\" transform=\\\\\\\"scale(0.2917)\\\\\\\"><g class=\\\\\\\"inbug\\\\\\\" stroke=\\\\\\\"none\\\\\\\" stroke-width=\\\\\\\"1\\\\\\\" fill=\\\\\\\"none\\\\\\\" fill-rule=\\\\\\\"evenodd\\\\\\\"><path d=\\\\\\\"M44.5235,0 L3.6185,0 C1.6625,0 0.0005,1.547 0.0005,3.454 L0.0005,44.545 C0.0005,46.452 1.6625,48 3.6185,48 L44.5235,48 C46.4825,48 48.0005,46.452 48.0005,44.545 L48.0005,3.454 C48.0005,1.547 46.4825,0 44.5235,0\\\\\\\" class=\\\\\\\"bug-text-color\\\\\\\" fill=\\\\\\\"#FFFFFF\\\\\\\" transform=\\\\\\\"translate(143.000000, 0.000000)\\\\\\\"></path><path d=\\\\\\\"M187.5235,0 L146.6185,0 C144.6625,0 143.0005,1.547 143.0005,3.454 L143.0005,44.545 C143.0005,46.452 144.6625,48 146.6185,48 L187.5235,48 C189.4825,48 191.0005,46.452 191.0005,44.545 L191.0005,3.454 C191.0005,1.547 189.4825,0 187.5235,0 Z M162,18 L168.5,18 L168.5,21.266 C169.437,19.388 171.838,17.7 175.445,17.7 C182.359,17.7 184,21.438 184,28.297 L184,41 L177,41 L177,29.859 C177,25.953 176.063,23.75 173.68,23.75 C170.375,23.75 169,26.125 169,29.859 L169,41 L162,41 L162,18 Z M150,41 L157,41 L157,18 L150,18 L150,41 Z M158,10.5 C158,12.985 155.985,15 153.5,15 C151.015,15 149,12.985 149,10.5 C149,8.015 151.015,6 153.5,6 C155.985,6 158,8.015 158,10.5 Z\\\\\\\" class=\\\\\\\"background\\\\\\\" fill=\\\\\\\"#0073B0\\\\\\\"></path></g><g class=\\\\\\\"linkedin-text\\\\\\\"><path d=\\\\\\\"M136,41 L130,41 L130,37.5 C128.908,39.162 125.727,41.3 122.5,41.3 C115.668,41.3 111.2,36.975 111.2,30 C111.2,23.594 114.951,17.7 121.5,17.7 C124.441,17.7 127.388,18.272 129,20.5 L129,7 L136,7 L136,41 Z M123.25,23.9 C119.691,23.9 117.9,26.037 117.9,29.5 C117.9,32.964 119.691,35.2 123.25,35.2 C126.81,35.2 129.1,32.964 129.1,29.5 C129.1,26.037 126.81,23.9 123.25,23.9 L123.25,23.9 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><path d=\\\\\\\"M108,37.125 C105.722,40.02 101.156,41.3 96.75,41.3 C89.633,41.3 85.2,36.354 85.2,29 C85.2,21.645 90.5,17.7 97.75,17.7 C103.75,17.7 108.8,21.917 108.8,30 C108.8,31.25 108.6,32 108.6,32 L92,32 L92.111,32.67 C92.51,34.873 94.873,36 97.625,36 C99.949,36 101.689,34.988 102.875,33.375 L108,37.125 Z M101.75,27 C101.797,24.627 99.89,22.7 97.328,22.7 C94.195,22.7 92.189,24.77 92,27 L101.75,27 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><polygon fill=\\\\\\\"#000000\\\\\\\" points=\\\\\\\"63 7 70 7 70 27 78 18 86.75 18 77 28.5 86.375 41 78 41 70 30 70 41 63 41\\\\\\\"></polygon><path d=\\\\\\\"M37,18 L43,18 L43,21.375 C43.947,19.572 47.037,17.7 50.5,17.7 C57.713,17.7 59,21.957 59,28.125 L59,41 L52,41 L52,29.625 C52,26.969 52.152,23.8 48.5,23.8 C44.8,23.8 44,26.636 44,29.625 L44,41 L37,41 L37,18 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><path d=\\\\\\\"M29.5,6.125 C31.813,6.125 33.875,8.189 33.875,10.5 C33.875,12.811 31.813,14.875 29.5,14.875 C27.19,14.875 25.125,12.811 25.125,10.5 C25.125,8.189 27.19,6.125 29.5,6.125 L29.5,6.125 Z M26,41 L33,41 L33,18 L26,18 L26,41 Z\\\\\\\" fill=\\\\\\\"#000000\\\\\\\"></path><polygon fill=\\\\\\\"#000000\\\\\\\" points=\\\\\\\"0 7 7 7 7 34 22 34 22 41 0 41\\\\\\\"></polygon></g></g></g></g></svg></li-icon><em><span class=\\\\\\\"a11y__label\\\\\\\">LinkedIn</span>© 2021</em></p><div><ul class=\\\\\\\"footer__base__nav-list\\\\\\\" aria-label=\\\\\\\"Footer Legal Menu\\\\\\\"><li><a href=\\\\\\\"/legal/user-agreement?trk=d_checkpoint_ch_emailPinChallenge_ft_user_agreement\\\\\\\">User Agreement</a></li><li><a href=\\\\\\\"/legal/privacy-policy?trk=d_checkpoint_ch_emailPinChallenge_ft_privacy_policy\\\\\\\">Privacy Policy</a></li><li><a href=\\\\\\\"/help/linkedin/answer/34593?lang=en&amp;trk=d_checkpoint_ch_emailPinChallenge_ft_community_guidelines\\\\\\\">Community Guidelines</a></li><li><a href=\\\\\\\"/legal/cookie-policy?trk=d_checkpoint_ch_emailPinChallenge_ft_cookie_policy\\\\\\\">Cookie Policy</a></li><li><a href=\\\\\\\"/legal/copyright-policy?trk=d_checkpoint_ch_emailPinChallenge_ft_copyright_policy\\\\\\\">Copyright Policy</a></li><li id=\\\\\\\"feedback-request\\\\\\\"><a href=\\\\\\\"/help/linkedin?trk=d_checkpoint_ch_emailPinChallenge_ft_send_feedback&amp;lang=en\\\\\\\" target=\\\\\\\"_blank\\\\\\\" rel=\\\\\\\"nofollow noreferrer noopener\\\\\\\">Send Feedback</a></li></ul></div></div></footer><div id=\\\\\\\"loader-wrapper\\\\\\\" class=\\\\\\\"hidden\\\\\\\"><li-icon type=\\\\\\\"loader\\\\\\\" class=\\\\\\\"blue\\\\\\\" size=\\\\\\\"medium\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"><div class=\\\\\\\"artdeco-spinner\\\\\\\"><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span><span class=\\\\\\\"artdeco-spinner-bars\\\\\\\"></span></div></li-icon></div></div><code id=\\\\\\\"isDesktop\\\\\\\" style=\\\\\\\"display: none;\\\\\\\"><!--\\\\\\\"true\\\\\\\"--></code><script async=\\\\\\\"\\\\\\\" src=\\\\\\\"//platform.linkedin.com/js/analytics.js\\\\\\\"></script><script src=\\\\\\\"https://static-exp1.licdn.com/sc/h/z5z0fyn9degkqxthacxz44e4\\\\\\\" defer=\\\\\\\"\\\\\\\"></script><script src=\\\\\\\"https://static-exp1.licdn.com/sc/h/dqaizhjfo728hy9bni45o91w5\\\\\\\" defer=\\\\\\\"\\\\\\\"></script><puppeteer-mouse-pointer></puppeteer-mouse-pointer></body></html>\\\"}\",\n                        \"pinSentAt\": 1617279244029,\n                        \"emailCredits\": null,\n                        \"lastEmailSent\": null,\n                        \"contactSource\": null,\n                        \"linkedinUser\": {\n                            \"education\": null,\n                            \"experience\": null,\n                            \"volunteer\": null,\n                            \"id\": 111175338,\n                            \"email\": null,\n                            \"businessEmail\": null,\n                            \"fullName\": \"Damir Ristic\",\n                            \"picture\": null,\n                            \"occupation\": \"PHP at IT Academy\",\n                            \"country\": null,\n                            \"currentCompanyLogo\": null,\n                            \"primaryIdentifier\": \"damir-ristic-02b35b176\",\n                            \"primaryIdentifierTypeId\": 1,\n                            \"currentCompany\": null,\n                            \"yearsInCurrentCompany\": null,\n                            \"totalCareerPositionsCount\": null,\n                            \"totalYearsInCareer\": null,\n                            \"collegeName\": null,\n                            \"temporaryField\": null,\n                            \"phone\": null,\n                            \"twitter\": null,\n                            \"website\": null,\n                            \"domain\": null,\n                            \"connectionDegree\": null,\n                            \"activities\": null,\n                            \"recommendations\": null,\n                            \"currentLinkedinCompanyId\": null,\n                            \"created_at\": \"2020-12-03T11:07:30.000Z\",\n                            \"updated_at\": \"2020-12-03T11:07:30.000Z\"\n                        },\n                        \"accountGlobalSettings\": {\n                            \"emailBlacklist\": [],\n                            \"bccRecipients\": [],\n                            \"id\": 89,\n                            \"linkedinAccountId\": 89,\n                            \"startUTCTime\": \"08:00\",\n                            \"endUTCTime\": \"16:00\",\n                            \"addMaxPeople\": 65,\n                            \"addMinPeople\": 35,\n                            \"viewMaxPeople\": 140,\n                            \"viewMinPeople\": 0,\n                            \"followMaxPeople\": 140,\n                            \"followMinPeople\": 0,\n                            \"sendMaxMessages\": 160,\n                            \"sendMinMessages\": 0,\n                            \"sendMaxInMails\": 80,\n                            \"sendMinInMails\": 0,\n                            \"sendMaxEmails\": 30,\n                            \"sendMinEmails\": 20,\n                            \"startUTCDay\": 1,\n                            \"endUTCDay\": 5,\n                            \"timeZone\": \"Europe/Belgrade\",\n                            \"discoverMinPages\": 35,\n                            \"discoverMaxPages\": 55,\n                            \"maxPendingAmount\": 1100,\n                            \"blacklist\": \"[]\",\n                            \"isWarmupActive\": false,\n                            \"warmupStage\": 3,\n                            \"warmupStageFinishAt\": 1608808347138,\n                            \"warmupStartedAt\": 1606993264972,\n                            \"warmupFinishedAt\": 1608808802301,\n                            \"createdAt\": \"2020-12-03T11:01:04.000Z\",\n                            \"updatedAt\": \"2020-12-24T11:20:02.000Z\",\n                            \"emailDelay\": 120,\n                            \"viewMaxPageToDiscover\": 10,\n                            \"viewMinPageToDiscover\": 5,\n                            \"currentZoneTime\": null\n                        },\n                        \"subscription\": {\n                            \"id\": 2,\n                            \"status\": \"trialing\",\n                            \"subscriptionEndsAt\": 1706922529\n                        },\n                        \"accountPaymentStatus\": {\n                            \"id\": 1,\n                            \"name\": \"ACTIVE\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 56,\n                \"email\": \"kristiano9611123@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"asdas\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-09-25T14:08:47.000Z\",\n                \"updatedAt\": \"2020-09-25T14:08:47.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 57,\n                \"email\": \"kristiano9611+50@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Purchase test\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-10-10T19:10:44.000Z\",\n                \"updatedAt\": \"2020-10-10T19:10:44.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 63,\n                \"email\": \"stripe-test@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"dddd\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-10-24T13:42:29.000Z\",\n                \"updatedAt\": \"2020-10-24T13:42:29.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 64,\n                \"email\": \"test-stripe2@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Test Stripe 2\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-10-24T14:10:31.000Z\",\n                \"updatedAt\": \"2020-10-24T14:10:31.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 65,\n                \"email\": \"test-stripe3@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Test Stripe 3\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-10-24T14:45:31.000Z\",\n                \"updatedAt\": \"2020-10-24T14:45:32.000Z\",\n                \"linkedinAccounts\": []\n            },\n            {\n                \"id\": 66,\n                \"email\": \"kristiano9611+10@gmail.com\",\n                \"phone\": null,\n                \"fullName\": \"Stripe Testing\",\n                \"userTypeId\": 1,\n                \"whitelabelId\": 1,\n                \"emailClientApplicationId\": null,\n                \"emailConfirmed\": false,\n                \"resendEmailCounter\": 1,\n                \"createdAt\": \"2020-12-15T20:22:55.000Z\",\n                \"updatedAt\": \"2020-12-15T20:22:55.000Z\",\n                \"linkedinAccounts\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"621bc1af-6722-4ddf-b73c-f1b4023253cb"},{"name":"Create Seat","id":"9f5395d7-f461-476c-9721-1d729746fb76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"planId\": 1,\n    \"fullName\":\"John Smith\",\n    \"startUTCTime\":\"08:00\",\n    \"endUTCTime\":\"16:00\",\n    \"timeZone\":\"Europe/Belgrade\",\n    \"teamId\": 1,\n    \"whitelabelId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/:userId/accounts/register","description":"<p>This action creates a new seat within a specific team.</p>\n","urlObject":{"path":["users",":userId","accounts","register"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"type":"any","value":"93","key":"userId"}]}},"response":[{"id":"12b3595e-cb9c-4750-8867-00537ba3aa15","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"planId\": 1,\n    \"fullName\":\"John Smith\",\n    \"startUTCTime\":\"08:00\",\n    \"endUTCTime\":\"16:00\",\n    \"timeZone\":\"Europe/Belgrade\",\n    \"teamId\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/register","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts","register"],"variable":[{"key":"userId","value":"1"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"579"},{"key":"ETag","value":"W/\"243-FOTmX/b8QEvmUC8HtQaL9Y3FDbE\""},{"key":"Date","value":"Tue, 20 Jun 2023 13:30:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"id\": 1021,\n        \"fullName\": \"John Smith\",\n        \"theme\": 1,\n        \"subscriptionId\": 1,\n        \"subscriptionValidTo\": -1,\n        \"permissions\": {\n            \"1\": {\n                \"id\": 1,\n                \"isViewOnly\": false\n            },\n            \"2\": {\n                \"id\": 2,\n                \"isViewOnly\": false\n            },\n            \"3\": {\n                \"id\": 3,\n                \"isViewOnly\": false\n            },\n            \"4\": {\n                \"id\": 4,\n                \"isViewOnly\": false\n            },\n            \"5\": {\n                \"id\": 5,\n                \"isViewOnly\": false\n            },\n            \"6\": {\n                \"id\": 6,\n                \"isViewOnly\": false\n            },\n            \"7\": {\n                \"id\": 7,\n                \"isViewOnly\": false\n            },\n            \"8\": {\n                \"id\": 8,\n                \"isViewOnly\": false\n            },\n            \"9\": {\n                \"id\": 9,\n                \"isViewOnly\": false\n            },\n            \"10\": {\n                \"id\": 10,\n                \"isViewOnly\": false\n            },\n            \"11\": {\n                \"id\": 11,\n                \"isViewOnly\": false\n            },\n            \"12\": {\n                \"id\": 12,\n                \"isViewOnly\": false\n            },\n            \"13\": {\n                \"id\": 13,\n                \"isViewOnly\": false\n            },\n            \"14\": {\n                \"id\": 14,\n                \"isViewOnly\": false\n            }\n        }\n    }\n}"},{"id":"c85038ff-7db2-4282-9055-54b9408d39e2","name":"Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"planId\": 1,\n    \"fullName\":\"John Smith\",\n    \"startUTCTime\":\"08:00\",\n    \"endUTCTime\":\"16:00\",\n    \"timeZone\":\"Europe/Belgrade\",\n    \"teamId\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/register","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts","register"],"variable":[{"key":"userId","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Tue, 20 Jun 2023 15:58:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"9f5395d7-f461-476c-9721-1d729746fb76"},{"name":"Cancel Seat","id":"c431e925-263b-46da-96b0-09dff78610e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reason\": \"Example reason why the seat is being cancelled\"\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/:userId/subscriptions/accounts/:accountId","description":"<p>This action cancels a specific seat within a specific team.</p>\n","urlObject":{"path":["users",":userId","subscriptions","accounts",":accountId"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"type":"string","value":"1","key":"userId"},{"type":"string","value":"1005","key":"accountId"}]}},"response":[{"id":"8302df9e-eb4f-4b79-9602-43442e683d3f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"e0ac7d8e-04da-4f90-9f0c-1b951616b16a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reason\": \"Example reason why the seat is being cancelled\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/subscriptions/accounts/:accountId","host":["{{OpenAPIUrl}}"],"path":["users",":userId","subscriptions","accounts",":accountId"],"variable":[{"key":"userId","value":"1","type":"string"},{"key":"accountId","value":"1005","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Tue, 20 Jun 2023 14:17:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"1bc20d09-dd32-4b1c-8d22-1015a87ab0b9","name":"Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reason\": \"Example reason why the seat is being cancelled\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/subscriptions/accounts/:accountId","host":["{{OpenAPIUrl}}"],"path":["users",":userId","subscriptions","accounts",":accountId"],"variable":[{"key":"userId","value":"1","type":"string"},{"key":"accountId","value":"1005","type":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Tue, 20 Jun 2023 16:13:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"c431e925-263b-46da-96b0-09dff78610e3"},{"name":"Reactivate Seat","id":"8c26a1e8-0c74-4ddb-aa36-e3b04d047d4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"proxyCountry","value":"us","type":"text"}]},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/reactivate","description":"<p>This action reactivates a specific inactive seat within a specific team.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","reactivate"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"type":"string","value":"1","key":"userId"},{"type":"string","value":"1005","key":"accountId"}]}},"response":[{"id":"e51a2c42-765e-4a65-b189-436443ebe33a","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"e0ac7d8e-04da-4f90-9f0c-1b951616b16a","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"proxyCountry","value":"us","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/reactivate","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","reactivate"],"variable":[{"key":"userId","value":"1","type":"string"},{"key":"accountId","value":"1005","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Tue, 20 Jun 2023 14:18:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"60578715-7bb0-4841-9073-35194d2f8735","name":"Authentication Error","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"proxyCountry","value":"us","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/reactivate","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","reactivate"],"variable":[{"key":"userId","value":"1","type":"string"},{"key":"accountId","value":"1005","type":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Tue, 20 Jun 2023 16:14:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"8c26a1e8-0c74-4ddb-aa36-e3b04d047d4b"},{"name":"Suspend/Unsuspend Seat","id":"44c02bab-7522-49fd-954a-2947cdaab7e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": 1005,\n    \"suspended\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/:userId/accounts/suspend","description":"<p>This action suspends or unsuspends a specific seat within a specific team.</p>\n","urlObject":{"path":["users",":userId","accounts","suspend"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"type":"any","value":"1","key":"userId"}]}},"response":[{"id":"758e6059-cec0-487d-85e4-717ba45ee0b7","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"e0ac7d8e-04da-4f90-9f0c-1b951616b16a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": 1005,\n    \"suspended\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/suspend","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts","suspend"],"variable":[{"key":"userId","value":"1"}]}},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Tue, 20 Jun 2023 14:19:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"e3925156-fc04-4b2f-838e-e2d75ee117f6","name":"Authentication Error","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": 1005,\n    \"suspended\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/suspend","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts","suspend"],"variable":[{"key":"userId","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Tue, 20 Jun 2023 16:14:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"44c02bab-7522-49fd-954a-2947cdaab7e6"},{"name":"Resend Email Confirmation Message","id":"7394bf38-0d0e-4ab6-8185-668a6cbc2b1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"john.smith@company.com","description":"<p>(Required) This is the address that receives confirmation email.</p>\n","type":"text"}]},"url":"{{OpenAPIUrl}}/users/:userId/resend_confirmation","description":"<p>This action resends an email confirmation message to the user's email and allows them to confirm their email address.</p>\n","urlObject":{"path":["users",":userId","resend_confirmation"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required)This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"364","key":"userId"}]}},"response":[{"id":"d448bcf4-a825-4724-89d3-f79ca4102c7e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"john.smith@company.com","description":"(Required) This is the address that receives confirmation email.","type":"text","uuid":"bbecbdbe-25f2-4a26-bc3b-cbe3f90191db"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/resend_confirmation","host":["{{OpenAPIUrl}}"],"path":["users",":userId","resend_confirmation"],"variable":[{"key":"userId","value":"364","description":"(Required)This is your userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Mon, 14 Aug 2023 09:42:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"e789985b-291f-419e-a7be-430cdea94816","name":"Email already confirmed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"john.smith@company.com","description":"(Required) This is the address that receives confirmation email.","type":"text","uuid":"7bbf3019-d9fa-46d7-a1e9-8eef00ecd88e"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/resend_confirmation","host":["{{OpenAPIUrl}}"],"path":["users",":userId","resend_confirmation"],"variable":[{"key":"userId","value":"364","description":"(Required)This is your userId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-Iq/bKAFdwCb6wyrpfbY0ahcqARQ\""},{"key":"Date","value":"Mon, 14 Aug 2023 09:41:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 409,\n        \"message\": \"You have already confirmed your email address.\"\n    }\n}"}],"_postman_id":"7394bf38-0d0e-4ab6-8185-668a6cbc2b1a"},{"name":"Send Password Reset Email","id":"b3b41d36-ec54-4855-b213-6d13a6a850bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"john.smith@company.com","description":"<p>(Required) This is the address that receives confirmation email.</p>\n","type":"text"}]},"url":"{{OpenAPIUrl}}/users/reset_password_email","description":"<p>This action initializes the user's password reset and sends a password reset email.</p>\n","urlObject":{"path":["users","reset_password_email"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[]}},"response":[{"id":"aadcb273-48ed-4596-a563-b73069155585","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"john.smith@company.com","description":"(Required) This is the address that receives confirmation email.","type":"text","uuid":"d6237eaf-eedd-4eed-81fc-9d6a5cb2e47c"}],"options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/reset_password_email"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Mon, 14 Aug 2023 10:13:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"285ef7dc-19cb-4479-bd00-24d199b65be3","name":"Reset password already initialized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"john.smith@company.com","description":"(Required) This is the address that receives confirmation email.","type":"text","uuid":"6678b51f-6a67-4c6e-8668-96d083cd5e75"}],"options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/reset_password_email"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"95"},{"key":"ETag","value":"W/\"5f-SKcTStpKEqy1BiV7RfkENW5EprU\""},{"key":"Date","value":"Mon, 14 Aug 2023 10:29:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 404,\n        \"message\": \"Confirmation email has been sent to registered email address\"\n    }\n}"}],"_postman_id":"b3b41d36-ec54-4855-b213-6d13a6a850bb"},{"name":"List Users Associated With a Specific Seat","id":"b3981c70-4f27-4eaa-97be-1794cb1711f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/get_associated_users?limit=30&offset=0&search=john","description":"<p>This action retrieves all users associated with the chosen seat in any way. The way they are related to a seat determines their user types:</p>\n<ol>\n<li><p><strong>Team Member</strong>: Users who are invited to the team and assigned a seat with specific roles and permissions.</p>\n</li>\n<li><p><strong>Coworker</strong>: Users who manage a team that owns a specific seat.</p>\n</li>\n<li><p><strong>Platform Admin</strong>: Users who manage the entire platform to which the specific seat belongs.</p>\n</li>\n</ol>\n<p>The endpoint only returns users if they are linked to an at least one active account.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","get_associated_users"],"host":["{{OpenAPIUrl}}"],"query":[{"description":{"content":"<p>(Optional) This parameter limits the number of results that you wish to retrieve. If not specified, the default value is 30.</p>\n","type":"text/plain"},"key":"limit","value":"30"},{"description":{"content":"<p>(Optional) This parameter specifies a starting point for retrieving results from a dataset. If not specified, the default value is 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>(Optional) This action retrieves users associated with the seat whose email or fullName contains the provided parameter.</p>\n","type":"text/plain"},"key":"search","value":"john"},{"disabled":true,"description":{"content":"<p>(Optional) Return only users that have active seat associated with them</p>\n","type":"text/plain"},"key":"onlyActive","value":"true"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"364","key":"userId"},{"description":{"content":"<p>(Required) This is the seat ID for which you want to retrieve the associated users.</p>\n","type":"text/plain"},"type":"any","value":"2","key":"accountId"}]}},"response":[{"id":"7dbcdb6d-3065-4f9c-bdb6-64b4f28b7ed5","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key. ","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/get_associated_users","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","get_associated_users"],"query":[{"key":"limit","value":"30","description":"(Optional) This parameter limits the number of results that you wish to retrieve. If not specified, the default value is 30.","disabled":true},{"key":"offset","value":"0","description":"(Optional) This parameter specifies a starting point for retrieving results from a dataset. If not specified, the default value is 0.","disabled":true},{"key":"search","value":"john","description":"(Optional) This action retrieves users associated with the seat whose email or fullName contains the provided parameter.","disabled":true}],"variable":[{"key":"userId","value":"35048","description":"(Required) This is your User ID."},{"key":"accountId","value":"32463","description":"(Required) This is the seat ID for which you want to retrieve the associated users."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 24 Jun 2025 08:50:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"293"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"125-t4a1by0PJ3knTD7/3vUxhfanz6g\""}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 35048,\n                \"name\": \"John Smith\",\n                \"email\": \"john.smith@company.com\",\n                \"phone\": null,\n                \"createdAt\": \"2025-05-23T13:55:29.000Z\",\n                \"updatedAt\": \"2025-05-23T13:55:50.000Z\",\n                \"resendEmailCounter\": 1,\n                \"emailConfirmed\": 1,\n                \"userTypeId\": 4,\n                \"emailClientApplicationId\": 1,\n                \"hasPlatformRoles\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"b3981c70-4f27-4eaa-97be-1794cb1711f7"},{"name":"List Teams Under the User's White label","id":"94247886-d77f-4a21-9ee5-35dbe7393268","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/teams","description":"<p>This action retrieves all teams under one platform (White label). The user who runs this endpoint must be the platform admin.  </p>\n<p>The endpoint only returns teams if they are linked to an at least one active account.</p>\n","urlObject":{"path":["users",":userId","teams"],"host":["{{OpenAPIUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) This parameter limits the number of results that you wish to retrieve. If not specified, the default value is 30.</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"disabled":true,"description":{"content":"<p>(Optional) This parameter specifies a starting point for retrieving results from a dataset. If not specified, the default value is 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>(Optional) This action retrieves teams whose name contains a provided parameter.</p>\n","type":"text/plain"},"key":"search","value":"123"},{"disabled":true,"description":{"content":"<p>(Optional) Return only teams that have active seat associated with them</p>\n","type":"text/plain"},"key":"onlyActive","value":"true"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"}]}},"response":[{"id":"84442c01-6d04-4004-965c-a97df2a8515d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/teams","host":["{{OpenAPIUrl}}"],"path":["users",":userId","teams"],"query":[{"key":"limit","value":"20","description":"(Optional) This parameter limits the number of results that you wish to retrieve. If not specified, the default value is 30.","type":"text","disabled":true},{"key":"offset","value":"0","description":"(Optional) This parameter specifies a starting point for retrieving results from a dataset. If not specified, the default value is 0.","type":"text","disabled":true},{"key":"search","value":"123","description":"(Optional) This action retrieves teams whose name contains a provided parameter.","disabled":true}],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 24 Jun 2025 08:42:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3550"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"dde-qkz1ozgbnvXW0AquSrBK4SwA+DA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"teamId\": 1,\n                \"teamName\": \"Kristian Zivkovic\",\n                \"ownerId\": 1,\n                \"ownerName\": \"Kristian Zivkovic\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 25166,\n                \"teamName\": \"test name\",\n                \"ownerId\": 1,\n                \"ownerName\": \"Kristian Zivkovic\",\n                \"createdAt\": \"2024-12-06T16:58:23.000Z\"\n            },\n            {\n                \"teamId\": 2,\n                \"teamName\": \"Sefan\",\n                \"ownerId\": 2,\n                \"ownerName\": \"Sefan\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 3,\n                \"teamName\": \"Company\",\n                \"ownerId\": 3,\n                \"ownerName\": \"Company\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 4,\n                \"teamName\": \"Jovan Jovanovic\",\n                \"ownerId\": 4,\n                \"ownerName\": \"Jovan Jovanovic\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 7,\n                \"teamName\": \"Nikola\",\n                \"ownerId\": 8,\n                \"ownerName\": \"Nikola\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 8,\n                \"teamName\": \"Kas Andz\",\n                \"ownerId\": 10,\n                \"ownerName\": \"Kas Andz\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 9,\n                \"teamName\": \"Ryan Bozeman\",\n                \"ownerId\": 11,\n                \"ownerName\": \"Ryan Bozeman\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 10,\n                \"teamName\": \"Kristian\",\n                \"ownerId\": 13,\n                \"ownerName\": \"Kristian\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 11,\n                \"teamName\": \"Vyacheslav Ladischenski\",\n                \"ownerId\": 14,\n                \"ownerName\": \"Vyacheslav Ladischenski\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 12,\n                \"teamName\": \"Greg Dickson\",\n                \"ownerId\": 15,\n                \"ownerName\": \"Greg Dickson\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 13,\n                \"teamName\": \"Dale Buck\",\n                \"ownerId\": 16,\n                \"ownerName\": \"Dale Buck\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 14,\n                \"teamName\": \"Stan\",\n                \"ownerId\": 17,\n                \"ownerName\": \"Stan\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 15,\n                \"teamName\": \"Maria Lucia Bermudez\",\n                \"ownerId\": 18,\n                \"ownerName\": \"Maria Lucia Bermudez\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 16,\n                \"teamName\": \"Hugo Hamel\",\n                \"ownerId\": 19,\n                \"ownerName\": \"Hugo Hamel\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 17,\n                \"teamName\": \"Enrich3\",\n                \"ownerId\": 20,\n                \"ownerName\": \"Enrich3\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 18,\n                \"teamName\": \"Hugo Hamel\",\n                \"ownerId\": 21,\n                \"ownerName\": \"Hugo Hamel\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 19,\n                \"teamName\": \"Nikola Cvetkovic\",\n                \"ownerId\": 22,\n                \"ownerName\": \"Nikola Cvetkovic\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 20,\n                \"teamName\": \"Sijmen Post\",\n                \"ownerId\": 23,\n                \"ownerName\": \"Sijmen Post\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 21,\n                \"teamName\": \"Ilija Cosic\",\n                \"ownerId\": 24,\n                \"ownerName\": \"Ilija Cosic\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 22,\n                \"teamName\": \"Tom Albers\",\n                \"ownerId\": 25,\n                \"ownerName\": \"Tom Albers\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 23,\n                \"teamName\": \"George Kanchisa\",\n                \"ownerId\": 26,\n                \"ownerName\": \"George Kanchisa\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 24,\n                \"teamName\": \"George Kanchisa\",\n                \"ownerId\": 27,\n                \"ownerName\": \"George Kanchisa\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 25,\n                \"teamName\": \"Ina\",\n                \"ownerId\": 28,\n                \"ownerName\": \"Ina\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 26,\n                \"teamName\": \"dennis hegstad\",\n                \"ownerId\": 29,\n                \"ownerName\": \"dennis hegstad\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 27,\n                \"teamName\": \"Alex\",\n                \"ownerId\": 30,\n                \"ownerName\": \"Alex\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 28,\n                \"teamName\": \"jeff lavin\",\n                \"ownerId\": 31,\n                \"ownerName\": \"jeff lavin\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 29,\n                \"teamName\": \"Marko Katanic\",\n                \"ownerId\": 32,\n                \"ownerName\": \"Marko Katanic\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 30,\n                \"teamName\": \"Dunja\",\n                \"ownerId\": 33,\n                \"ownerName\": \"Dunja\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            },\n            {\n                \"teamId\": 31,\n                \"teamName\": \"Sushil Singh\",\n                \"ownerId\": 34,\n                \"ownerName\": \"Sushil Singh\",\n                \"createdAt\": \"2023-03-04T08:24:58.000Z\"\n            }\n        ],\n        \"count\": 16371\n    }\n}"},{"id":"7c01b4ca-4acf-4454-ac04-bc655f8254f2","name":"Authorization error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/teams?limit=20&offset=0&search=test","host":["{{OpenAPIUrl}}"],"path":["users",":userId","teams"],"query":[{"key":"limit","value":"20","description":"(Optional) Limit the number of results that you wish to retrieve.\n\nType: Number\n\nDefault value is set to: 30","type":"text"},{"key":"offset","value":"0","description":"(Optional) Choose the position in the dataset of a record in question.\n\nType: Number\n\nDefault value is set to: 0\n","type":"text"},{"key":"search","value":"test","description":"(Optional) Search a specific string within the team name\n\nType: String","type":"text"}],"variable":[{"key":"userId","value":"15410","description":"(Required) This is your User ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Tue, 26 Dec 2023 13:35:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"93b3a4d1-ea96-46cd-82a6-3e14ff7d29a2","name":"Permission denied","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/teams","host":["{{OpenAPIUrl}}"],"path":["users",":userId","teams"],"query":[{"key":"limit","value":"20","description":"(Optional) Limit the number of results that you wish to retrieve.\n\nType: Number\n\nDefault value is set to: 30","type":"text","disabled":true},{"key":"offset","value":"0","description":"(Optional) Choose the position in the dataset of a record in question.\n\nType: Number\n\nDefault value is set to: 0\n","type":"text","disabled":true},{"key":"search","value":"test","description":"(Optional) Search a specific string within the team name\n\nType: String","type":"text","disabled":true}],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-mwbowDgG42gghDeb6N5YoF/lnCE\""},{"key":"Date","value":"Tue, 26 Dec 2023 13:39:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 403,\n        \"message\": \"Forbidden\"\n    }\n}"},{"id":"44572f85-0ac2-4341-9c81-e3fc38000500","name":"Validation error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/teams?search=","host":["{{OpenAPIUrl}}"],"path":["users",":userId","teams"],"query":[{"key":"limit","value":"20","description":"(Optional) Limit the number of results that you wish to retrieve.\n\nType: Number\n\nDefault value is set to: 30","type":"text","disabled":true},{"key":"offset","value":"0","description":"(Optional) Choose the position in the dataset of a record in question.\n\nType: Number\n\nDefault value is set to: 0\n","type":"text","disabled":true},{"key":"search","value":"","description":"(Optional) Search a specific string within the team name\n\nType: String","type":"text"}],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"150"},{"key":"ETag","value":"W/\"96-44v+I2wjyyiC33vEgxKFy/6bxk0\""},{"key":"Date","value":"Tue, 26 Dec 2023 13:40:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"search\": {\n            \"value\": \"\",\n            \"msg\": \"search can't be empty\",\n            \"param\": \"search\",\n            \"location\": \"query\"\n        }\n    }\n}"}],"_postman_id":"94247886-d77f-4a21-9ee5-35dbe7393268"},{"name":"Change A Password","id":"55ef8b39-72bf-4032-85a2-eb4b53a1afd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"newPassword\": \"strong_password\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/:userId/change_password","description":"<p>This action changes the password for a specific user. Regular users can only change their own password and platform co-owners can change the password for all users within their platform.</p>\n","urlObject":{"path":["users",":userId","change_password"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is the ID of the specific user whose password you want to change.</p>\n","type":"text/plain"},"type":"any","value":"1575","key":"userId"}]}},"response":[{"id":"3451aa9f-d99c-4a99-8450-83ec65db211c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"newPassword\": \"123456789\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/change_password","host":["{{OpenAPIUrl}}"],"path":["users",":userId","change_password"],"variable":[{"key":"userId","value":"26227","description":"(Required) This is the ID of the specific user whose password you want to change."}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Mon, 09 Dec 2024 13:12:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"d33b40f7-68b7-4fa1-b29b-eea0b5670f46","name":"Change Password Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"newPassword\": \"123456789\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/change_password","host":["{{OpenAPIUrl}}"],"path":["users",":userId","change_password"],"variable":[{"key":"userId","value":"2","description":"(Required) This is the ID of the specific user whose password you want to change."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"76"},{"key":"ETag","value":"W/\"4c-7RiEvHh076Mopnw5gg72iKuRCRc\""},{"key":"Date","value":"Mon, 09 Dec 2024 12:09:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 403,\n        \"message\": \"You cannot change password for this user.\"\n    }\n}"}],"_postman_id":"55ef8b39-72bf-4032-85a2-eb4b53a1afd6"},{"name":"Get User's Sequence Templates","id":"c767a89e-e17a-4118-b251-4c4e68eb5728","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/teams/:teamId/saved_sequences","description":"<p>This action retrieves all sequence templates (saved sequences) from a user who is a part of certain team. In other words, with this endpoint you'll get saved sequence template ID which you can use in \"Create Campaign From A Sequence Template\" endpoint. To authenticate, use API key of the user who belongs to a certain team.</p>\n<p>Required params for this endpoint are:</p>\n<ul>\n<li><p>userId - This is the ID of the user whose saved sequences you want to retrieve.</p>\n</li>\n<li><p>teamId - This is the ID of the team that the user is a part of.</p>\n</li>\n</ul>\n","urlObject":{"path":["users",":userId","teams",":teamId","saved_sequences"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is the ID of the user whose saved sequences you want to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the team that the user is a part of. </p>\n","type":"text/plain"},"type":"any","value":"1","key":"teamId"}]}},"response":[{"id":"fcb66185-3b46-4b52-b9c4-d84278820f96","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/teams/:teamId/saved_sequences","host":["{{OpenAPIUrl}}"],"path":["users",":userId","teams",":teamId","saved_sequences"],"variable":[{"key":"userId","value":"1"},{"key":"teamId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1357"},{"key":"ETag","value":"W/\"54d-yL5BcOVAEbArvPEPaf25LeXmfQg\""},{"key":"Date","value":"Fri, 29 Mar 2024 15:36:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 70,\n                \"title\": \"Fantastic Email template\",\n                \"description\": \"This is some description\",\n                \"image\": null,\n                \"acceptanceRate\": null,\n                \"responseRate\": null,\n                \"whitelabelId\": null,\n                \"userId\": 1,\n                \"isGlobalTemplate\": false,\n                \"linkedinAccountId\": 2,\n                \"teamId\": 6291,\n                \"user_id\": 1,\n                \"steps\": [\n                    {\n                        \"nextSteps\": [],\n                        \"id\": 11498714,\n                        \"campaignId\": null,\n                        \"savedSequenceId\": 70,\n                        \"action\": \"email\",\n                        \"step\": 1,\n                        \"previousStepResult\": \"SUCCESS\",\n                        \"data\": {\n                            \"message\": \"<html><div>Fantastic email template</div></html>\",\n                            \"outputs\": [\n                                {\n                                    \"id\": \"1\",\n                                    \"color\": \"#52c462\",\n                                    \"label\": \"condition-node-yes\"\n                                },\n                                {\n                                    \"id\": \"2\",\n                                    \"color\": \"#e8285b\",\n                                    \"label\": \"condition-node-no\"\n                                }\n                            ],\n                            \"subject\": \"The best email templates\",\n                            \"tagInfo\": [],\n                            \"position\": {\n                                \"x\": 495,\n                                \"y\": 240\n                            },\n                            \"emailType\": \"PERSONAL_EMAIL\",\n                            \"signature\": \"\",\n                            \"signatureId\": 274,\n                            \"sourceHandle\": null,\n                            \"allowPaidInMails\": false,\n                            \"ultraConnectBoost\": false,\n                            \"inviteMessageOption\": \"option_a\",\n                            \"onlyConnectViaEmail\": false,\n                            \"personalizedImageId\": null,\n                            \"boostConnectViaEmail\": false,\n                            \"connectMessageViaEmail\": \"\",\n                            \"sentEmailIfNotConnected\": false\n                        },\n                        \"conditions\": {},\n                        \"doAfterPreviousStep\": 0,\n                        \"minRequiredStatusId\": 1,\n                        \"maxRequiredStatusId\": 4,\n                        \"ABGroup\": null,\n                        \"leadExecutedCounts\": 0,\n                        \"replyToStep\": null\n                    }\n                ],\n                \"linkedinAccount\": {\n                    \"fullName\": \"Kristian Zivkovic\",\n                    \"linkedinUser\": {\n                        \"picture\": \"https://img-store-ln.s3.us-east-2.amazonaws.com/eca1a138-1cad-4955-b8a9-98e3b3a48c1d\"\n                    }\n                },\n                \"user\": {\n                    \"id\": 1,\n                    \"fullName\": \"Kristian Zivkovic\"\n                }\n            }\n        ],\n        \"count\": 1\n    }\n}"},{"id":"9c99937c-49a8-447a-b2f9-ed1be47e8afa","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/teams/:teamId/saved_sequences","host":["{{OpenAPIUrl}}"],"path":["users",":userId","teams",":teamId","saved_sequences"],"variable":[{"key":"userId","value":"1"},{"key":"teamId","value":"2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Thu, 06 Feb 2025 14:55:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"c767a89e-e17a-4118-b251-4c4e68eb5728"},{"name":"Transfer Credits","id":"32e78ce9-9201-48a4-92ff-eef0b1d9c17a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"destinationUserId\": 35048,\n  \"quantity\": 3\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId/transfer_credits","description":"<p>This action transfers credits from the authenticated user to a specified destination user.</p>\n","urlObject":{"path":["users",":userId","transfer_credits"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"description":{"content":"<p>(Required Number) This is the ID of the user from whom you wish to transfer credits</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"}]}},"response":[{"id":"4b12cb88-26c9-4950-90a6-bf85974e5952","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"destinationUserId\": 1,\n  \"quantity\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/transfer_seats","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","transfer_seats"],"variable":[{"key":"userId","value":"35048"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 16 Jun 2025 15:20:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"141"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"8d-M6cjrrjPzi5J6b6aGGotnRSRDFM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statusCode\": 200,\n    \"metadata\": {\n        \"method\": \"POST\",\n        \"path\": \"/api/open-api/v2/users/35048/transfer_credits\",\n        \"timestamp\": 1750087215975\n    }\n}"},{"id":"ff9454ac-86e2-4f53-8e01-89d0c44b8cf2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"destinationUserId\": 1,\n  \"quantity\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/transfer_seats","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","transfer_seats"],"variable":[{"key":"userId","value":"35048"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 16 Jun 2025 15:21:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"193"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"c1-qiVLZtk/um84jKSEAGc1Tp3dQqs\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Invalid API key\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"POST\",\n        \"path\": \"/api/open-api/v2/users/35048/transfer_credits\",\n        \"timestamp\": 1750087273121\n    }\n}"},{"id":"1935092e-b962-43ac-be7b-f79140a89682","name":"Insufficient Credits","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"destinationUserId\": 1,\n  \"quantity\": 15\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/transfer_credits","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","transfer_credits"],"variable":[{"key":"userId","value":"1","description":"(Required Number) This is the ID of the user from whom you wish to transfer credits"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 16 Jun 2025 16:24:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"198"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"c6-v7GwpvUX4P+1eilsecf/UxcDoH8\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Conflict\",\n    \"message\": \"Insufficient seats/credits\",\n    \"statusCode\": 409,\n    \"metadata\": {\n        \"method\": \"POST\",\n        \"path\": \"/api/open-api/v2/users/1/transfer_credits\",\n        \"timestamp\": 1750091045264\n    }\n}"}],"_postman_id":"32e78ce9-9201-48a4-92ff-eef0b1d9c17a"},{"name":"Fetch Users Activity","id":"f7b992b1-af1b-435a-95f9-7e1704168d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userIds\": [48317],\n    \"activityType\": \"LOGIN\",\n    \"activitiesPerUser\": 10,\n    \"limit\": 5,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/user-activities","description":"<p>This endpoint allows you to retrieve user activity data based on specified criteria. It is particularly useful for tracking user actions such as logins.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>userIds</code> (Array of integers): An array containing the IDs of the users whose activities you want to retrieve.</p>\n</li>\n<li><p><code>activityType</code> (String): The type of activity to filter the results (\"LOGIN\" and \"LOGOUT\").</p>\n</li>\n<li><p><code>activitiesPerUser</code> (Integer): The number of activities to return per user.</p>\n</li>\n<li><p><code>limit</code> (Integer): The maximum number of users to return in the response.</p>\n</li>\n<li><p><code>offset</code> (Integer): The number of users to skip before starting to collect the result set.</p>\n</li>\n</ul>\n","urlObject":{"path":["user-activities"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[]}},"response":[{"id":"cca67ccb-ba58-4954-9f4b-8fd7ba81c06b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{api key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userIds\": [1],\n    \"activityType\": \"LOGIN\",\n    \"activitiesPerUser\": 1,\n    \"limit\": 5,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.multilead.io/api/open-api/v2/user-activities"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 25 Aug 2025 12:34:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"365"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"16d-lw8bETGj12ZrcIMpCPGXJr9OYmk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"users\": [\n            {\n                \"userId\": 1,\n                \"activities\": [\n                    {\n                        \"id\": 221612,\n                        \"userId\": 1,\n                        \"activityType\": \"LOGIN\",\n                        \"createdAt\": \"2024-11-18T09:40:13.000Z\",\n                        \"updatedAt\": \"2024-11-18T09:40:13.000Z\"\n                    }\n                ],\n                \"totalCount\": 3\n            }\n        ],\n        \"totalUsers\": 1\n    },\n    \"statusCode\": 201,\n    \"metadata\": {\n        \"method\": \"POST\",\n        \"path\": \"/api/open-api/v2/user-activities\",\n        \"timestamp\": 1756125280239\n    }\n}"},{"id":"131f8f0e-b194-401d-a399-17b3dd27dc27","name":"Unautorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{api key}}","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"userIds\": [1],\n    \"activityType\": \"LOGIN\",\n    \"activitiesPerUser\": 1,\n    \"limit\": 5,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.multilead.io/api/open-api/v2/user-activities"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 25 Aug 2025 12:35:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"185"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"b9-BfVCTigQPbLocS1V4K8Bu80f6qs\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"API key is missing\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"POST\",\n        \"path\": \"/api/open-api/v2/user-activities\",\n        \"timestamp\": 1756125328210\n    }\n}"},{"id":"7eb558ba-8037-468c-b61a-3b2d216e4fae","name":"Unautorized for non admin","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{api key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userIds\": [1],\n    \"activityType\": \"LOGIN\",\n    \"activitiesPerUser\": 1,\n    \"limit\": 5,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.multilead.io/api/open-api/v2/user-activities"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 25 Aug 2025 12:36:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"220"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"dc-ysJaD+LIcNyd4Mqtstk2Iy8/9Fg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Error\",\n    \"message\": \"Access denied - only administrators can view user activities\",\n    \"statusCode\": 500,\n    \"metadata\": {\n        \"method\": \"POST\",\n        \"path\": \"/api/open-api/v2/user-activities\",\n        \"timestamp\": 1756125391957\n    }\n}"}],"_postman_id":"f7b992b1-af1b-435a-95f9-7e1704168d88"},{"name":"Buy Seat","id":"587a72c8-2696-4013-9f98-207da1713972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quantity\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/payment/buy-seats","description":"<h2 id=\"buy-seats-api\">Buy Seats API</h2>\n<p>This endpoint allows users to purchase seats for a specified plan.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method:</strong> POST<br /><strong>URL:</strong> <code>https://api.multilead.io/api/open-api/v2/payment/buy-seats</code></p>\n<p><strong>Request Body:</strong><br />The request body must be a JSON object containing the following parameter:</p>\n<ul>\n<li><strong>quantity</strong> (integer): The number of seats to purchase. This parameter is required. Note that a negative value for quantity may result in an error.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API will return a JSON object with the following structure:</p>\n<ul>\n<li><p><strong>success</strong> (boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains additional information about the request.</p>\n<ul>\n<li><strong>message</strong> (string): A message related to the request (may be empty).</li>\n</ul>\n</li>\n<li><p><strong>statusCode</strong> (integer): The status code of the response.</p>\n</li>\n<li><p><strong>metadata</strong> (object): Provides additional context about the request.</p>\n<ul>\n<li><p><strong>method</strong> (string): The HTTP method used for the request.</p>\n</li>\n<li><p><strong>path</strong> (string): The path of the API endpoint.</p>\n</li>\n<li><p><strong>timestamp</strong> (integer): The timestamp of when the request was processed.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>quantity</code> parameter is set to a valid positive integer to avoid errors.</p>\n</li>\n<li><p>The response will provide feedback on the success of the operation, and any relevant messages will be included in the <code>data</code> field.</p>\n</li>\n</ul>\n","urlObject":{"path":["payment","buy-seats"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[]}},"response":[{"id":"4231e24e-7a8a-4a82-bdd8-c42cb061bf2f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quantity\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.multilead.io/api/open-api/v2/payment/buy-seats"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 06 Oct 2025 12:53:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"210"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"d2-v0mhRhJ6x2SB9KyvrI6tZ+vW06U\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"message\": \"Seats purchased successfully\"\n    },\n    \"statusCode\": 201,\n    \"metadata\": {\n        \"method\": \"POST\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/30110/subscriptions/upgrade\",\n        \"timestamp\": 1759755214189\n    }\n}"},{"id":"eff72662-7e17-4edd-9fd1-8c96d12b4a78","name":"Authorization error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quantity\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.multilead.io/api/open-api/v2/payment/buy-seats"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 06 Oct 2025 12:56:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"212"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"d4-vwkyFXIyCIhfdzRx+h4+qjO6HA8\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Invalid API key\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"POST\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/30110/subscriptions/upgrade\",\n        \"timestamp\": 1759755373663\n    }\n}"},{"id":"697e398f-1c1a-4571-a887-8a3d3414a46e","name":"Missing API key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"quantity\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.multilead.io/api/open-api/v2/payment/buy-seats"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 06 Oct 2025 12:56:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"215"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"d7-ebasLZsNzX1aTTL+niRv8vsoXgM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"API key is missing\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"POST\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/30110/subscriptions/upgrade\",\n        \"timestamp\": 1759755406359\n    }\n}"},{"id":"4b0cfda0-08ce-41ba-80db-0433fb472e8b","name":"Validation error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://api.multilead.io/api/open-api/v2/payment/buy-seats"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 07 Oct 2025 09:14:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"411"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"19b-/6ewksLEXO4hBkcj2ths0j0ZQAc\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Bad Request\",\n    \"message\": [\n        \"quantity must be a positive number\",\n        \"quantity must be a number conforming to the specified constraints\"\n    ],\n    \"statusCode\": 400,\n    \"metadata\": {\n        \"method\": \"POST\",\n        \"path\": \"/api/open-api/v2/payment/buy-seats\",\n        \"timestamp\": 1759828468663\n    }\n}"}],"_postman_id":"587a72c8-2696-4013-9f98-207da1713972"},{"name":"Update User","id":"1b413028-aea5-488b-9584-725836e36229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"New Name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId","description":"<h2 id=\"update-user-information\">Update User Information</h2>\n<p>This endpoint allows you to update the user information for a specific user identified by <code>userId</code>.  </p>\n<p>Requesting user (identified by the API key used) can change his own data.  </p>\n<p>PLATFORM_ADMIN can change user data for his whitelabel.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PATCH</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.multilead.io/api/open-api/v2/users/:userId</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format and may include the following parameter:</p>\n<ul>\n<li><strong>fullName</strong> (string): The full name of the user to be updated.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and contains the following fields:</p>\n<ul>\n<li><p><strong>success</strong> (boolean): Indicates whether the update was successful.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains additional information about the response.</p>\n<ul>\n<li><strong>message</strong> (string): A message related to the success or failure of the operation.</li>\n</ul>\n</li>\n<li><p><strong>statusCode</strong> (integer): The HTTP status code of the response.</p>\n</li>\n<li><p><strong>metadata</strong> (object): Contains metadata about the request.</p>\n<ul>\n<li><p><strong>method</strong> (string): The HTTP method used for the request.</p>\n</li>\n<li><p><strong>path</strong> (string): The path of the request.</p>\n</li>\n<li><p><strong>timestamp</strong> (integer): The timestamp of the request.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>userId</code> in the URL is replaced with the actual ID of the user you wish to update.</p>\n</li>\n<li><p>The <code>fullName</code> parameter is optional; however, if provided, it must be a valid string.</p>\n</li>\n<li><p>The response will indicate the success of the operation and provide relevant metadata for reference.</p>\n</li>\n</ul>\n","urlObject":{"path":["users",":userId"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"type":"any","value":"35048","key":"userId"}]}},"response":[{"id":"2b3bbaee-fa9f-460e-82d1-01bfaa607398","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"New Name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId"],"variable":[{"key":"userId","value":"35048"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 08 Oct 2025 15:47:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"191"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"bf-p0iUgzjaUom7VXrSz1mDqoZRaPE\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"message\": \"User updated successfully\",\n        \"userId\": \"35048\"\n    },\n    \"statusCode\": 200,\n    \"metadata\": {\n        \"method\": \"PATCH\",\n        \"path\": \"/api/open-api/v2/users/35048\",\n        \"timestamp\": 1759938441804\n    }\n}"},{"id":"59819693-bd3d-45fa-97d2-399bdd5cacfd","name":"Validation error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId"],"variable":[{"key":"userId","value":"35048"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 08 Oct 2025 15:48:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"246"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"f6-jQqUQFgqJjvvvhPlN0AjyiWFqz4\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Bad Request\",\n    \"message\": [\n        \"fullName must be longer than or equal to 1 characters\",\n        \"fullName must be a string\"\n    ],\n    \"statusCode\": 400,\n    \"metadata\": {\n        \"method\": \"PATCH\",\n        \"path\": \"/api/open-api/v2/users/35048\",\n        \"timestamp\": 1759938503651\n    }\n}"},{"id":"88636f40-9797-40ee-ad60-30b61aa66a12","name":"Authorization error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"New Name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId"],"variable":[{"key":"userId","value":"35048"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 08 Oct 2025 15:49:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"182"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"b6-lChjEZoHSK+2cC/9AM+6SILP8JU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"API key is missing\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"PATCH\",\n        \"path\": \"/api/open-api/v2/users/35048\",\n        \"timestamp\": 1759938555829\n    }\n}"}],"_postman_id":"1b413028-aea5-488b-9584-725836e36229"},{"name":"Delete User","id":"143acb35-5137-4e45-9fcd-5d440e6b490b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId","description":"<h3 id=\"delete-user-endpoint\">Delete User Endpoint</h3>\n<p>This endpoint is used to delete a user from the system based on the specified user ID. It allows clients to remove user accounts.  </p>\n<p>PLATFORM_ADMIN can delete users for his whitelabel.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.multilead.io/api/open-api/v2/users/:userId</code></p>\n<p>  Replace <code>:userId</code> with the actual ID of the user you wish to delete.</p>\n</li>\n</ul>\n<h5 id=\"request-body\">Request Body</h5>\n<p>This endpoint does not require a request body. Simply provide the user ID in the URL.</p>\n<h4 id=\"response\">Response</h4>\n<p>Upon successful deletion of the user, the response will be in JSON format and will contain the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"message\": \"\"\n  },\n  \"statusCode\": 0,\n  \"metadata\": {\n    \"method\": \"\",\n    \"path\": \"\",\n    \"timestamp\": 0\n  }\n}\n\n</code></pre>\n<ul>\n<li><p><strong>success</strong>: A boolean indicating whether the deletion was successful.</p>\n</li>\n<li><p><strong>data</strong>: An object containing additional information about the operation. The <code>message</code> key may provide further context, though it may be empty.</p>\n</li>\n<li><p><strong>statusCode</strong>: A numeric code representing the status of the request. A value of <code>0</code> typically indicates a successful operation.</p>\n</li>\n<li><p><strong>metadata</strong>: An object containing metadata about the request, including:</p>\n<ul>\n<li><p><strong>method</strong>: The HTTP method used for the request.</p>\n</li>\n<li><p><strong>path</strong>: The path of the API endpoint.</p>\n</li>\n<li><p><strong>timestamp</strong>: The time at which the request was processed.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This endpoint is crucial for maintaining user data integrity and ensuring that unwanted or unnecessary accounts can be effectively managed.</p>\n","urlObject":{"path":["users",":userId"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"type":"any","value":"553513","key":"userId"}]}},"response":[{"id":"8d629160-0f82-4c0f-aa53-e761a078b431","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId"],"variable":[{"key":"userId","value":"36262"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 08 Oct 2025 15:56:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"175"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"af-LpfnGD0t/kL7d90ALNN+sndETA0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"message\": \"User deleted successfully\"\n    },\n    \"statusCode\": 200,\n    \"metadata\": {\n        \"method\": \"DELETE\",\n        \"path\": \"/api/open-api/v2/users/36262\",\n        \"timestamp\": 1759939009136\n    }\n}"},{"id":"00101dc2-abc0-4396-9be5-5eabf4e8f818","name":"User not found","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId"],"variable":[{"key":"userId","value":"123513512512"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 08 Oct 2025 15:58:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"204"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"cc-tyfYAyon1q2Y/qSyYvJD5DCT1pk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Error\",\n    \"message\": \"User with ID 31512352135213 not found\",\n    \"statusCode\": 500,\n    \"metadata\": {\n        \"method\": \"DELETE\",\n        \"path\": \"/api/open-api/v2/users/31512352135213\",\n        \"timestamp\": 1759939105587\n    }\n}"},{"id":"ad3338a6-0a53-47b1-8a3f-6fc67198b748","name":"Authorization error","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId"],"variable":[{"key":"userId","value":"31351251"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 08 Oct 2025 15:59:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"192"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"c0-TPWf1dpFF3e2/OKMSzImwCUG5ks\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"API key is missing\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"DELETE\",\n        \"path\": \"/api/open-api/v2/users/31512352135213\",\n        \"timestamp\": 1759939151873\n    }\n}"}],"_postman_id":"143acb35-5137-4e45-9fcd-5d440e6b490b"},{"name":"Update Seat","id":"dcec33c7-cdb5-4c49-ae79-30d408b8b675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"New seat name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId/accounts/:accountId","urlObject":{"path":["users",":userId","accounts",":accountId"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"type":"any","value":"35048","key":"userId"},{"type":"any","value":"32463","key":"accountId"}]}},"response":[{"id":"7d2052e0-e929-4ca2-a145-52dc9ef58ac0","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"New seat name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","accounts",":accountId"],"variable":[{"key":"userId","value":"35048"},{"key":"accountId","value":"32463"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 09 Oct 2025 08:25:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"206"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"ce-FVQkzioLKCHxTtjRIGWvJCnwbtU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"message\": \"Seat updated successfully\",\n        \"seatId\": \"32463\"\n    },\n    \"statusCode\": 200,\n    \"metadata\": {\n        \"method\": \"PATCH\",\n        \"path\": \"/api/open-api/v2/users/35048/accounts/32463\",\n        \"timestamp\": 1759998338970\n    }\n}"},{"id":"659351cf-6e03-4ce0-9956-ea199fab12fb","name":"Validation error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","accounts",":accountId"],"variable":[{"key":"userId","value":"35048"},{"key":"accountId","value":"32463"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 09 Oct 2025 08:26:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"261"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"105-CWTkhKaGlpLD+MU5WUbVijucEhY\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Bad Request\",\n    \"message\": [\n        \"fullName must be longer than or equal to 1 characters\",\n        \"fullName must be a string\"\n    ],\n    \"statusCode\": 400,\n    \"metadata\": {\n        \"method\": \"PATCH\",\n        \"path\": \"/api/open-api/v2/users/35048/accounts/32463\",\n        \"timestamp\": 1759998388942\n    }\n}"},{"id":"2dc77861-fc8e-46b4-8220-1cb027f49bfa","name":"Authorization error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"New seat name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","accounts",":accountId"],"variable":[{"key":"userId","value":"35048"},{"key":"accountId","value":"32463"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 09 Oct 2025 08:26:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"197"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"c5-55pK6FqhHrs24qkYoYctU6IYnTk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"API key is missing\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"PATCH\",\n        \"path\": \"/api/open-api/v2/users/35048/accounts/32463\",\n        \"timestamp\": 1759998401749\n    }\n}"}],"_postman_id":"dcec33c7-cdb5-4c49-ae79-30d408b8b675"}],"id":"8fc29790-96b7-4728-b120-cb8c54a73c01","_postman_id":"8fc29790-96b7-4728-b120-cb8c54a73c01","description":""},{"name":"Conversations & Messages","item":[{"name":"Get Messages from a Specific Thread","id":"6d50bed1-4aff-4fa7-a316-ca9d95474080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/threads?threads=[\"2-MTc1YzBmYmUtMzhkNC00NzBjLWE5MWItZDU3ZGU1MGFmYjA4XzAxMA==\",\"2-YWE5YjllMDEtMDFiOS00NjJjLTkyOTQtYmMwNWExY2U4YjdmXzAxMw==\",\"2-MGZiZWRlM2MtZjBhOS00MzZhLTlhMTAtZjA3YjAyZmE2MTczXzAxMA==\",\"2-MDkyMjI0YzUtZmU2OS00ZjEwLTlmZWEtYjg2Y2Y3OTRiZDQxXzAxMA==\",\"2-YjlhZDY4MDYtNDk5Yy00MWViLWExMmUtNzEzY2FmMzIzMzJmXzAxMA==\",\"2-MjAwYjhjYjktYmY2OS00YjYwLWJiMjctNjUwZDMwOTlkOTFiXzAxMA==\",\"2-NmIzZjU4MWQtMTc5YS00MDkxLWEwNTAtNDU1NGIwOTFiMjBiXzAxMA==\",\"2-MDE3MTY5MmEtOTg0Ny00OWMxLWJjZTEtZjY2YjlhMDRmYmM2XzAxMA==\",\"2-MWViODdkMWEtYzU0Yi00NDAzLTkwOTMtODM0ODk3ZWNjNTY1XzAxMA==\",\"2-MTUwZDljMmMtYTc2NC00NWJiLThkYzMtYTAxNmE0N2NiY2IzXzAxMA==\",\"2-Y2QyMDE3NmUtODBhYS00ZjhiLTljZDUtNTRkMTM3YTk1OWFmXzAxMA==\",\"2-ZDgzNjM5ZTUtZmFhZS00ZjNmLWIwYTUtNTM4M2NlZDUwODIxXzAxMw==\",\"2-ZjFjMWIzY2UtN2U5Mi00ZWIwLTkzMGQtYzViM2VkOTQ5MzYyXzAxMA==\",\"2-YjlkODYyODAtYTA3Mi00OWYxLWFiMWYtYjU2OTA0NjQ1OTNmXzAxMA==\",\"2-ZGNlY2Y1MTEtZGEyYy00MmQ0LWEyNmItMDQzZWUzMWU4MzEyXzAxMw==\", \"6615475697433579520\"]&filterByStepChangeTimestamp=123","description":"<p>This actions retrieves messages from a specific thread (refers to \"All other messages\" and \"All unread messages\" endpoints).</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","conversations","threads"],"host":["{{OpenAPIUrl}}"],"query":[{"description":{"content":"<p>(Required) This is the tread that the chats are associated with.</p>\n","type":"text/plain"},"key":"threads","value":"[\"2-MTc1YzBmYmUtMzhkNC00NzBjLWE5MWItZDU3ZGU1MGFmYjA4XzAxMA==\",\"2-YWE5YjllMDEtMDFiOS00NjJjLTkyOTQtYmMwNWExY2U4YjdmXzAxMw==\",\"2-MGZiZWRlM2MtZjBhOS00MzZhLTlhMTAtZjA3YjAyZmE2MTczXzAxMA==\",\"2-MDkyMjI0YzUtZmU2OS00ZjEwLTlmZWEtYjg2Y2Y3OTRiZDQxXzAxMA==\",\"2-YjlhZDY4MDYtNDk5Yy00MWViLWExMmUtNzEzY2FmMzIzMzJmXzAxMA==\",\"2-MjAwYjhjYjktYmY2OS00YjYwLWJiMjctNjUwZDMwOTlkOTFiXzAxMA==\",\"2-NmIzZjU4MWQtMTc5YS00MDkxLWEwNTAtNDU1NGIwOTFiMjBiXzAxMA==\",\"2-MDE3MTY5MmEtOTg0Ny00OWMxLWJjZTEtZjY2YjlhMDRmYmM2XzAxMA==\",\"2-MWViODdkMWEtYzU0Yi00NDAzLTkwOTMtODM0ODk3ZWNjNTY1XzAxMA==\",\"2-MTUwZDljMmMtYTc2NC00NWJiLThkYzMtYTAxNmE0N2NiY2IzXzAxMA==\",\"2-Y2QyMDE3NmUtODBhYS00ZjhiLTljZDUtNTRkMTM3YTk1OWFmXzAxMA==\",\"2-ZDgzNjM5ZTUtZmFhZS00ZjNmLWIwYTUtNTM4M2NlZDUwODIxXzAxMw==\",\"2-ZjFjMWIzY2UtN2U5Mi00ZWIwLTkzMGQtYzViM2VkOTQ5MzYyXzAxMA==\",\"2-YjlkODYyODAtYTA3Mi00OWYxLWFiMWYtYjU2OTA0NjQ1OTNmXzAxMA==\",\"2-ZGNlY2Y1MTEtZGEyYy00MmQ0LWEyNmItMDQzZWUzMWU4MzEyXzAxMw==\", \"6615475697433579520\"]"},{"description":{"content":"<p>(Optional) This action gets messages whose ‘stepChangeTimestamp’ parameter is greater than the value you provide.</p>\n","type":"text/plain"},"key":"filterByStepChangeTimestamp","value":"123"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"string","value":"13","key":"accountId"}]}},"response":[{"id":"d9f58d65-339e-4786-81e0-d117eb658e2f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/threads?threads=[\"2-M2E5MTkyMDgtMWRlNy00MDA4LTg5NzctNDdlNzEzNTBiMzlhXzAxMg==\",\"2-M2NhZmFlNGYtNWQ0Zi00NDljLTg4YzYtN2YxZmQ1Njc0MDkwXzAxMw==\",\"2-MGE3OGE1NGUtZTIwMS00MmRlLTkxMTktYzFmMDQ5N2VlNTJmXzAxMw==\",\"2-MGUzNGMwNGYtNTkyMi00Y2EwLTg5MmMtYjg3YmE5N2UzZDQ0XzAxMw==\",\"2-MTBlNTkzZmItODc1Zi00OGNkLWE5NjgtNGFlNWUwODY3N2Q5XzAxMg==\",\"2-MTdjM2I3NzctMjI1Ny00NTNlLThiN2UtMTNkZDZjMzEwOTYzXzAxMw==\",\"2-MWQ0NzI4MzgtZThmZi00YWYxLWIxYTAtZTAyZmRkYmZkZmVkXzAxMw==\"]","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","threads"],"query":[{"key":"threads","value":"[\"2-M2E5MTkyMDgtMWRlNy00MDA4LTg5NzctNDdlNzEzNTBiMzlhXzAxMg==\",\"2-M2NhZmFlNGYtNWQ0Zi00NDljLTg4YzYtN2YxZmQ1Njc0MDkwXzAxMw==\",\"2-MGE3OGE1NGUtZTIwMS00MmRlLTkxMTktYzFmMDQ5N2VlNTJmXzAxMw==\",\"2-MGUzNGMwNGYtNTkyMi00Y2EwLTg5MmMtYjg3YmE5N2UzZDQ0XzAxMw==\",\"2-MTBlNTkzZmItODc1Zi00OGNkLWE5NjgtNGFlNWUwODY3N2Q5XzAxMg==\",\"2-MTdjM2I3NzctMjI1Ny00NTNlLThiN2UtMTNkZDZjMzEwOTYzXzAxMw==\",\"2-MWQ0NzI4MzgtZThmZi00YWYxLWIxYTAtZTAyZmRkYmZkZmVkXzAxMw==\"]","description":"(Required) This is the tread that the chats are associated with."}],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID. "},{"key":"accountId","value":"161","type":"string","description":"(Required) This is the ID of the seat that the campaign in question is part of."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6477"},{"key":"ETag","value":"W/\"194d-gtkpSc12BdGvcsc/VN4uJ/R+XDY\""},{"key":"Date","value":"Wed, 07 Jun 2023 23:03:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": {\n            \"2-M2E5MTkyMDgtMWRlNy00MDA4LTg5NzctNDdlNzEzNTBiMzlhXzAxMg==\": [\n                {\n                    \"id\": 24500598,\n                    \"attachments\": null,\n                    \"linkedinUserId\": 9789536,\n                    \"account\": 161,\n                    \"thread\": \"2-M2E5MTkyMDgtMWRlNy00MDA4LTg5NzctNDdlNzEzNTBiMzlhXzAxMg==\",\n                    \"message\": \"Bonjour  anita\",\n                    \"leadId\": 8551147,\n                    \"receiver\": 0,\n                    \"dashboard\": 1,\n                    \"campaignId\": 15222,\n                    \"seenAt\": null,\n                    \"createdAt\": 1610700147436,\n                    \"messageStatus\": \"SENT/RECEIVED\",\n                    \"messageType\": \"LINKEDIN_MESSAGE\"\n                },\n                {\n                    \"id\": 24500599,\n                    \"attachments\": null,\n                    \"linkedinUserId\": 9789536,\n                    \"account\": 161,\n                    \"thread\": \"2-M2E5MTkyMDgtMWRlNy00MDA4LTg5NzctNDdlNzEzNTBiMzlhXzAxMg==\",\n                    \"message\": \"Bonjour Alice\",\n                    \"leadId\": 8551147,\n                    \"receiver\": 1,\n                    \"dashboard\": 1,\n                    \"campaignId\": 15222,\n                    \"seenAt\": null,\n                    \"createdAt\": 1612861420324,\n                    \"messageStatus\": \"SENT/RECEIVED\",\n                    \"messageType\": \"LINKEDIN_MESSAGE\"\n                }\n            ],\n            \"2-MGE3OGE1NGUtZTIwMS00MmRlLTkxMTktYzFmMDQ5N2VlNTJmXzAxMw==\": [\n                {\n                    \"id\": 23408676,\n                    \"attachments\": null,\n                    \"linkedinUserId\": 8716183,\n                    \"account\": 161,\n                    \"thread\": \"2-MGE3OGE1NGUtZTIwMS00MmRlLTkxMTktYzFmMDQ5N2VlNTJmXzAxMw==\",\n                    \"message\": \"Bonjour  Estelle\",\n                    \"leadId\": 7521298,\n                    \"receiver\": 1,\n                    \"dashboard\": 1,\n                    \"campaignId\": 13186,\n                    \"seenAt\": null,\n                    \"createdAt\": 1611936958733,\n                    \"messageStatus\": \"SENT/RECEIVED\",\n                    \"messageType\": \"LINKEDIN_MESSAGE\"\n                }\n            ],\n            \"2-MTdjM2I3NzctMjI1Ny00NTNlLThiN2UtMTNkZDZjMzEwOTYzXzAxMw==\": [\n                {\n                    \"id\": 23975387,\n                    \"attachments\": null,\n                    \"linkedinUserId\": 12692076,\n                    \"account\": 161,\n                    \"thread\": \"2-MTdjM2I3NzctMjI1Ny00NTNlLThiN2UtMTNkZDZjMzEwOTYzXzAxMw==\",\n                    \"message\": \"Bonjour  Steve\",\n                    \"leadId\": 11286113,\n                    \"receiver\": 1,\n                    \"dashboard\": 1,\n                    \"campaignId\": 19803,\n                    \"seenAt\": 1613032481114,\n                    \"createdAt\": 1612425457982,\n                    \"messageStatus\": \"SENT/RECEIVED\",\n                    \"messageType\": \"LINKEDIN_MESSAGE\"\n                },\n                {\n                    \"id\": 24680204,\n                    \"attachments\": null,\n                    \"linkedinUserId\": 12692076,\n                    \"account\": 161,\n                    \"thread\": \"2-MTdjM2I3NzctMjI1Ny00NTNlLThiN2UtMTNkZDZjMzEwOTYzXzAxMw==\",\n                    \"message\": \"Bonjour  Steve\",\n                    \"leadId\": 11286113,\n                    \"receiver\": 0,\n                    \"dashboard\": 1,\n                    \"campaignId\": 19803,\n                    \"seenAt\": 1613032481114,\n                    \"createdAt\": 1612425457982,\n                    \"messageStatus\": \"SENT/RECEIVED\",\n                    \"messageType\": \"LINKEDIN_MESSAGE\"\n                },\n                {\n                    \"id\": 24680205,\n                    \"attachments\": null,\n                    \"linkedinUserId\": 12692076,\n                    \"account\": 161,\n                    \"thread\": \"2-MTdjM2I3NzctMjI1Ny00NTNlLThiN2UtMTNkZDZjMzEwOTYzXzAxMw==\",\n                    \"message\": \"Bonjour Alice\",\n                    \"leadId\": 11286113,\n                    \"receiver\": 1,\n                    \"dashboard\": 1,\n                    \"campaignId\": 19803,\n                    \"seenAt\": 1613032481114,\n                    \"createdAt\": 1612967474781,\n                    \"messageStatus\": \"SENT/RECEIVED\",\n                    \"messageType\": \"LINKEDIN_MESSAGE\"\n                }\n            ],\n            \"2-MWQ0NzI4MzgtZThmZi00YWYxLWIxYTAtZTAyZmRkYmZkZmVkXzAxMw==\": [\n                {\n                    \"id\": 24052558,\n                    \"attachments\": null,\n                    \"linkedinUserId\": 16151640,\n                    \"account\": 161,\n                    \"thread\": \"2-MWQ0NzI4MzgtZThmZi00YWYxLWIxYTAtZTAyZmRkYmZkZmVkXzAxMw==\",\n                    \"message\": \"Bonjour Alice\\nJ’espère que vous allez bien.\\nJe vous invite à rejoindre le groupe privé\\n👉  « Les petits génies de l’immobilier » \\nNous sommes +5000 de professionnels du secteur à partager nos expériences, notre savoir-faire et créer des synergies.\\nJe vous souhaite le meilleur ainsi qu’à vos proches.\\nTom \\nVoici le lien vers le groupe privé :\\nhttps://www.linkedin.com/groups/12405877/\",\n                    \"leadId\": null,\n                    \"receiver\": 1,\n                    \"dashboard\": 1,\n                    \"campaignId\": null,\n                    \"seenAt\": null,\n                    \"createdAt\": 1612460759552,\n                    \"messageStatus\": \"SENT/RECEIVED\",\n                    \"messageType\": \"LINKEDIN_MESSAGE\"\n                },\n                {\n                    \"id\": 26866083,\n                    \"attachments\": null,\n                    \"linkedinUserId\": 16151640,\n                    \"account\": 161,\n                    \"thread\": \"2-MWQ0NzI4MzgtZThmZi00YWYxLWIxYTAtZTAyZmRkYmZkZmVkXzAxMw==\",\n                    \"message\": \"Bonjour Alice\\nJ’espère que vous allez bien.\\nJe vous invite à rejoindre le groupe privé\\n👉  « Les petits génies de l’immobilier » \\nNous sommes +5000 de professionnels du secteur à partager nos expériences, notre savoir-faire et créer des synergies.\\nJe vous souhaite le meilleur ainsi qu’à vos proches.\\nTom \\nVoici le lien vers le groupe privé :\\nhttps://www.linkedin.com/groups/12405877/\",\n                    \"leadId\": null,\n                    \"receiver\": 0,\n                    \"dashboard\": 1,\n                    \"campaignId\": null,\n                    \"seenAt\": null,\n                    \"createdAt\": 1612460759552,\n                    \"messageStatus\": \"SENT/RECEIVED\",\n                    \"messageType\": \"LINKEDIN_MESSAGE\"\n                },\n                {\n                    \"id\": 26866082,\n                    \"attachments\": null,\n                    \"linkedinUserId\": 16151640,\n                    \"account\": 161,\n                    \"thread\": \"2-MWQ0NzI4MzgtZThmZi00YWYxLWIxYTAtZTAyZmRkYmZkZmVkXzAxMw==\",\n                    \"message\": \"Bonjour, Oui je suis très intéressée merci beaucoup pour votre proposition je viens de faire une demande d'adhésion.\",\n                    \"leadId\": null,\n                    \"receiver\": 1,\n                    \"dashboard\": 1,\n                    \"campaignId\": null,\n                    \"seenAt\": null,\n                    \"createdAt\": 1614689934085,\n                    \"messageStatus\": \"SENT/RECEIVED\",\n                    \"messageType\": \"LINKEDIN_MESSAGE\"\n                },\n                {\n                    \"id\": 26866081,\n                    \"attachments\": null,\n                    \"linkedinUserId\": 16151640,\n                    \"account\": 161,\n                    \"thread\": \"2-MWQ0NzI4MzgtZThmZi00YWYxLWIxYTAtZTAyZmRkYmZkZmVkXzAxMw==\",\n                    \"message\": \"Je vous en prie Alice. Je vous joins une présentation du groupe intégrant le programme de diffusion (lecture 1 minute). À votre écoute. Bien à vous. Tom \\n\",\n                    \"leadId\": null,\n                    \"receiver\": 0,\n                    \"dashboard\": 1,\n                    \"campaignId\": null,\n                    \"seenAt\": null,\n                    \"createdAt\": 1614690441928,\n                    \"messageStatus\": \"SENT/RECEIVED\",\n                    \"messageType\": \"LINKEDIN_MESSAGE\"\n                },\n                {\n                    \"id\": 26866080,\n                    \"attachments\": \"[{\\\"name\\\":\\\"LPGI CLUB - 7000 PROFESSIONNELS DE L'IMMOBILIER.pdf\\\",\\\"type\\\":\\\"application/pdf\\\",\\\"uuid\\\":\\\"db149271-44c3-4ab4-b0ba-5c72bab32e46\\\",\\\"reference\\\":\\\"undefineddb149271-44c3-4ab4-b0ba-5c72bab32e46\\\"}]\",\n                    \"linkedinUserId\": 16151640,\n                    \"account\": 161,\n                    \"thread\": \"2-MWQ0NzI4MzgtZThmZi00YWYxLWIxYTAtZTAyZmRkYmZkZmVkXzAxMw==\",\n                    \"message\": \"\",\n                    \"leadId\": null,\n                    \"receiver\": 0,\n                    \"dashboard\": 1,\n                    \"campaignId\": null,\n                    \"seenAt\": null,\n                    \"createdAt\": 1614690447257,\n                    \"messageStatus\": \"SENT/RECEIVED\",\n                    \"messageType\": \"LINKEDIN_MESSAGE\"\n                }\n            ],\n            \"2-M2NhZmFlNGYtNWQ0Zi00NDljLTg4YzYtN2YxZmQ1Njc0MDkwXzAxMw==\": [\n                {\n                    \"id\": 25569868,\n                    \"attachments\": null,\n                    \"linkedinUserId\": 12707509,\n                    \"account\": 161,\n                    \"thread\": \"2-M2NhZmFlNGYtNWQ0Zi00NDljLTg4YzYtN2YxZmQ1Njc0MDkwXzAxMw==\",\n                    \"message\": \"Bonjour  Aude\",\n                    \"leadId\": 11300627,\n                    \"receiver\": 1,\n                    \"dashboard\": 1,\n                    \"campaignId\": 19803,\n                    \"seenAt\": null,\n                    \"createdAt\": 1613640362114,\n                    \"messageStatus\": \"SENT/RECEIVED\",\n                    \"messageType\": \"LINKEDIN_MESSAGE\"\n                }\n            ],\n            \"2-MTBlNTkzZmItODc1Zi00OGNkLWE5NjgtNGFlNWUwODY3N2Q5XzAxMg==\": [\n                {\n                    \"id\": 26200624,\n                    \"attachments\": null,\n                    \"linkedinUserId\": 12695385,\n                    \"account\": 161,\n                    \"thread\": \"2-MTBlNTkzZmItODc1Zi00OGNkLWE5NjgtNGFlNWUwODY3N2Q5XzAxMg==\",\n                    \"message\": \"Bonjour  Laure\",\n                    \"leadId\": 11289302,\n                    \"receiver\": 1,\n                    \"dashboard\": 1,\n                    \"campaignId\": 19803,\n                    \"seenAt\": null,\n                    \"createdAt\": 1614149972640,\n                    \"messageStatus\": \"SENT/RECEIVED\",\n                    \"messageType\": \"LINKEDIN_MESSAGE\"\n                }\n            ],\n            \"2-MGUzNGMwNGYtNTkyMi00Y2EwLTg5MmMtYjg3YmE5N2UzZDQ0XzAxMw==\": [\n                {\n                    \"id\": 26624869,\n                    \"attachments\": null,\n                    \"linkedinUserId\": 12698414,\n                    \"account\": 161,\n                    \"thread\": \"2-MGUzNGMwNGYtNTkyMi00Y2EwLTg5MmMtYjg3YmE5N2UzZDQ0XzAxMw==\",\n                    \"message\": \"Bonjour  Veronique\",\n                    \"leadId\": 11292203,\n                    \"receiver\": 1,\n                    \"dashboard\": 1,\n                    \"campaignId\": 19803,\n                    \"seenAt\": null,\n                    \"createdAt\": 1614468633706,\n                    \"messageStatus\": \"SENT/RECEIVED\",\n                    \"messageType\": \"LINKEDIN_MESSAGE\"\n                }\n            ]\n        }\n    }\n}"},{"id":"425d18dd-c081-4532-8f56-292943d93e96","name":"authorization error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/threads?threads=[\"2-MTc1YzBmYmUtMzhkNC00NzBjLWE5MWItZDU3ZGU1MGFmYjA4XzAxMA==\",\"2-YWE5YjllMDEtMDFiOS00NjJjLTkyOTQtYmMwNWExY2U4YjdmXzAxMw==\",\"2-MGZiZWRlM2MtZjBhOS00MzZhLTlhMTAtZjA3YjAyZmE2MTczXzAxMA==\",\"2-MDkyMjI0YzUtZmU2OS00ZjEwLTlmZWEtYjg2Y2Y3OTRiZDQxXzAxMA==\",\"2-YjlhZDY4MDYtNDk5Yy00MWViLWExMmUtNzEzY2FmMzIzMzJmXzAxMA==\",\"2-MjAwYjhjYjktYmY2OS00YjYwLWJiMjctNjUwZDMwOTlkOTFiXzAxMA==\",\"2-NmIzZjU4MWQtMTc5YS00MDkxLWEwNTAtNDU1NGIwOTFiMjBiXzAxMA==\",\"2-MDE3MTY5MmEtOTg0Ny00OWMxLWJjZTEtZjY2YjlhMDRmYmM2XzAxMA==\",\"2-MWViODdkMWEtYzU0Yi00NDAzLTkwOTMtODM0ODk3ZWNjNTY1XzAxMA==\",\"2-MTUwZDljMmMtYTc2NC00NWJiLThkYzMtYTAxNmE0N2NiY2IzXzAxMA==\",\"2-Y2QyMDE3NmUtODBhYS00ZjhiLTljZDUtNTRkMTM3YTk1OWFmXzAxMA==\",\"2-ZDgzNjM5ZTUtZmFhZS00ZjNmLWIwYTUtNTM4M2NlZDUwODIxXzAxMw==\",\"2-ZjFjMWIzY2UtN2U5Mi00ZWIwLTkzMGQtYzViM2VkOTQ5MzYyXzAxMA==\",\"2-YjlkODYyODAtYTA3Mi00OWYxLWFiMWYtYjU2OTA0NjQ1OTNmXzAxMA==\",\"2-ZGNlY2Y1MTEtZGEyYy00MmQ0LWEyNmItMDQzZWUzMWU4MzEyXzAxMw==\"]","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","threads"],"query":[{"key":"threads","value":"[\"2-MTc1YzBmYmUtMzhkNC00NzBjLWE5MWItZDU3ZGU1MGFmYjA4XzAxMA==\",\"2-YWE5YjllMDEtMDFiOS00NjJjLTkyOTQtYmMwNWExY2U4YjdmXzAxMw==\",\"2-MGZiZWRlM2MtZjBhOS00MzZhLTlhMTAtZjA3YjAyZmE2MTczXzAxMA==\",\"2-MDkyMjI0YzUtZmU2OS00ZjEwLTlmZWEtYjg2Y2Y3OTRiZDQxXzAxMA==\",\"2-YjlhZDY4MDYtNDk5Yy00MWViLWExMmUtNzEzY2FmMzIzMzJmXzAxMA==\",\"2-MjAwYjhjYjktYmY2OS00YjYwLWJiMjctNjUwZDMwOTlkOTFiXzAxMA==\",\"2-NmIzZjU4MWQtMTc5YS00MDkxLWEwNTAtNDU1NGIwOTFiMjBiXzAxMA==\",\"2-MDE3MTY5MmEtOTg0Ny00OWMxLWJjZTEtZjY2YjlhMDRmYmM2XzAxMA==\",\"2-MWViODdkMWEtYzU0Yi00NDAzLTkwOTMtODM0ODk3ZWNjNTY1XzAxMA==\",\"2-MTUwZDljMmMtYTc2NC00NWJiLThkYzMtYTAxNmE0N2NiY2IzXzAxMA==\",\"2-Y2QyMDE3NmUtODBhYS00ZjhiLTljZDUtNTRkMTM3YTk1OWFmXzAxMA==\",\"2-ZDgzNjM5ZTUtZmFhZS00ZjNmLWIwYTUtNTM4M2NlZDUwODIxXzAxMw==\",\"2-ZjFjMWIzY2UtN2U5Mi00ZWIwLTkzMGQtYzViM2VkOTQ5MzYyXzAxMA==\",\"2-YjlkODYyODAtYTA3Mi00OWYxLWFiMWYtYjU2OTA0NjQ1OTNmXzAxMA==\",\"2-ZGNlY2Y1MTEtZGEyYy00MmQ0LWEyNmItMDQzZWUzMWU4MzEyXzAxMw==\"]","description":"(Required) thread is the wchich chats are associated with"}],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:27:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"786e94db-7c4a-41e4-bf23-c5b669ba8d1c","name":"missing thread parameter","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/threads?threads=[\"2-MTc1YzBmYmUtMzhkNC00NzBjLWE5MWItZDU3ZGU1MGFmYjA4XzAxMA==\",\"2-YWE5YjllMDEtMDFiOS00NjJjLTkyOTQtYmMwNWExY2U4YjdmXzAxMw==\",\"2-MGZiZWRlM2MtZjBhOS00MzZhLTlhMTAtZjA3YjAyZmE2MTczXzAxMA==\",\"2-MDkyMjI0YzUtZmU2OS00ZjEwLTlmZWEtYjg2Y2Y3OTRiZDQxXzAxMA==\",\"2-YjlhZDY4MDYtNDk5Yy00MWViLWExMmUtNzEzY2FmMzIzMzJmXzAxMA==\",\"2-MjAwYjhjYjktYmY2OS00YjYwLWJiMjctNjUwZDMwOTlkOTFiXzAxMA==\",\"2-NmIzZjU4MWQtMTc5YS00MDkxLWEwNTAtNDU1NGIwOTFiMjBiXzAxMA==\",\"2-MDE3MTY5MmEtOTg0Ny00OWMxLWJjZTEtZjY2YjlhMDRmYmM2XzAxMA==\",\"2-MWViODdkMWEtYzU0Yi00NDAzLTkwOTMtODM0ODk3ZWNjNTY1XzAxMA==\",\"2-MTUwZDljMmMtYTc2NC00NWJiLThkYzMtYTAxNmE0N2NiY2IzXzAxMA==\",\"2-Y2QyMDE3NmUtODBhYS00ZjhiLTljZDUtNTRkMTM3YTk1OWFmXzAxMA==\",\"2-ZDgzNjM5ZTUtZmFhZS00ZjNmLWIwYTUtNTM4M2NlZDUwODIxXzAxMw==\",\"2-ZjFjMWIzY2UtN2U5Mi00ZWIwLTkzMGQtYzViM2VkOTQ5MzYyXzAxMA==\",\"2-YjlkODYyODAtYTA3Mi00OWYxLWFiMWYtYjU2OTA0NjQ1OTNmXzAxMA==\",\"2-ZGNlY2Y1MTEtZGEyYy00MmQ0LWEyNmItMDQzZWUzMWU4MzEyXzAxMw==\"]","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","threads"],"query":[{"key":"threads","value":"[\"2-MTc1YzBmYmUtMzhkNC00NzBjLWE5MWItZDU3ZGU1MGFmYjA4XzAxMA==\",\"2-YWE5YjllMDEtMDFiOS00NjJjLTkyOTQtYmMwNWExY2U4YjdmXzAxMw==\",\"2-MGZiZWRlM2MtZjBhOS00MzZhLTlhMTAtZjA3YjAyZmE2MTczXzAxMA==\",\"2-MDkyMjI0YzUtZmU2OS00ZjEwLTlmZWEtYjg2Y2Y3OTRiZDQxXzAxMA==\",\"2-YjlhZDY4MDYtNDk5Yy00MWViLWExMmUtNzEzY2FmMzIzMzJmXzAxMA==\",\"2-MjAwYjhjYjktYmY2OS00YjYwLWJiMjctNjUwZDMwOTlkOTFiXzAxMA==\",\"2-NmIzZjU4MWQtMTc5YS00MDkxLWEwNTAtNDU1NGIwOTFiMjBiXzAxMA==\",\"2-MDE3MTY5MmEtOTg0Ny00OWMxLWJjZTEtZjY2YjlhMDRmYmM2XzAxMA==\",\"2-MWViODdkMWEtYzU0Yi00NDAzLTkwOTMtODM0ODk3ZWNjNTY1XzAxMA==\",\"2-MTUwZDljMmMtYTc2NC00NWJiLThkYzMtYTAxNmE0N2NiY2IzXzAxMA==\",\"2-Y2QyMDE3NmUtODBhYS00ZjhiLTljZDUtNTRkMTM3YTk1OWFmXzAxMA==\",\"2-ZDgzNjM5ZTUtZmFhZS00ZjNmLWIwYTUtNTM4M2NlZDUwODIxXzAxMw==\",\"2-ZjFjMWIzY2UtN2U5Mi00ZWIwLTkzMGQtYzViM2VkOTQ5MzYyXzAxMA==\",\"2-YjlkODYyODAtYTA3Mi00OWYxLWFiMWYtYjU2OTA0NjQ1OTNmXzAxMA==\",\"2-ZGNlY2Y1MTEtZGEyYy00MmQ0LWEyNmItMDQzZWUzMWU4MzEyXzAxMw==\"]","description":"(Required) thread is the wchich chats are associated with"}],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"5"},{"key":"ETag","value":"W/\"5-fy9qFc+NorJ+Wkr0e1jnrXHAs9k\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:24:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Error"},{"id":"c60d2d23-6a5a-48b8-a9f1-abd1bb52c8ef","name":"missing user id or account id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/threads?threads=[\"2-MTc1YzBmYmUtMzhkNC00NzBjLWE5MWItZDU3ZGU1MGFmYjA4XzAxMA==\",\"2-YWE5YjllMDEtMDFiOS00NjJjLTkyOTQtYmMwNWExY2U4YjdmXzAxMw==\",\"2-MGZiZWRlM2MtZjBhOS00MzZhLTlhMTAtZjA3YjAyZmE2MTczXzAxMA==\",\"2-MDkyMjI0YzUtZmU2OS00ZjEwLTlmZWEtYjg2Y2Y3OTRiZDQxXzAxMA==\",\"2-YjlhZDY4MDYtNDk5Yy00MWViLWExMmUtNzEzY2FmMzIzMzJmXzAxMA==\",\"2-MjAwYjhjYjktYmY2OS00YjYwLWJiMjctNjUwZDMwOTlkOTFiXzAxMA==\",\"2-NmIzZjU4MWQtMTc5YS00MDkxLWEwNTAtNDU1NGIwOTFiMjBiXzAxMA==\",\"2-MDE3MTY5MmEtOTg0Ny00OWMxLWJjZTEtZjY2YjlhMDRmYmM2XzAxMA==\",\"2-MWViODdkMWEtYzU0Yi00NDAzLTkwOTMtODM0ODk3ZWNjNTY1XzAxMA==\",\"2-MTUwZDljMmMtYTc2NC00NWJiLThkYzMtYTAxNmE0N2NiY2IzXzAxMA==\",\"2-Y2QyMDE3NmUtODBhYS00ZjhiLTljZDUtNTRkMTM3YTk1OWFmXzAxMA==\",\"2-ZDgzNjM5ZTUtZmFhZS00ZjNmLWIwYTUtNTM4M2NlZDUwODIxXzAxMw==\",\"2-ZjFjMWIzY2UtN2U5Mi00ZWIwLTkzMGQtYzViM2VkOTQ5MzYyXzAxMA==\",\"2-YjlkODYyODAtYTA3Mi00OWYxLWFiMWYtYjU2OTA0NjQ1OTNmXzAxMA==\",\"2-ZGNlY2Y1MTEtZGEyYy00MmQ0LWEyNmItMDQzZWUzMWU4MzEyXzAxMw==\"]","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","threads"],"query":[{"key":"threads","value":"[\"2-MTc1YzBmYmUtMzhkNC00NzBjLWE5MWItZDU3ZGU1MGFmYjA4XzAxMA==\",\"2-YWE5YjllMDEtMDFiOS00NjJjLTkyOTQtYmMwNWExY2U4YjdmXzAxMw==\",\"2-MGZiZWRlM2MtZjBhOS00MzZhLTlhMTAtZjA3YjAyZmE2MTczXzAxMA==\",\"2-MDkyMjI0YzUtZmU2OS00ZjEwLTlmZWEtYjg2Y2Y3OTRiZDQxXzAxMA==\",\"2-YjlhZDY4MDYtNDk5Yy00MWViLWExMmUtNzEzY2FmMzIzMzJmXzAxMA==\",\"2-MjAwYjhjYjktYmY2OS00YjYwLWJiMjctNjUwZDMwOTlkOTFiXzAxMA==\",\"2-NmIzZjU4MWQtMTc5YS00MDkxLWEwNTAtNDU1NGIwOTFiMjBiXzAxMA==\",\"2-MDE3MTY5MmEtOTg0Ny00OWMxLWJjZTEtZjY2YjlhMDRmYmM2XzAxMA==\",\"2-MWViODdkMWEtYzU0Yi00NDAzLTkwOTMtODM0ODk3ZWNjNTY1XzAxMA==\",\"2-MTUwZDljMmMtYTc2NC00NWJiLThkYzMtYTAxNmE0N2NiY2IzXzAxMA==\",\"2-Y2QyMDE3NmUtODBhYS00ZjhiLTljZDUtNTRkMTM3YTk1OWFmXzAxMA==\",\"2-ZDgzNjM5ZTUtZmFhZS00ZjNmLWIwYTUtNTM4M2NlZDUwODIxXzAxMw==\",\"2-ZjFjMWIzY2UtN2U5Mi00ZWIwLTkzMGQtYzViM2VkOTQ5MzYyXzAxMA==\",\"2-YjlkODYyODAtYTA3Mi00OWYxLWFiMWYtYjU2OTA0NjQ1OTNmXzAxMA==\",\"2-ZGNlY2Y1MTEtZGEyYy00MmQ0LWEyNmItMDQzZWUzMWU4MzEyXzAxMw==\"]","description":"(Required) thread is the wchich chats are associated with"}],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"193"},{"key":"Date","value":"Mon, 08 Nov 2021 05:26:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot GET /api/backend/v1/users/1/accounts//conversations/threads</pre>\n    </body>\n</html>"}],"_postman_id":"6d50bed1-4aff-4fa7-a316-ca9d95474080"},{"name":"Get Conversations Found by Identifiers","id":"1023d13e-7bb4-4de5-b55a-f1ebee6b6066","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/identifiers?identifiers=[\"christopher-selvadass-39216429\",  \"asdasd\", \"nikola-jovanovic-678052158\"]","description":"<p>This action retrieves all conversations found by using specific identifiers (refers to \"All channels\" endpoint).</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","conversations","identifiers"],"host":["{{OpenAPIUrl}}"],"query":[{"description":{"content":"<p>(Required) These are the identifiers associated with the chat.</p>\n<p>Type: String  (Array)</p>\n<p>Accepted values: Every identifier</p>\n<p>Default value: \"[ ]\"</p>\n","type":"text/plain"},"key":"identifiers","value":"[\"christopher-selvadass-39216429\",  \"asdasd\", \"nikola-jovanovic-678052158\"]"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"string","value":"7","key":"accountId"}]}},"response":[{"id":"af0ccfae-ff27-4725-9a02-010d5e7b5fa5","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/identifiers?identifiers=[\"christopher-selvadass-39216429\",  \"asdasd\"]","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","identifiers"],"query":[{"key":"identifiers","value":"[\"christopher-selvadass-39216429\",  \"asdasd\"]","description":"(Required) Indentifiers that are associated with the chat\n\nType: String  (Array)\n\nAccepted values: Every identifier\n\nDefault value: \"[ ]\""}],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1195"},{"key":"ETag","value":"W/\"4ab-tn4Y+AkzrWS8voYPWQYoLIPWmcU\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:29:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": {\n            \"christopher-selvadass-39216429\": {\n                \"channels\": {\n                    \"1\": {\n                        \"threads\": {\n                            \"2-N2Q5ZDVkODEtYzU2Mi00MTBmLWE5NDUtNWIyMTE4MjRiYjczXzAxMw==\": [\n                                {\n                                    \"id\": 103881,\n                                    \"attachments\": null,\n                                    \"linkedinUserId\": 111204813,\n                                    \"account\": 161,\n                                    \"leadId\": 22222304667,\n                                    \"thread\": \"2-N2Q5ZDVkODEtYzU2Mi00MTBmLWE5NDUtNWIyMTE4MjRiYjczXzAxMw==\",\n                                    \"message\": \"Hi Christopher I want to connect with you on LinkedIn.\\n\\nHave a nice day, Sanela\",\n                                    \"receiver\": 0,\n                                    \"dashboard\": 1,\n                                    \"campaignId\": 1487,\n                                    \"seenAt\": 1623758267597,\n                                    \"createdAt\": 1623367594103,\n                                    \"messageStatus\": \"SENT/RECEIVED\"\n                                },\n                                {\n                                    \"id\": 103880,\n                                    \"attachments\": null,\n                                    \"linkedinUserId\": 111204813,\n                                    \"account\": 161,\n                                    \"leadId\": 22222304667,\n                                    \"thread\": \"2-N2Q5ZDVkODEtYzU2Mi00MTBmLWE5NDUtNWIyMTE4MjRiYjczXzAxMw==\",\n                                    \"message\": \"Thanks for connecting  Christopher\",\n                                    \"receiver\": 0,\n                                    \"dashboard\": 1,\n                                    \"campaignId\": 1487,\n                                    \"seenAt\": 1623758267597,\n                                    \"createdAt\": 1623398582976,\n                                    \"messageStatus\": \"SENT/RECEIVED\"\n                                },\n                                {\n                                    \"id\": 104300,\n                                    \"attachments\": null,\n                                    \"linkedinUserId\": 111204813,\n                                    \"account\": 161,\n                                    \"leadId\": 22222304667,\n                                    \"thread\": \"2-N2Q5ZDVkODEtYzU2Mi00MTBmLWE5NDUtNWIyMTE4MjRiYjczXzAxMw==\",\n                                    \"message\": \"Likewise, Sanela\",\n                                    \"receiver\": 1,\n                                    \"dashboard\": 1,\n                                    \"campaignId\": 1487,\n                                    \"seenAt\": 1625590676711,\n                                    \"createdAt\": 1625587193458,\n                                    \"messageStatus\": \"SENT/RECEIVED\"\n                                }\n                            ]\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"},{"id":"3644f516-c2f0-4d8e-b824-90c04b3facd5","name":"authorization error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/identifiers?identifiers=[\"christopher-selvadass-39216429\",  \"asdasd\"]","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","identifiers"],"query":[{"key":"identifiers","value":"[\"christopher-selvadass-39216429\",  \"asdasd\"]","description":"(Required) Indentifiers that are associated with the chat\n\nType: String  (Array)\n\nAccepted values: Every identifier\n\nDefault value: \"[ ]\""}],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:29:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"6affe0ea-2b39-4414-89ac-9ab59019bb3f","name":"missing thread parameter","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/identifiers","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","identifiers"],"query":[{"key":"identifiers","value":"[\"christopher-selvadass-39216429\",  \"asdasd\"]","description":"(Required) Indentifiers that are associated with the chat\n\nType: String  (Array)\n\nAccepted values: Every identifier\n\nDefault value: \"[ ]\"","disabled":true}],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"5"},{"key":"ETag","value":"W/\"5-fy9qFc+NorJ+Wkr0e1jnrXHAs9k\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:28:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Error"},{"id":"c9e95fa7-c517-4ef7-9750-1a89e327678c","name":"missing user id or account id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/identifiers?identifiers=[\"christopher-selvadass-39216429\",  \"asdasd\"]","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","identifiers"],"query":[{"key":"identifiers","value":"[\"christopher-selvadass-39216429\",  \"asdasd\"]","description":"(Required) Indentifiers that are associated with the chat\n\nType: String  (Array)\n\nAccepted values: Every identifier\n\nDefault value: \"[ ]\""}],"variable":[{"key":"userId","value":"","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"199"},{"key":"Date","value":"Mon, 08 Nov 2021 05:29:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot GET /api/backend/v1/users//accounts/161/conversations/identifiers</pre>\n    </body>\n</html>"}],"_postman_id":"1023d13e-7bb4-4de5-b55a-f1ebee6b6066"},{"name":"Get Unread Conversations","id":"48ec3fb2-b86c-4eff-95c7-06950276ecce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/unread","description":"<p>This action retrieves unread conversations (refers to \"All unread messages\" endpoint).</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","conversations","unread"],"host":["{{OpenAPIUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) Limit the number of results that you wish to retrieve.</p>\n<p>Type: Number</p>\n<p>Default value is set to: 30</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>(Optional) Choose the position in the dataset of a record in question.</p>\n<p>Type: Number</p>\n<p>Default value is set to: 0</p>\n","type":"text/plain"},"key":"offset","value":"1"},{"disabled":true,"description":{"content":"<p>(Optional) Search a specific name in the chat</p>\n<p>Type: Text</p>\n<p>Default value is set to: null</p>\n","type":"text/plain"},"key":"name","value":"suzana"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of. </p>\n","type":"text/plain"},"type":"string","value":"7","key":"accountId"}]}},"response":[{"id":"83549ad4-e7f1-4ca7-99e4-7eb33987b0ac","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/unread","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","unread"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1954"},{"key":"ETag","value":"W/\"7a2-bGtUNVqFDEnCWsElcLuBA96MVMI\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:30:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"account\": 161,\n                \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABroZn6xYEWR6ru8l2pbZpH\",\n                \"dashboard\": 4,\n                \"campaignId\": 708,\n                \"lead\": {\n                    \"id\": 22222294962,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111192190,\n                    \"occupation\": null,\n                    \"picture\": null,\n                    \"email\": \"suzana.ristic741@outlook.com\",\n                    \"businessEmail\": null,\n                    \"fullName\": \" \",\n                    \"identifier\": \"suzana.ristic741@outlook.com\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-02-26T15:28:01.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEAA37bGaxT43QaGGtHpgnIbH\",\n                \"dashboard\": 4,\n                \"campaignId\": 708,\n                \"lead\": {\n                    \"id\": 22222294962,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111192190,\n                    \"occupation\": null,\n                    \"picture\": null,\n                    \"email\": \"suzana.ristic741@outlook.com\",\n                    \"businessEmail\": null,\n                    \"fullName\": \" \",\n                    \"identifier\": \"suzana.ristic741@outlook.com\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-02-26T15:28:01.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABC59Gc2VjmQbJN-HtFGjBq\",\n                \"dashboard\": 4,\n                \"campaignId\": 708,\n                \"lead\": {\n                    \"id\": 22222294962,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111192190,\n                    \"occupation\": null,\n                    \"picture\": null,\n                    \"email\": \"suzana.ristic741@outlook.com\",\n                    \"businessEmail\": null,\n                    \"fullName\": \" \",\n                    \"identifier\": \"suzana.ristic741@outlook.com\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-02-26T15:28:01.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABDkM4ZaqifQpd5y3T9jocA\",\n                \"dashboard\": 4,\n                \"campaignId\": 708,\n                \"lead\": {\n                    \"id\": 22222294962,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111192190,\n                    \"occupation\": null,\n                    \"picture\": null,\n                    \"email\": \"suzana.ristic741@outlook.com\",\n                    \"businessEmail\": null,\n                    \"fullName\": \" \",\n                    \"identifier\": \"suzana.ristic741@outlook.com\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-02-26T15:28:01.000Z\"\n                }\n            }\n        ]\n    }\n}"},{"id":"23c1126c-adcc-480b-9f03-cdce211f03c5","name":"authorization error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/unread","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","unread"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:33:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"72f41c02-62a6-4432-a394-834251316b98","name":"missing user id or account id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/unread","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","unread"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"192"},{"key":"Date","value":"Mon, 08 Nov 2021 05:35:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot GET /api/backend/v1/users/1/accounts//conversations/unread</pre>\n    </body>\n</html>"}],"_postman_id":"48ec3fb2-b86c-4eff-95c7-06950276ecce"},{"name":"Get Other Conversations","id":"811f690b-fd74-4b3c-874e-e12f1000e87b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/other","description":"<p>This action retrieves other conversations (refers to \"All other messages\" endpoint).</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","conversations","other"],"host":["{{OpenAPIUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) Limit the number of results that you wish to retrieve.</p>\n<p>Type: Number</p>\n<p>Default value is set to: 30</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"disabled":true,"description":{"content":"<p>(Optional) Choose the position in the dataset of a record in question.</p>\n<p>Type: Number</p>\n<p>Default value is set to: 0</p>\n","type":"text/plain"},"key":"offset","value":"2"},{"disabled":true,"description":{"content":"<p>(Optional) Search a specific name in the chat.\nType: Text\nDefault value is set to: null</p>\n","type":"text/plain"},"key":"name","value":"Ng Wee Zheng"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"2","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of. </p>\n","type":"text/plain"},"type":"string","value":"3","key":"accountId"}]}},"response":[{"id":"0ae107eb-9ac6-4d98-accb-6b499c6d2728","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/other","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","other"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","description":"(Required) Account id that has the campaign you want to get leads from","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8319"},{"key":"ETag","value":"W/\"207f-jAvHGC4JZECsmx7vK1fhtfazf8c\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:47:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"account\": 161,\n                \"thread\": \"2-MTc1YzBmYmUtMzhkNC00NzBjLWE5MWItZDU3ZGU1MGFmYjA4XzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": null,\n                \"lead\": {\n                    \"id\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205508,\n                    \"occupation\": null,\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/C5603AQFzb_ojVbI94w/profile-displayphoto-shrink_100_100/0/1620361176399?e=1630540800&v=beta&t=PHKULCfvMA5QqH70lsEy8SxZ9Nvl80en9mIiMegLHoI\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Siguan Yeo\",\n                    \"identifier\": \"siguan-yeo-8ab637154\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-06-29T10:48:05.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-YWE5YjllMDEtMDFiOS00NjJjLTkyOTQtYmMwNWExY2U4YjdmXzAxMw==\",\n                \"dashboard\": 1,\n                \"campaignId\": null,\n                \"lead\": {\n                    \"id\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205444,\n                    \"occupation\": null,\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/C5603AQFFWrySwCTFZA/profile-displayphoto-shrink_100_100/0/1516833755550?e=1629331200&v=beta&t=-mnl1WCMXftg28y4ntTVJdfkPOdwf8veb1uJCEf5v2I\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Nana kwame Donkor\",\n                    \"identifier\": \"nana-kwame-donkor-a179a539\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-06-18T06:32:16.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-MGZiZWRlM2MtZjBhOS00MzZhLTlhMTAtZjA3YjAyZmE2MTczXzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": null,\n                \"lead\": {\n                    \"id\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205090,\n                    \"occupation\": null,\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/C5603AQF2Qke43M7Xow/profile-displayphoto-shrink_100_100/0/1593393532487?e=1629331200&v=beta&t=Bw95ejenGENG4ohepOkVErm9ILE-yxrU1dVICgYfyXA\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Ng Wee Zheng\",\n                    \"identifier\": \"ng-wee-zheng-86b155159\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-06-15T11:57:47.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-MDkyMjI0YzUtZmU2OS00ZjEwLTlmZWEtYjg2Y2Y3OTRiZDQxXzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": null,\n                \"lead\": {\n                    \"id\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205091,\n                    \"occupation\": null,\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/C5603AQH8LdxQ9x5VXg/profile-displayphoto-shrink_100_100/0/1615381902444?e=1629331200&v=beta&t=x82vaUhMtt-zLYZT-h2pK_tsgsOgN0MmVyROK7kQcC4\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Teresha Thana Rani Thomas Sebastian\",\n                    \"identifier\": \"teresha-thana-rani-thomas-41770a184\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-06-15T11:57:47.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-YjlhZDY4MDYtNDk5Yy00MWViLWExMmUtNzEzY2FmMzIzMzJmXzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": null,\n                \"lead\": {\n                    \"id\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205092,\n                    \"occupation\": null,\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/D5635AQF1ADH9ya0l0g/profile-framedphoto-shrink_100_100/0/1621341186120?e=1623844800&v=beta&t=PFWXa68ASEDBDaiqPQJMLMrVBvP4xBSHGW9EQvhe8mo\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Joey D.J Kinjawan\",\n                    \"identifier\": \"joeydennisjk\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-06-15T11:57:47.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-MjAwYjhjYjktYmY2OS00YjYwLWJiMjctNjUwZDMwOTlkOTFiXzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": null,\n                \"lead\": {\n                    \"id\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205093,\n                    \"occupation\": null,\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/C5603AQHnlzLrCtEdKw/profile-displayphoto-shrink_100_100/0/1611885302483?e=1629331200&v=beta&t=kPzc7ToV7m0pobtNAQepptC23RBEX4rZOTscBkQxkio\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Zhi Yan Goh\",\n                    \"identifier\": \"zhi-yan-goh-72a7a988\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-06-15T11:57:47.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-NmIzZjU4MWQtMTc5YS00MDkxLWEwNTAtNDU1NGIwOTFiMjBiXzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": null,\n                \"lead\": {\n                    \"id\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205094,\n                    \"occupation\": null,\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/C5103AQFAZ5jHczmC3w/profile-displayphoto-shrink_100_100/0/1567048549041?e=1629331200&v=beta&t=yEL-ICrcxwvT1D6cg7rtpwbBHSIkzprKU29xgHAeUGA\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Duncan Cameron\",\n                    \"identifier\": \"dcameron1973\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-06-15T11:57:47.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-MDE3MTY5MmEtOTg0Ny00OWMxLWJjZTEtZjY2YjlhMDRmYmM2XzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": null,\n                \"lead\": {\n                    \"id\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205095,\n                    \"occupation\": null,\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/C5603AQGIwbDSm7XGXQ/profile-displayphoto-shrink_100_100/0/1606457600610?e=1629331200&v=beta&t=BMi2DGWSny2ypWhCt_D0Az42-G2_FVDlD4Spywghj0I\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Zhi Hao Lim\",\n                    \"identifier\": \"zhi-hao-lim-283197a9\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-06-15T11:57:47.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-MWViODdkMWEtYzU0Yi00NDAzLTkwOTMtODM0ODk3ZWNjNTY1XzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": null,\n                \"lead\": {\n                    \"id\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205096,\n                    \"occupation\": null,\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/C5603AQFvHly6_JOYIA/profile-displayphoto-shrink_100_100/0/1616243393090?e=1629331200&v=beta&t=lEHJzH5iE3cmRuVa6-y0yZcBAuJvZ1D6tXiiTPpIb4w\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Peter Tan Pe Teik\",\n                    \"identifier\": \"peter-tan-pe-teik-4b5959126\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-06-15T11:57:47.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-MTUwZDljMmMtYTc2NC00NWJiLThkYzMtYTAxNmE0N2NiY2IzXzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": null,\n                \"lead\": {\n                    \"id\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205097,\n                    \"occupation\": null,\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/C5603AQFlfo5IULoCfA/profile-displayphoto-shrink_100_100/0/1615890452982?e=1629331200&v=beta&t=GE4nfG3Hc1_RxtypMcnsrMYE3nsKoGh3ZQdqUYxx3z4\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Veenthen Naikker\",\n                    \"identifier\": \"veenthen-naikker-45092820\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-06-15T11:57:47.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-Y2QyMDE3NmUtODBhYS00ZjhiLTljZDUtNTRkMTM3YTk1OWFmXzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": null,\n                \"lead\": {\n                    \"id\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111199724,\n                    \"occupation\": null,\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/C5603AQEYLg4aLrVUvw/profile-displayphoto-shrink_100_100/0/1618023689013?e=1623888000&v=beta&t=-wtaNBWLWuLDjyO5-mTAXHHE3e2mHzMtlZZb8e91wuk\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Rob Enslow\",\n                    \"identifier\": \"robertenslow\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-04-16T17:07:27.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-ZDgzNjM5ZTUtZmFhZS00ZjNmLWIwYTUtNTM4M2NlZDUwODIxXzAxMw==\",\n                \"dashboard\": 1,\n                \"campaignId\": null,\n                \"lead\": {\n                    \"id\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111196601,\n                    \"occupation\": null,\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/C4D03AQGhaSIZv36KRQ/profile-displayphoto-shrink_100_100/0/1601557139901?e=1622678400&v=beta&t=Z1v3VHFbqlXrpNZ0LKWLjWn3_NZ1byIh7z4yucuqlPM\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Stefan Mihajlovic\",\n                    \"identifier\": \"stefan-mihajlovic-3266b81b2\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-03-31T09:45:11.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-ZjFjMWIzY2UtN2U5Mi00ZWIwLTkzMGQtYzViM2VkOTQ5MzYyXzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": null,\n                \"lead\": {\n                    \"id\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111192316,\n                    \"occupation\": null,\n                    \"picture\": null,\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Jovan Jovanovic\",\n                    \"identifier\": \"jovanhiv\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-03-19T16:14:23.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-YjlkODYyODAtYTA3Mi00OWYxLWFiMWYtYjU2OTA0NjQ1OTNmXzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": null,\n                \"lead\": {\n                    \"id\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111192301,\n                    \"occupation\": null,\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/C5603AQEKsdEhiNzpVw/profile-displayphoto-shrink_100_100/0/1613051238933?e=1621468800&v=beta&t=kpcEC5JWNlgHuLcDU67-Mmgiv7pjjoXEXR8nBaf5KNQ\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Ivo Nikolic\",\n                    \"identifier\": \"ivo-nikolic-0b29b6206\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-03-15T14:36:24.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-ZGNlY2Y1MTEtZGEyYy00MmQ0LWEyNmItMDQzZWUzMWU4MzEyXzAxMw==\",\n                \"dashboard\": 1,\n                \"campaignId\": null,\n                \"lead\": {\n                    \"id\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111191946,\n                    \"occupation\": null,\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/C4D03AQG8lI3CBbSzkg/profile-displayphoto-shrink_100_100/0/1605453245052?e=1619654400&v=beta&t=e7j-FWtU6n0NRnUXkBa040Lt6bD_K8X1mmGmEegpTE0\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Huma Faisal\",\n                    \"identifier\": \"huma-faisal-a946111b2\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-02-24T10:44:05.000Z\"\n                }\n            }\n        ]\n    }\n}"},{"id":"1514763f-7283-47f0-8fc6-4ff410045765","name":"authorization error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/other","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","other"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 06:02:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"d1520a15-bcde-45f9-97a1-b02fda09fe0b","name":"missing account id or user id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/other","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","other"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"191"},{"key":"Date","value":"Mon, 08 Nov 2021 05:47:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot GET /api/backend/v1/users/1/accounts//conversations/other</pre>\n    </body>\n</html>"}],"_postman_id":"811f690b-fd74-4b3c-874e-e12f1000e87b"},{"name":"Get All Conversations","id":"6b1707a5-22ef-4e82-b08c-6f733948bbe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) This is your API key. </p>\n","key":"Authorization","type":"text","value":"{{apiKey}}"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations","description":"<p>This action retrieves all conversations from the \"All channels\" endpoint. \"All other messages\" endpoint is excluded.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","conversations"],"host":["{{OpenAPIUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) Limit the number of results that you wish to retrieve.</p>\n<p>Type: Number</p>\n<p>Default value is set to: 30</p>\n","type":"text/plain"},"key":"limit","value":"3"},{"disabled":true,"description":{"content":"<p>(Optional) Choose the position in the dataset of a record in question.</p>\n<p>Type: Number</p>\n<p>Default value is set to: 0</p>\n","type":"text/plain"},"key":"offset","value":"2"},{"disabled":true,"description":{"content":"<p>(Optional)  Search a specific name in the chat.</p>\n<p>Type: Text</p>\n<p>Default value is set to: null</p>\n","type":"text/plain"},"key":"name","value":"Charles"},{"disabled":true,"description":{"content":"<p>(Optional) Choose the chats with the specific tag ID you want to retrieve.</p>\n","type":"text/plain"},"key":"tagIds","value":"[37026, 62391]"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"any","value":"92","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"string","value":"1","key":"accountId"}]}},"response":[{"id":"95b05a11-9e22-4d05-a07c-926d36f33dbc","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"169","description":"(Required) Account id that has the campaign you want to get leads from","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6772"},{"key":"ETag","value":"W/\"1a74-V9P3tHv/3sgJ4ztopCfm46W/G58\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:22:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"account\": 169,\n                \"thread\": \"2-ZGJjNjhkODEtOTNmOS00MGU3LWIwNTgtNGNiOTcxOGQ3ODUwXzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": 2070,\n                \"lead\": {\n                    \"id\": 22222305460,\n                    \"note\": null,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205628,\n                    \"occupation\": \"System Administrator & Learner Facilitator\",\n                    \"picture\": \"https://media-exp3.licdn.com/dms/image/C5635AQHth5q-Oalsig/profile-framedphoto-shrink_200_200/0/1609839791350?e=1626159600&v=beta&t=jnGydG5nnL449Q7bNK4u0dqCPmWn7-m8se0GWBYMPp8\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Niraj Kumar Sinha\",\n                    \"identifier\": \"niraj-kumar-sinha-a046021b\",\n                    \"country\": null,\n                    \"currentCompany\": \"Technowell Software Solutions Private Limited\\n        Full-time\",\n                    \"phone\": null,\n                    \"createdAt\": \"2021-07-08T12:48:55.000Z\"\n                }\n            },\n            {\n                \"account\": 169,\n                \"thread\": \"<CAEYFbFs8AH_6cMDL8xNp8_OSrFLYm4HB0Kn-pW1AdDYzTrykOw@mail.gmail.com>\",\n                \"dashboard\": 4,\n                \"campaignId\": 2183,\n                \"lead\": {\n                    \"id\": 22222305489,\n                    \"note\": null,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205463,\n                    \"occupation\": null,\n                    \"picture\": null,\n                    \"email\": \"stefanmiha96@gmail.com\",\n                    \"businessEmail\": null,\n                    \"fullName\": \"Stefan Miha\",\n                    \"identifier\": \"stefanmiha96@gmail.com\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-06-22T14:08:08.000Z\"\n                }\n            },\n            {\n                \"account\": 169,\n                \"thread\": \"AQQkADAwATMwMAItM2FmZS1kODQyLTAwAi0wMAoAEADh4FzruPhOTgCg1q1FVHl9bQ==\",\n                \"dashboard\": 4,\n                \"campaignId\": 2190,\n                \"lead\": {\n                    \"id\": 22222305495,\n                    \"note\": null,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": 7324\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205663,\n                    \"occupation\": null,\n                    \"picture\": null,\n                    \"email\": \"aleksajanjic@company.io\",\n                    \"businessEmail\": null,\n                    \"fullName\": \" \",\n                    \"identifier\": \"aleksajanjic@company.io\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-07-13T12:41:28.000Z\"\n                }\n            },\n            {\n                \"account\": 169,\n                \"thread\": \"2-NTQ2Nzg3MzctMGVjNC00MDZiLTlkNTEtYjg5NmIxMjg2MDg0XzAxMw==\",\n                \"dashboard\": 1,\n                \"campaignId\": 2070,\n                \"lead\": {\n                    \"id\": 22222305464,\n                    \"note\": null,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205632,\n                    \"occupation\": \"Head of Sales - APAC, ANZ, MEA & INDIA\",\n                    \"picture\": \"https://media-exp3.licdn.com/dms/image/C5603AQHWaDp9r8t-qQ/profile-displayphoto-shrink_200_200/0/1589376635103?e=1631750400&v=beta&t=4wcd5XGKyjzrMnxtoNlM8lp42WVRD9X5kX7TelNJoBQ\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Arnab Chandranath\",\n                    \"identifier\": \"arnab-chandranath-45879514\",\n                    \"country\": null,\n                    \"currentCompany\": \"VWO\",\n                    \"phone\": null,\n                    \"createdAt\": \"2021-07-08T12:48:55.000Z\"\n                }\n            },\n            {\n                \"account\": 169,\n                \"thread\": \"2-OGE2OWE4MDgtZjQ3NS00OWE2LTg2YzYtZmU4MDI4Mjc1ZmEyXzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": 2070,\n                \"lead\": {\n                    \"id\": 22222305448,\n                    \"note\": null,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205616,\n                    \"occupation\": \"Founder /Data Science Consultant / Trainer - Increase ROI on your Data Initiatives. Ask me How?\",\n                    \"picture\": \"https://media-exp3.licdn.com/dms/image/C5603AQF-5bqlEIbS3Q/profile-displayphoto-shrink_200_200/0/1624256894901?e=1631750400&v=beta&t=YyeVlR54NhRPC5TusalVUDQQBFZF9be3j8d9oF5xKDg\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Prakash Rv\",\n                    \"identifier\": \"rvprakash\",\n                    \"country\": null,\n                    \"currentCompany\": \"Simple Labs\",\n                    \"phone\": null,\n                    \"createdAt\": \"2021-07-08T12:48:55.000Z\"\n                }\n            },\n            {\n                \"account\": 169,\n                \"thread\": \"2-NzU5YjQwZTUtODZiYS00MDA2LWJkZDMtZjUyOTMwODk5ZTExXzAxMw==\",\n                \"dashboard\": 1,\n                \"campaignId\": 2070,\n                \"lead\": {\n                    \"id\": 22222305455,\n                    \"note\": null,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205623,\n                    \"occupation\": \"Director- Business Development (Europe and Bay Area)\",\n                    \"picture\": \"https://media-exp3.licdn.com/dms/image/C4D03AQEF1zm3TEjmFA/profile-displayphoto-shrink_200_200/0/1606336846923?e=1631750400&v=beta&t=V2m9SiZwXPKvOeIHzIxefMKHEC1et8Ii8uOs6l7hITk\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Vipul Sharma\",\n                    \"identifier\": \"vipulsharma009\",\n                    \"country\": null,\n                    \"currentCompany\": \"Talentica Software\",\n                    \"phone\": null,\n                    \"createdAt\": \"2021-07-08T12:48:55.000Z\"\n                }\n            },\n            {\n                \"account\": 169,\n                \"thread\": \"2-MGVkMzk3MWMtZTE4OS00ZDY1LWFkNWQtZTdlZDQ0NTJhNTY5XzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": 2070,\n                \"lead\": {\n                    \"id\": 22222305458,\n                    \"note\": null,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205626,\n                    \"occupation\": \"Sr. Business Development Manager\",\n                    \"picture\": \"https://media-exp3.licdn.com/dms/image/C5603AQGbM8NzhB1nuQ/profile-displayphoto-shrink_200_200/0/1606992962497?e=1631750400&v=beta&t=CDjYvLisqqZ6sUhU8vouWzUjKScxJwVdP_dMzDshsj8\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Khushboo Agarwal\",\n                    \"identifier\": \"khushboo-agarwal-313b0a1b5\",\n                    \"country\": null,\n                    \"currentCompany\": \"C-Zentrix (Towards Vision Technologies Pvt. Ltd.)\\n        Full-time\",\n                    \"phone\": null,\n                    \"createdAt\": \"2021-07-08T12:48:55.000Z\"\n                }\n            },\n            {\n                \"account\": 169,\n                \"thread\": \"2-NDgwNTRjMGMtOTBjZS00ZDI3LWI2ZWEtZDZmMzFiOTY3NWFkXzAxMg==\",\n                \"dashboard\": 1,\n                \"campaignId\": 2070,\n                \"lead\": {\n                    \"id\": 22222305446,\n                    \"note\": null,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205614,\n                    \"occupation\": \"Unified communications - Cisco WebEx cloud contact center, UCCE, IPT / Azure cloud / Microsoft Teams DR\",\n                    \"picture\": \"https://media-exp3.licdn.com/dms/image/C4E03AQEcrLMWxkSRMw/profile-displayphoto-shrink_200_200/0/1618857339474?e=1631750400&v=beta&t=a8K0zo05mZ3vP9OKU6vU1dPMawD_SrpXgpU-Kyt1UMU\",\n                    \"email\": \"rohitjonas007@gmail.com\",\n                    \"businessEmail\": null,\n                    \"fullName\": \"Rohit Pisal\",\n                    \"identifier\": \"rohit-pisal-9396268a\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-07-08T12:48:55.000Z\"\n                }\n            },\n            {\n                \"account\": 169,\n                \"thread\": \"2-Zjc2ZDgxODMtMTU1Yy00N2FmLThhM2YtNTNlYWFmNDA0ODYwXzAxMA==\",\n                \"dashboard\": 1,\n                \"campaignId\": 2070,\n                \"lead\": {\n                    \"id\": 22222305465,\n                    \"note\": null,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205633,\n                    \"occupation\": \"Chief Executive Officer\",\n                    \"picture\": \"https://media-exp3.licdn.com/dms/image/C5603AQGzink-lCe0Zg/profile-displayphoto-shrink_200_200/0/1610633863965?e=1631750400&v=beta&t=XqmF0TRJBnB9vbRsTC_Y2SpfTXEymy37dlErOiT20Ww\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Harilal Bhaskar\",\n                    \"identifier\": \"harilalbhaskar\",\n                    \"country\": null,\n                    \"currentCompany\": \"Atal Incubation Centre\",\n                    \"phone\": null,\n                    \"createdAt\": \"2021-07-08T12:48:55.000Z\"\n                }\n            },\n            {\n                \"account\": 169,\n                \"thread\": \"2-OTMyNGM0YmUtZWU0ZC00MWZlLWI2OGUtNDBmZjQ0YThhMmY5XzAxMw==\",\n                \"dashboard\": 1,\n                \"campaignId\": 2070,\n                \"lead\": {\n                    \"id\": 22222305462,\n                    \"note\": null,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111205630,\n                    \"occupation\": \"Contact Center Senior Specialist- Genesys\",\n                    \"picture\": \"https://media-exp3.licdn.com/dms/image/C4E03AQExAS26H4oKAA/profile-displayphoto-shrink_200_200/0/1539373273111?e=1631750400&v=beta&t=EfGV0O0CHHWPnMhiuuTzV2VtEesShUNXFu0i1JmHnDQ\",\n                    \"email\": null,\n                    \"businessEmail\": null,\n                    \"fullName\": \"Rohit Yadav\",\n                    \"identifier\": \"rohit-yadav-42899919\",\n                    \"country\": null,\n                    \"currentCompany\": \"Orange Business Services\",\n                    \"phone\": null,\n                    \"createdAt\": \"2021-07-08T12:48:55.000Z\"\n                }\n            }\n        ]\n    }\n}"},{"id":"75489bc5-0042-4958-bcb3-3350a85a9d47","name":"authorization error","originalRequest":{"method":"GET","header":[{"description":"(Required) Your api key","key":"Authorization","type":"text","value":"{{apiKey}}","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"azhar","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:23:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"779158b6-aa84-4b0f-bb64-fb0a822683d5","name":"missing account id or user id","originalRequest":{"method":"GET","header":[{"description":"(Required) Your api key","key":"Authorization","type":"text","value":"{{apiKey}}"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"185"},{"key":"Date","value":"Mon, 08 Nov 2021 05:22:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot GET /api/backend/v1/users/1/accounts//conversations</pre>\n    </body>\n</html>"},{"id":"6ba58d4c-1081-4492-a78c-a7aae990ff9f","name":"get all conversations by tag ids","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key. ","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations?tagIds=[37026]","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations"],"query":[{"key":"tagIds","value":"[37026]","description":"(Optional) Choose the chats with the specific tag ID you want to retrieve."}],"variable":[{"key":"userId","value":"16911","description":"(Required) This is your User ID. "},{"key":"accountId","value":"9852","description":"(Required) This is the ID of the account that the campaign in question is part of.","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2807"},{"key":"ETag","value":"W/\"af7-4Pv7v1ot1GQqaQ0uvW1Vlpjb8Qw\""},{"key":"Date","value":"Mon, 18 Nov 2024 16:29:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"account\": 9852,\n                \"thread\": \"CAE0ccznWH5D0cuWqfFVXoA7MwMou7Qvn8zDc4XNqRrqAqRqHUQ@mail.gmail.com\",\n                \"dashboard\": 4,\n                \"campaignId\": 236188,\n                \"lead\": {\n                    \"id\": 102843649,\n                    \"note\": null,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 1715701253354,\n                    \"nextStepId\": 34428230\n                },\n                \"linkedinUser\": {\n                    \"id\": 107422812,\n                    \"occupation\": \"Back End Developer\",\n                    \"picture\": \"https://media.licdn.com/dms/image/C5603AQE8S_qqdDF33Q/profile-displayphoto-shrink_200_200/0/1579168735715?e=1721260800&v=beta&t=nNdVPD4AcybsqFUm4jH0MVty_md6agD7zXcR39YCzg8\",\n                    \"email\": null,\n                    \"fullName\": \"Stefan Bijanic\",\n                    \"identifier\": \"stefan@company.io\",\n                    \"country\": \"Serbia\",\n                    \"currentCompany\": \"company\",\n                    \"phone\": null,\n                    \"createdAt\": \"2024-04-25T11:06:14.000Z\"\n                }\n            },\n            {\n                \"account\": 9852,\n                \"thread\": \"2-MDc2NGRmMjEtOWQzNC00NGRkLWI4NDctMTIyMDkyNWU0ZjM4XzAxMg==\",\n                \"dashboard\": 1,\n                \"campaignId\": 153948,\n                \"lead\": {\n                    \"id\": 64861307,\n                    \"note\": null,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": 21096889\n                },\n                \"linkedinUser\": {\n                    \"id\": 68756443,\n                    \"occupation\": \"Product Manager\",\n                    \"picture\": \"https://media.licdn.com/dms/image/C4D03AQFjlzZRYnU9bQ/profile-displayphoto-shrink_200_200/0/1651242572172?e=1691020800&v=beta&t=c3YqMg9Z88BcTG8ywDvV6PQhwDNCmsABdPGURBjPMJU\",\n                    \"email\": \"sholaesan4269@gmail.com\",\n                    \"fullName\": \"Shola Esan\",\n                    \"identifier\": \"shola-esan\",\n                    \"country\": \"Leicester, England, United Kingdom\",\n                    \"currentCompany\": \"Chekkit Technologies Corp.\",\n                    \"phone\": null,\n                    \"createdAt\": \"2023-05-09T14:30:29.000Z\"\n                }\n            },\n            {\n                \"account\": 9852,\n                \"thread\": \"2-NDZkMDYxY2ItZjAyMC00YjdlLWJjYTItMjEwOGI4MDViYzc2XzAxMw==\",\n                \"dashboard\": 1,\n                \"campaignId\": 153948,\n                \"lead\": {\n                    \"id\": 64861240,\n                    \"note\": null,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": 21096888\n                },\n                \"linkedinUser\": {\n                    \"id\": 68756376,\n                    \"occupation\": \"Product Owner\",\n                    \"picture\": \"https://media.licdn.com/dms/image/C4E03AQEl0aObT808Zw/profile-displayphoto-shrink_200_200/0/1647253743335?e=1691020800&v=beta&t=p7TXoMfPlHpIRUb-c_6pEwNLHc6JAjXyvhmR_vjbjrA\",\n                    \"email\": \"chedvah777@gmail.com\",\n                    \"fullName\": \"Joy .O\",\n                    \"identifier\": \"oj3377\",\n                    \"country\": \"Hull, England, United Kingdom\",\n                    \"currentCompany\": \"Tritek Consulting Limited \",\n                    \"phone\": \"+447476444267\",\n                    \"createdAt\": \"2023-05-09T14:30:29.000Z\"\n                }\n            },\n            {\n                \"account\": 9852,\n                \"thread\": \"2-OTI0Y2ZlODMtZmE3Yi00NWY1LWIyOWItYjA5ZmM4NWU0YTgzXzAxMg==\",\n                \"dashboard\": 1,\n                \"campaignId\": 153948,\n                \"lead\": {\n                    \"id\": 64942385,\n                    \"note\": null,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 68839456,\n                    \"occupation\": \"Salesforce Global Senior Commercial Business Analyst\",\n                    \"picture\": \"https://media.licdn.com/dms/image/C4E03AQHZv1Q73PUbxg/profile-displayphoto-shrink_100_100/0/1662816838710?e=1691020800&v=beta&t=_UrNVhwdnb7ygUDY4IuROSN0Uv3kYUrX58G2zhMwR9c\",\n                    \"email\": \"jorge_rodrigues79@yahoo.com\",\n                    \"fullName\": \"Jorge Rodrigues\",\n                    \"identifier\": \"jorge-rodrigues\",\n                    \"country\": \"Windsor, England, United Kingdom\",\n                    \"currentCompany\": \"CooperVision\",\n                    \"phone\": \"07342087870\",\n                    \"createdAt\": \"2023-05-10T08:33:25.000Z\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"6b1707a5-22ef-4e82-b08c-6f733948bbe0"},{"name":"Get Conversations From a Specific Campaign","id":"15a665e4-74f1-4434-b899-c25b05ab5944","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/messages","description":"<p>This action retrieves conversations from a specific campaign.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","messages"],"host":["{{OpenAPIUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) Limit the number of results that you wish to retrieve.</p>\n<p>Type: Number</p>\n<p>Default value is set to: 30</p>\n","type":"text/plain"},"key":"limit","value":"2"},{"disabled":true,"description":{"content":"<p>(Optional) Search a specific name in the chat.</p>\n<p>Type: Text</p>\n<p>Default value is set to: null</p>\n","type":"text/plain"},"key":"name","value":"Ivo"},{"disabled":true,"description":{"content":"<p>(Optional) Choose the position in the dataset of a record in question.</p>\n<p>Type: Number</p>\n<p>Default value is set to: 0</p>\n","type":"text/plain"},"key":"offset","value":"2"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"string","value":"7","key":"accountId"},{"description":{"content":"<p>(Required) This is the ID of the campaign from which you wish to get information. </p>\n","type":"text/plain"},"type":"string","value":"69","key":"campaignId"}]}},"response":[{"id":"9433445d-3f15-4d07-8dff-b41aa6549131","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/messages","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","messages"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"},{"key":"campaignId","value":"1093","type":"string","description":"(Required) Campaign id that you want to get leads from"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2361"},{"key":"ETag","value":"W/\"939-QA5MJujYxmPc1bxImhL5Gnn+s4I\""},{"key":"Date","value":"Mon, 08 Nov 2021 06:04:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"account\": 161,\n                \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABgoqH0xHEwTbDWNDK7Ahpf\",\n                \"dashboard\": 4,\n                \"campaignId\": 1093,\n                \"lead\": {\n                    \"id\": 22222294960,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 1622539723352,\n                    \"nextStepId\": 2069\n                },\n                \"linkedinUser\": {\n                    \"id\": 111192188,\n                    \"occupation\": null,\n                    \"picture\": null,\n                    \"email\": \"suzana.ristic741@outlook.com\",\n                    \"businessEmail\": null,\n                    \"fullName\": \" \",\n                    \"identifier\": \"kosac50@gmail.com\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-02-26T10:17:39.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEAD6-W6iRPbkSKkGeTYBKNJk\",\n                \"dashboard\": 4,\n                \"campaignId\": 1093,\n                \"lead\": {\n                    \"id\": 22222299304,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 1623133756961,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111196537,\n                    \"occupation\": null,\n                    \"picture\": null,\n                    \"email\": \"ivo.nikolic52@outlook.com\",\n                    \"businessEmail\": null,\n                    \"fullName\": \"Ivo Nikolic\",\n                    \"identifier\": \"ivo.nikolic52@outlook.com\",\n                    \"country\": null,\n                    \"currentCompany\": null,\n                    \"phone\": null,\n                    \"createdAt\": \"2021-03-29T13:44:59.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-YjkyMDZhYzktNGM2Ni00NDdmLWJkODktMjczNDZjMDdhOGI3XzAxMw==\",\n                \"dashboard\": 1,\n                \"campaignId\": 1093,\n                \"lead\": {\n                    \"id\": 22222301748,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 0,\n                    \"nextStepId\": 2072\n                },\n                \"linkedinUser\": {\n                    \"id\": 111199879,\n                    \"occupation\": \"Head Of Sales\",\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/C5103AQFAV1CgOq5fdA/profile-displayphoto-shrink_200_200/0/1573034393165?e=1626912000&v=beta&t=1jBOt718CAWeRGj988scdShprrbE9EaGJlBceSBAeAA\",\n                    \"email\": \"cliser76@gmail.com\",\n                    \"businessEmail\": null,\n                    \"fullName\": \"KP Sales\",\n                    \"identifier\": \"prsales\",\n                    \"country\": null,\n                    \"currentCompany\": \"Cybernoor Corporation\",\n                    \"phone\": null,\n                    \"createdAt\": \"2021-04-27T11:23:59.000Z\"\n                }\n            },\n            {\n                \"account\": 161,\n                \"thread\": \"2-MjM4ZDdiOGMtZDcwYS00Y2U2LTlmNDYtMzk3YWNhMDk4OWJhXzAxMw==\",\n                \"dashboard\": 1,\n                \"campaignId\": 1093,\n                \"lead\": {\n                    \"id\": 22222301741,\n                    \"isDeclined\": 0,\n                    \"backToCampaignTimestamp\": 1623238327310,\n                    \"nextStepId\": null\n                },\n                \"linkedinUser\": {\n                    \"id\": 111199872,\n                    \"occupation\": \"Short Range Planning Manager\",\n                    \"picture\": \"https://media-exp1.licdn.com/dms/image/C5603AQGixvD5EU8abg/profile-displayphoto-shrink_200_200/0/1516809912519?e=1628726400&v=beta&t=y8qPHQm-_wA-iGN3O06Fi2cy_AX9BMLNC2Oj3wFyvVg\",\n                    \"email\": \"chethu0102@gmail.com\",\n                    \"businessEmail\": null,\n                    \"fullName\": \"Chethan Rajendra\",\n                    \"identifier\": \"chethan-rajendra-88012a39\",\n                    \"country\": null,\n                    \"currentCompany\": \"Uber\",\n                    \"phone\": null,\n                    \"createdAt\": \"2021-04-27T11:23:59.000Z\"\n                }\n            }\n        ]\n    }\n}"},{"id":"101055e9-da05-49ba-96f7-a77d978bef58","name":"authorization error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/messages","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","messages"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"},{"key":"campaignId","value":"1093","type":"string","description":"(Required) Campaign id that you want to get leads from"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 06:05:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"d2b7360c-abd6-48b3-8c82-52320149eb47","name":"missing user id, campaign id or account id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/campaigns/:campaignId/messages","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","campaigns",":campaignId","messages"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"},{"key":"campaignId","value":"","type":"string","description":"(Required) Campaign id that you want to get leads from"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"194"},{"key":"Date","value":"Mon, 08 Nov 2021 06:04:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot GET /api/backend/v1/users/1/accounts/161/campaigns//messages</pre>\n    </body>\n</html>"}],"_postman_id":"15a665e4-74f1-4434-b899-c25b05ab5944"},{"name":"Get Messages For Leads","id":"c69e8c4f-154a-4aef-8576-21f7041365da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/leads?leadIds=[22222273076]","description":"<p>This action retrieves messages from specific leads from a specific campaign (refers to \"Get Conversations from a Specific Campaign\" endpoint).</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","conversations","leads"],"host":["{{OpenAPIUrl}}"],"query":[{"description":{"content":"<p>(Optional) This is the ID of the lead whose messages you wish to retrieve.</p>\n<p>Type: Number (Array)</p>\n<p>Default: []</p>\n","type":"text/plain"},"key":"leadIds","value":"[22222273076]"},{"disabled":true,"description":{"content":"<p>(Optional) Limit the number of results that you will get.</p>\n","type":"text/plain"},"key":"limit","value":"1"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"string","value":"7","key":"accountId"}]}},"response":[{"id":"bca70aed-2abb-4b05-957c-b6f19a67e71a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/leads?leadIds=[22222294960,22222299304,22222301748,22222301741]","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","leads"],"query":[{"key":"leadIds","value":"[22222294960,22222299304,22222301748,22222301741]","description":"(Optional) Lead id for which you want to get chats\n\nType: Number (Array)\n\nDefault: []"}],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"28879"},{"key":"ETag","value":"W/\"70cf-ixbAPtSgyu5Ifn84ZXBhAR3121Q\""},{"key":"Date","value":"Mon, 08 Nov 2021 06:10:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"leads\": {\n            \"22222294960\": {\n                \"channels\": {\n                    \"4\": {\n                        \"threads\": {\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABgoqH0xHEwTbDWNDK7Ahpf\": [\n                                {\n                                    \"id\": 103345,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABgoqH0xHEwTbDWNDK7Ahpf\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<html><head>\\r\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\"><meta content=\\\"text/html; charset=us-ascii\\\"></head><body><p>Zdravo Sanela Buha, kako ti se dopada ovaj <a href=\\\"https://release.multilead.io/api/email/v1/rdr/bb3f5d51-08fc-40f7-9971-0ed56a174cef\\\" rel=\\\"noopener noreferrer\\\" target=\\\"_blank\\\">Aviatica</a> sajt?</p><img alt=\\\"\\\" class=\\\"\\\" width=\\\"2\\\" height=\\\"2\\\" border=\\\"0\\\" src=\\\"https://release.multilead.io/api/email/v1/incr/e8215eda-010c-4195-bb1b-2058552a6489/14925c95-4dcb-43b1-8cc9-4c3579bb10ce\\\" style=\\\"opacity:0.02!important; display:block!important; width:2px!important\\\"> <div>Pozdrav, Suzana</div></body></html>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1627548000899,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1617191248000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABIRyzIlAHyRLNE7xHIQFmb\": [\n                                {\n                                    \"id\": 103350,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABIRyzIlAHyRLNE7xHIQFmb\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<html><head>\\r\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\"><meta content=\\\"text/html; charset=us-ascii\\\"></head><body><p>Hvala sto email nije otvoren Sanela Buha</p><img alt=\\\"\\\" class=\\\"\\\" width=\\\"2\\\" height=\\\"2\\\" border=\\\"0\\\" src=\\\"https://release.multilead.io/api/email/v1/incr/e8215eda-010c-4195-bb1b-2058552a6489/07b3d649-5880-4eb2-81a1-c5dcdd50f578\\\" style=\\\"opacity:0.02!important; display:block!important; width:2px!important\\\"> <div>Pozz, Suzi</div></body></html>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1620807198602,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1617196653000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABELGVZN8-QQJXuOdrpkx5k\": [\n                                {\n                                    \"id\": 103373,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABELGVZN8-QQJXuOdrpkx5k\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<html><head>\\r\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\"><meta content=\\\"text/html; charset=us-ascii\\\"></head><body><p>Zdravo Sanela da li ti se dopada sajt portala <a href=\\\"https://release.multilead.io/api/email/v1/rdr/712cb0cd-966a-4f6d-a537-c9d68990ff02\\\" rel=\\\"noopener noreferrer\\\" target=\\\"_blank\\\">Nova</a></p><img alt=\\\"\\\" class=\\\"\\\" width=\\\"2\\\" height=\\\"2\\\" border=\\\"0\\\" src=\\\"https://release.multilead.io/api/email/v1/incr/e8215eda-010c-4195-bb1b-2058552a6489/b52ed9ac-5a50-4fb4-a428-49afc767f5e2\\\" style=\\\"opacity:0.02!important; display:block!important; width:2px!important\\\"> <div>Pozdrav, Suzana</div></body></html>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1620746574013,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1617380313000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABoUbTEfqDhT5kkpBnxcOZe\": [\n                                {\n                                    \"id\": 103378,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABoUbTEfqDhT5kkpBnxcOZe\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<html><head>\\r\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\"><meta content=\\\"text/html; charset=us-ascii\\\"></head><body><p>Hvala na neotvorenom mejlu</p><img alt=\\\"\\\" class=\\\"\\\" width=\\\"2\\\" height=\\\"2\\\" border=\\\"0\\\" src=\\\"https://release.multilead.io/api/email/v1/incr/e8215eda-010c-4195-bb1b-2058552a6489/a42355fc-4345-434f-b5bc-3a4ac764d3d9\\\" style=\\\"opacity:0.02!important; display:block!important; width:2px!important\\\"> <div>Pozz, Suzana</div></body></html>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1620744493940,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1617385718000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEADTthDMI43oQ4U10Oiy1_ES\": [\n                                {\n                                    \"id\": 103414,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEADTthDMI43oQ4U10Oiy1_ES\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<html><head>\\r\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\"><meta content=\\\"text/html; charset=us-ascii\\\"></head><body><p>Zdravo Sanela Buha</p><p>Kako si danas?</p><img alt=\\\"\\\" class=\\\"\\\" width=\\\"2\\\" height=\\\"2\\\" border=\\\"0\\\" src=\\\"https://release.multilead.io/api/email/v1/incr/e8215eda-010c-4195-bb1b-2058552a6489/323f57ab-af07-4a4e-8c26-18c15ca702cc\\\" style=\\\"opacity:0.02!important; display:block!important; width:2px!important\\\"><br><p>Pozdrav, Suzana</p></body></html>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1620744478456,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1617715404000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABMXW7fi8iyRZr6_Z3YFg8Y\": [\n                                {\n                                    \"id\": 103419,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABMXW7fi8iyRZr6_Z3YFg8Y\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<html><head>\\r\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\"><meta content=\\\"text/html; charset=us-ascii\\\"></head><body><p>Zdravo zivo Sanela Buha, kako si danas?</p><img alt=\\\"\\\" class=\\\"\\\" width=\\\"2\\\" height=\\\"2\\\" border=\\\"0\\\" src=\\\"https://release.multilead.io/api/email/v1/incr/e8215eda-010c-4195-bb1b-2058552a6489/ab1b4f4e-e472-417a-a4e3-db6928399d5d\\\" style=\\\"opacity:0.02!important; display:block!important; width:2px!important\\\"><br><p>Pozdrav, Suzana</p></body></html>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1620744478056,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1617716512000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEACm2wNjrcr6TYzR_KO6Thyk\": [\n                                {\n                                    \"id\": 103424,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEACm2wNjrcr6TYzR_KO6Thyk\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<html><head>\\r\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\"><meta content=\\\"text/html; charset=us-ascii\\\"></head><body><p>Zdravo zivo Sanela Buha,</p><p>kako si danas?</p><img alt=\\\"\\\" class=\\\"\\\" width=\\\"2\\\" height=\\\"2\\\" border=\\\"0\\\" src=\\\"https://release.multilead.io/api/email/v1/incr/e8215eda-010c-4195-bb1b-2058552a6489/7ece9702-afe0-461a-90a7-a2f20eb18d96\\\" style=\\\"opacity:0.02!important; display:block!important; width:2px!important\\\"><br><p>Pozdrav, Suzana</p></body></html>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1620744477524,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1617717535000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEACmWhCRVRaSTZbisanMWu0r\": [\n                                {\n                                    \"id\": 103429,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEACmWhCRVRaSTZbisanMWu0r\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<html lang=\\\"en-GB\\\"><head>\\r\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\"><meta content=\\\"text/html; charset=us-ascii\\\"><meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"><style type=\\\"text/css\\\">\\r\\n<!--\\r\\na[x-apple-data-detectors]\\r\\n\\t{color:inherit!important}\\r\\n-->\\r\\n</style><style type=\\\"text/css\\\">\\r\\n<!--\\r\\npre\\r\\n\\t{font-family:Helvetica,Arial,sans-serif}\\r\\n.ql-container\\r\\n\\t{box-sizing:border-box;\\r\\n\\tfont-family:Helvetica,Arial,sans-serif;\\r\\n\\tfont-size:13px;\\r\\n\\theight:100%;\\r\\n\\tmargin:0px}\\r\\n-->\\r\\n</style></head><body><div class=\\\"ql-container\\\"><div class=\\\"ql-editor\\\"><p>Zdravo Sanela Buha, sta se radi?</p></div></div><img alt=\\\"\\\" class=\\\"\\\" width=\\\"2\\\" height=\\\"2\\\" border=\\\"0\\\" src=\\\"https://release.multilead.io/api/email/v1/incr/e8215eda-010c-4195-bb1b-2058552a6489/96ce5322-7355-4382-b4e0-9dbb5455a64a\\\" style=\\\"opacity:0.02!important; display:block!important; width:2px!important\\\"><br><p>Pozdrav, Suzana</p></body></html>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1620744476400,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1617719996000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEADTXfHCxI9ySqfv90bpTOEE\": [\n                                {\n                                    \"id\": 103451,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEADTXfHCxI9ySqfv90bpTOEE\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<html lang=\\\"en-GB\\\"><head>\\r\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\"><meta content=\\\"text/html; charset=iso-8859-2\\\"><meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"><style type=\\\"text/css\\\">\\r\\n<!--\\r\\na[x-apple-data-detectors]\\r\\n\\t{color:inherit!important}\\r\\n-->\\r\\n</style><style type=\\\"text/css\\\">\\r\\n<!--\\r\\npre\\r\\n\\t{font-family:Helvetica,Arial,sans-serif}\\r\\n.ql-container\\r\\n\\t{box-sizing:border-box;\\r\\n\\tfont-family:Helvetica,Arial,sans-serif;\\r\\n\\tfont-size:13px;\\r\\n\\theight:100%;\\r\\n\\tmargin:0px}\\r\\n-->\\r\\n</style></head><body><div class=\\\"ql-container\\\"><div class=\\\"ql-editor\\\"><p>Zdravo Sanela Buha, kako si danas?</p></div></div><img alt=\\\"\\\" class=\\\"\\\" width=\\\"600\\\" src=\\\"\\nhttps://www.image.guru/38cb892d-100b-4506-9c4f-4949a0145cda\\\" style=\\\"display:block\\\"><img alt=\\\"\\\" class=\\\"\\\" width=\\\"2\\\" height=\\\"2\\\" border=\\\"0\\\" src=\\\"https://release.multilead.io/api/email/v1/incr/cfb1d6ae-91d2-40c6-997f-6d68cfa60bfc/b8a0a570-db20-4b14-bffb-79c2cc133d16\\\" style=\\\"opacity:0.02!important; display:block!important; width:2px!important\\\"><br><p>Kind regards / Srdačan Pozdrav,</p><p>Suzana</p></body></html>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1620744386173,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1618229607000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEAACaDXuMP4ESoX5gXeFQbu8\": [\n                                {\n                                    \"id\": 103513,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEAACaDXuMP4ESoX5gXeFQbu8\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<p>Zdravo Sanela. Ništa posebno. Jedva čekam da se vreme malo prolepša :) </p><h1 style=\\\"margin:0px 0px 10px; padding:0px; border:0px; outline:0px; font-size:28px; vertical-align:baseline; background:0px\\r\\n      0px; color:rgb(0,0,0); font-family:&quot;helvetica neue&quot;,Helvetica,Arial,sans-serif; font-style:normal; font-variant-ligatures:normal; font-variant-caps:normal; letter-spacing:normal; orphans:2; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:2; word-spacing:0px; text-decoration-style:initial; text-decoration-color:initial\\\"><span class=\\\"emoji\\\" style=\\\"\\\">?</span>.<br></h1><p><br>Pozz Suzana<br></p>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1620818532357,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1618838012000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEADdW32N-SC5T5Cu7YMlm0dA\": [\n                                {\n                                    \"id\": 103673,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEADdW32N-SC5T5Cu7YMlm0dA\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<p style=\\\"margin:0px; box-sizing:border-box\\\">Zdravo Buha Sanela, kako si?</p><img alt=\\\"\\\" class=\\\"\\\" width=\\\"2\\\" height=\\\"2\\\" border=\\\"0\\\" src=\\\"https://release.multilead.io/api/email/v1/incr/c810ff90-e1ed-4da1-8aa9-6f2112f4c7f9/17b98be4-1b9f-49ab-b0cc-6595b903d36f\\\" style=\\\"opacity:0.02!important; display:block!important; width:2px!important\\\"><br><p style=\\\"margin:0px; box-sizing:border-box\\\">Srdačan pozdrav<em> </em>/ Kind regards, </p><p style=\\\"margin:0px; box-sizing:border-box\\\"><br style=\\\"box-sizing:border-box\\\"></p><p style=\\\"margin:0px; box-sizing:border-box\\\">Suzana ?</p>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1620736322292,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1619182525000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEAAbNndHwXwHRpY9GVGjYZ8t\": [\n                                {\n                                    \"id\": 103711,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEAAbNndHwXwHRpY9GVGjYZ8t\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<p style=\\\"margin:0px; box-sizing:border-box\\\">Sta se radi danas?</p><img alt=\\\"\\\" class=\\\"\\\" width=\\\"2\\\" height=\\\"2\\\" border=\\\"0\\\" src=\\\"https://release.multilead.io/api/email/v1/incr/7321ed9a-ec17-4042-9051-abdb924f8794/f9eaad19-d825-47a5-8156-f609559196c7\\\" style=\\\"opacity:0.02!important; display:block!important; width:2px!important\\\"><br><p style=\\\"margin:0px; box-sizing:border-box\\\">Srdačan pozdrav / Kind regards</p><p style=\\\"margin:0px; box-sizing:border-box\\\">Suzana ?</p>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1621434991754,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1620991456000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEAAzBv7XRThyRY99gd2YhwG3\": [\n                                {\n                                    \"id\": 104054,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEAAzBv7XRThyRY99gd2YhwG3\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<h2 style=\\\"margin-top:0px; margin-bottom:0px\\\"><span style=\\\"color:rgb(33,37,41)\\\">What is Lorem Ipsum?</span></h2><p style=\\\"margin:0px; box-sizing:border-box\\\"><br style=\\\"box-sizing:border-box\\\"></p><p style=\\\"margin:0px; box-sizing:border-box\\\"><br style=\\\"box-sizing:border-box\\\"></p><p style=\\\"margin:0px; box-sizing:border-box\\\"><a href=\\\"http://a1.rs\\\" rel=\\\"noopener noreferrer\\\" target=\\\"_blank\\\" style=\\\"color:rgb(17,85,204)\\\">Lorem</a><span style=\\\"color:rgb(33,37,41)\\\"> </span><a href=\\\"http://telenor.rs\\\" rel=\\\"noopener noreferrer\\\" target=\\\"_blank\\\" style=\\\"color:rgb(17,85,204)\\\">Ipsum</a><span style=\\\"color:rgb(33,37,41)\\\"> is </span><a href=\\\"http://mts.rs\\\" rel=\\\"noopener noreferrer\\\" target=\\\"_blank\\\" style=\\\"color:rgb(17,85,204)\\\">simply</a><span style=\\\"color:rgb(33,37,41)\\\"> dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</span></p><p style=\\\"margin:0px; box-sizing:border-box\\\"><br style=\\\"box-sizing:border-box\\\"></p><h2 style=\\\"margin-top:0px; margin-bottom:0px\\\"><span style=\\\"color:rgb(33,37,41)\\\">Why do we use it?</span></h2><p style=\\\"text-align:right; margin:0px; box-sizing:border-box\\\"><em style=\\\"color:rgb(33,37,41)\\\">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</em></p><p style=\\\"margin:0px; box-sizing:border-box\\\"><br style=\\\"box-sizing:border-box\\\"></p><h2 style=\\\"margin-top:0px; margin-bottom:0px\\\"><span style=\\\"color:rgb(33,37,41)\\\">Where does it come from?</span></h2><p style=\\\"text-align:center; margin:0px; box-sizing:border-box\\\"><span style=\\\"color:rgb(33,37,41)\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &quot;de Finibus Bonorum et Malorum&quot; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, &quot;Lorem ipsum dolor sit amet..&quot;, comes from a line in section 1.10.32.</span></p><p style=\\\"text-align:justify; margin:0px; box-sizing:border-box\\\"><span style=\\\"color:rgb(178,178,0)\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from &quot;de Finibus Bonorum et Malorum&quot; by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</span></p><p style=\\\"margin:0px; box-sizing:border-box\\\"><br style=\\\"box-sizing:border-box\\\"></p><h2 style=\\\"margin-top:0px; margin-bottom:0px\\\"><span style=\\\"color:rgb(33,37,41)\\\">Where can I get some?</span></h2><p style=\\\"text-align:justify; margin:0px; box-sizing:border-box\\\"><span style=\\\"color:rgb(33,37,41); background-color:rgb(102,163,224)\\\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. </span><span style=\\\"color:rgb(33,37,41)\\\">All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p><p style=\\\"margin:0px; box-sizing:border-box\\\"><br style=\\\"box-sizing:border-box\\\"></p><p style=\\\"margin:0px; box-sizing:border-box\\\"><span style=\\\"color:rgb(32,33,36)\\\">ÄÖÜẞ</span></p><p style=\\\"margin:0px; box-sizing:border-box\\\"><span style=\\\"color:rgb(32,33,36)\\\">DEÇĞŞÖ</span></p><p style=\\\"margin:0px; box-sizing:border-box\\\"><span style=\\\"color:rgb(32,33,36)\\\">也驰 / 馳她</span></p><p style=\\\"margin:0px; box-sizing:border-box\\\"><span style=\\\"color:rgb(32,33,36)\\\">あがさだ</span></p><p style=\\\"margin:0px; box-sizing:border-box\\\"><span style=\\\"color:rgb(32,33,36)\\\">ъюяѣё</span></p><p style=\\\"margin:0px; box-sizing:border-box\\\"><span style=\\\"color:rgb(32,33,36)\\\">ÆØÅ</span></p><p style=\\\"text-align:justify; margin:0px; box-sizing:border-box\\\"><span style=\\\"color:rgb(32,33,36)\\\">ش شفك ك غ</span></p><p style=\\\"margin:0px; box-sizing:border-box\\\"><br style=\\\"box-sizing:border-box\\\"></p><h1 style=\\\"margin-top:0px; margin-bottom:0px\\\"><span style=\\\"color:rgb(33,37,41)\\\">?</span></h1><br><p style=\\\"margin:0px; box-sizing:border-box\\\">Srdačan pozdrav / Kind regards</p><p style=\\\"margin:0px; box-sizing:border-box\\\">Suzana ?</p>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1624354428881,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1623837306000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEAA6_nuuQi--SpGM59y8rbxx\": [\n                                {\n                                    \"id\": 104092,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEAA6_nuuQi--SpGM59y8rbxx\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<p style=\\\"margin:0px; box-sizing:border-box\\\">Testiramo slanje mejlova</p><br><p style=\\\"margin:0px; box-sizing:border-box\\\">Srdačan pozdrav / Kind regards</p><p style=\\\"margin:0px; box-sizing:border-box\\\">Suzana ?</p>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1625137685726,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1623854748000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEAAMNF2nXKNTSYwlaBpc7wqv\": [\n                                {\n                                    \"id\": 104138,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEAAMNF2nXKNTSYwlaBpc7wqv\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<p style=\\\"margin:0px; box-sizing:border-box\\\">Probaj da li radi</p><p style=\\\"margin:0px; box-sizing:border-box\\\"><br style=\\\"box-sizing:border-box\\\"></p><p style=\\\"margin:0px; box-sizing:border-box\\\">I pogledaj sajt <a href=\\\"https://a1.rs\\\" rel=\\\"noopener noreferrer\\\" target=\\\"_blank\\\">A1</a></p><br><p style=\\\"margin:0px; box-sizing:border-box\\\">Srdačan pozdrav / Kind regards</p><p style=\\\"margin:0px; box-sizing:border-box\\\">Suzana ?</p>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1625137829261,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1624001166000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEADARmlXOYmqSqxdofAyetTd\": [\n                                {\n                                    \"id\": 104170,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEADARmlXOYmqSqxdofAyetTd\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<div style=\\\"min-width:301px\\\"></div><p style=\\\"margin:0px; box-sizing:border-box\\\">Testiramo podatke <a href=\\\"https://telenor.rs\\\" rel=\\\"noopener noreferrer\\\" target=\\\"_blank\\\">Sajt</a> br. 2</p><br><p style=\\\"margin:0px; box-sizing:border-box\\\">Srdačan pozdrav / Kind regards</p><p style=\\\"margin:0px; box-sizing:border-box\\\">Suzana ?</p>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1625143306694,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1624002063000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEADxSFlq7HKaTrj2is11y8Gc\": [\n                                {\n                                    \"id\": 104202,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEADxSFlq7HKaTrj2is11y8Gc\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<p style=\\\"margin:0px; box-sizing:border-box\\\">test delay</p>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1625137676406,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1624002374000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEADeoUKU3sKcT54MC7b9If0u\": [\n                                {\n                                    \"id\": 104260,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEADeoUKU3sKcT54MC7b9If0u\",\n                                    \"linkedinUserId\": 111192188,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222294960,\n                                    \"message\": \"<div dir=\\\"auto\\\">Ovo je odgovor</div><br><div class=\\\"gmail_quote\\\"></div>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1625137453723,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1624357283000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ]\n                        }\n                    }\n                }\n            },\n            \"22222301748\": {\n                \"channels\": {\n                    \"1\": {\n                        \"threads\": {\n                            \"2-YjkyMDZhYzktNGM2Ni00NDdmLWJkODktMjczNDZjMDdhOGI3XzAxMw==\": [\n                                {\n                                    \"id\": 103683,\n                                    \"thread\": \"2-YjkyMDZhYzktNGM2Ni00NDdmLWJkODktMjczNDZjMDdhOGI3XzAxMw==\",\n                                    \"linkedinUserId\": 111199879,\n                                    \"account\": 161,\n                                    \"dashboard\": 1,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222301748,\n                                    \"message\": \"Hi Kp Sales it would be great to be connected on LinkedIn.\\n\\nHave a nice day, Sanela\",\n                                    \"attachments\": null,\n                                    \"receiver\": false,\n                                    \"seenAt\": 1626966199548,\n                                    \"messageType\": \"LINKEDIN_MESSAGE\",\n                                    \"createdAt\": 1619524899156,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                },\n                                {\n                                    \"id\": 103999,\n                                    \"thread\": \"2-YjkyMDZhYzktNGM2Ni00NDdmLWJkODktMjczNDZjMDdhOGI3XzAxMw==\",\n                                    \"linkedinUserId\": 111199879,\n                                    \"account\": 161,\n                                    \"dashboard\": 1,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222301748,\n                                    \"message\": \"You too, Sanela\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1626966199548,\n                                    \"messageType\": \"LINKEDIN_MESSAGE\",\n                                    \"createdAt\": 1621939544371,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ]\n                        }\n                    }\n                }\n            },\n            \"22222301741\": {\n                \"channels\": {\n                    \"1\": {\n                        \"threads\": {\n                            \"2-MjM4ZDdiOGMtZDcwYS00Y2U2LTlmNDYtMzk3YWNhMDk4OWJhXzAxMw==\": [\n                                {\n                                    \"id\": 103690,\n                                    \"thread\": \"2-MjM4ZDdiOGMtZDcwYS00Y2U2LTlmNDYtMzk3YWNhMDk4OWJhXzAxMw==\",\n                                    \"linkedinUserId\": 111199872,\n                                    \"account\": 161,\n                                    \"dashboard\": 1,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222301741,\n                                    \"message\": \"Hi Chethan Rajendra it would be great to be connected on LinkedIn.\\n\\nHave a nice day, Sanela\",\n                                    \"attachments\": null,\n                                    \"receiver\": false,\n                                    \"seenAt\": 1620633705801,\n                                    \"messageType\": \"LINKEDIN_MESSAGE\",\n                                    \"createdAt\": 1619530507122,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                },\n                                {\n                                    \"id\": 103689,\n                                    \"thread\": \"2-MjM4ZDdiOGMtZDcwYS00Y2U2LTlmNDYtMzk3YWNhMDk4OWJhXzAxMw==\",\n                                    \"linkedinUserId\": 111199872,\n                                    \"account\": 161,\n                                    \"dashboard\": 1,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222301741,\n                                    \"message\": \"Thanks, you too\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1620633705801,\n                                    \"messageType\": \"LINKEDIN_MESSAGE\",\n                                    \"createdAt\": 1619530518230,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ]\n                        }\n                    }\n                }\n            },\n            \"22222299304\": {\n                \"channels\": {\n                    \"4\": {\n                        \"threads\": {\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEAD6-W6iRPbkSKkGeTYBKNJk\": [\n                                {\n                                    \"id\": 103695,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEAD6-W6iRPbkSKkGeTYBKNJk\",\n                                    \"linkedinUserId\": 111196537,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222299304,\n                                    \"message\": \"<p>Zdravo Sanela. Evo pijem kafu. Ti?<br></p>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1623414763413,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1619612085000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEACZa8jPFoBWSaui8X_eVv1W\": [\n                                {\n                                    \"id\": 103703,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEACZa8jPFoBWSaui8X_eVv1W\",\n                                    \"linkedinUserId\": 111196537,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222299304,\n                                    \"message\": \"<p>Moja kafa je sveza. Sveze samlevena.<br></p>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1620638044244,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1619614190000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEACOjKImZKNhQ4ksyGWCkKF4\": [\n                                {\n                                    \"id\": 103769,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEACOjKImZKNhQ4ksyGWCkKF4\",\n                                    \"linkedinUserId\": 111196537,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222299304,\n                                    \"message\": \"<p>Hvala na obaveštenju.</p><p><br></p><p>Pozz Ivo<br></p>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1622797006008,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1622796307000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ],\n                            \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABL1u2rviCgR6xkxMI9F1FW\": [\n                                {\n                                    \"id\": 103792,\n                                    \"thread\": \"AQQkADAwATMwMAItMzhjYS00NzE4LTAwAi0wMAoAEABL1u2rviCgR6xkxMI9F1FW\",\n                                    \"linkedinUserId\": 111196537,\n                                    \"account\": 161,\n                                    \"dashboard\": 4,\n                                    \"campaignId\": 1093,\n                                    \"leadId\": 22222299304,\n                                    \"message\": \"<div style=\\\"font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\\\"><div style=\\\"font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\\\"><span class=\\\"smartReply\\\">Very cool!</span></div><br></div><div id=\\\"appendonsend\\\"></div><hr tabindex=\\\"-1\\\" style=\\\"display:inline-block; width:98%\\\"><div id=\\\"divRplyFwdMsg\\\" dir=\\\"ltr\\\"><font face=\\\"Calibri, sans-serif\\\" color=\\\"#000000\\\" style=\\\"font-size:11pt\\\"><b>From:</b> Sanela Buha &lt;buha.sanela456@outlook.com&gt;<br><b>Sent:</b> Monday, June 7, 2021 11:13 AM<br><b>To:</b> ivo.nikolic52@outlook.com &lt;ivo.nikolic52@outlook.com&gt;<br><b>Subject:</b> Testiramo linkovanje</font> <div>&nbsp;</div></div><div><p style=\\\"margin:0px; box-sizing:border-box\\\"><a href=\\\"https://app.reply.guru/api/email/v1/rdr/888748d6-d350-4c6c-870e-57cc538cf9e6\\\" rel=\\\"noopener noreferrer\\\" target=\\\"_blank\\\">A1</a> - https</p><p style=\\\"margin:0px; box-sizing:border-box\\\"><a href=\\\"https://app.reply.guru/api/email/v1/rdr/1ab67f64-8d03-48da-86bc-76f231e74fac\\\" rel=\\\"noopener noreferrer\\\" target=\\\"_blank\\\">Telenor</a> - www</p><p style=\\\"margin:0px; box-sizing:border-box\\\"><a href=\\\"https://app.reply.guru/api/email/v1/rdr/73795c5e-89c8-43c1-8a45-36874ddb7179\\\" rel=\\\"noopener noreferrer\\\" target=\\\"_blank\\\">MTS</a> - .rs</p><br><p>Kind regards / All the best,</p><p>Sanela ?</p><img align=\\\"right\\\" alt=\\\"\\\" class=\\\"\\\" width=\\\"2\\\" height=\\\"2\\\" border=\\\"0\\\" src=\\\"https://app.reply.guru/api/email/v1/incr/3587190d-8d4c-4acf-ada9-28441e15008b/17704bf9-e627-4a3a-bd28-1150d40925fb\\\" style=\\\"opacity:0.02!important; right:0; top:0; display:block!important; width:2px!important\\\"> </div>\",\n                                    \"attachments\": null,\n                                    \"receiver\": true,\n                                    \"seenAt\": 1623143485829,\n                                    \"messageType\": \"EMAIL\",\n                                    \"createdAt\": 1623057296000,\n                                    \"messageStatus\": \"SENT/RECEIVED\",\n                                    \"lastRetry\": 0,\n                                    \"subject\": null,\n                                    \"trackingId\": null\n                                }\n                            ]\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"},{"id":"8e6dbffe-e1b7-4bf2-b050-8ea577362fb0","name":"missing lead id ","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/leads","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","leads"],"query":[{"key":"leadIds","value":"[22222294960,22222299304,22222301748,22222301741]","description":"(Optional) Lead id for which you want to get chats\n\nType: Number (Array)\n\nDefault: []","disabled":true}],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"23"},{"key":"ETag","value":"W/\"17-5FrgCiIYNrLDp0KqfW2A1Hnp8D8\""},{"key":"Date","value":"Mon, 08 Nov 2021 06:10:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"leads\": {}\n    }\n}"},{"id":"ae0fd8f8-8be3-4a60-98d5-c79935a3490b","name":"missing user id or account id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/leads?leadIds=[22222294960,22222299304,22222301748,22222301741]","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","leads"],"query":[{"key":"leadIds","value":"[22222294960,22222299304,22222301748,22222301741]","description":"(Optional) Lead id for which you want to get chats\n\nType: Number (Array)\n\nDefault: []"}],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"191"},{"key":"Date","value":"Mon, 08 Nov 2021 06:11:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot GET /api/backend/v1/users/1/accounts//conversations/leads</pre>\n    </body>\n</html>"},{"id":"ffc32833-a5c2-4dab-b2fd-8018f0652dd5","name":"authorization error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/leads?leadIds=[22222294960,22222299304,22222301748,22222301741]","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","leads"],"query":[{"key":"leadIds","value":"[22222294960,22222299304,22222301748,22222301741]","description":"(Optional) Lead id for which you want to get chats\n\nType: Number (Array)\n\nDefault: []"}],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 06:11:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"c69e8c4f-154a-4aef-8576-21f7041365da"},{"name":"Mark Messages as Seen","id":"aab1482d-aeea-4837-b0fe-d31c570d2348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/:thread/seen","description":"<p>This action marks messages from a specific thread as seen.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","conversations",":thread","seen"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.  </p>\n","type":"text/plain"},"type":"string","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"string","value":"161","key":"accountId"},{"description":{"content":"<p>(Required) This is the ID of the thread that the message in question is part of.</p>\n","type":"text/plain"},"type":"string","value":"6615475697433579520","key":"thread"}]}},"response":[{"id":"addde736-7a00-4280-b7c2-2e652aeeebe7","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/:thread/seen","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations",":thread","seen"],"variable":[{"description":"(Required) User id that you is connected with your account","key":"userId","type":"string","value":"1"},{"description":"(Required) Account id that has the campaign you want to get leads from","key":"accountId","type":"string","value":"161"},{"description":"thread id","key":"thread","type":"string","value":"6615475697433579520"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Date","value":"Wed, 12 Jan 2022 05:23:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"88d5d460-e64d-49b6-84ba-722a0b2e7a56","name":"Authorization Error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/:thread/seen","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations",":thread","seen"],"variable":[{"description":"(Required) User id that you is connected with your account","key":"userId","type":"string","value":"1"},{"description":"(Required) Account id that has the campaign you want to get leads from","key":"accountId","type":"string","value":"161"},{"description":"(Required) Thread id of the message you want to mark as seen","key":"thread","type":"string","value":"6615475697433579520"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Wed, 12 Jan 2022 05:32:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"f89c4e5c-4557-486d-87a1-3c32e3cd04f4","name":"Validation Error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/:thread/seen","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations",":thread","seen"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account","type":"string"},{"key":"accountId","value":"invalid","description":"(Required) Account id that has the campaign you want to get leads from","type":"string"},{"key":"thread","value":"6615475697433579520","description":"(Required) Thread id of the message you want to mark as seen","type":"string"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"168"},{"key":"ETag","value":"W/\"a8-Pf12u2MEYEY5oW00niNy+8/C+DE\""},{"key":"Date","value":"Wed, 12 Jan 2022 05:31:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"accountId\": {\n            \"value\": \"sdsd\",\n            \"msg\": \"Account id must be a number.\",\n            \"param\": \"accountId\",\n            \"location\": \"params\"\n        }\n    }\n}"}],"_postman_id":"aab1482d-aeea-4837-b0fe-d31c570d2348"},{"name":"Send New Email","id":"4f9d5615-6d57-45c8-be70-21662e0e5cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"recipient\": \"john.smith@company.com\",\n    \"subject\": \"John Smith\",\n    \"content\": \"<html><p style=\\\"margin: 0px; box-sizing: border-box;\\\">Open API test</p></html>\",\n    \"mailboxId\": \"some-uuid\",\n    \"signatureId\": 10,\n    \"useDefaultSignature\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/send_email_manually","description":"<p>This action sends an email to a new recipient through the platform.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","conversations","send_email_manually"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"any","value":"169","key":"accountId"}]}},"response":[{"id":"179b4b7b-b3ae-45b0-be03-f5666ba5f780","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"recipient\": \"john.smith@company.com\",\n    \"subject\": \"Example subject\",\n    \"content\": \"<html><p style=\\\"margin: 0px; box-sizing: border-box;\\\">Open API test</p></html>\",\n    \"mailboxId\": \"some-uuid\",\n    \"signatureId\": 10\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/send_email_manually","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","send_email_manually"],"variable":[{"key":"userId","value":"35048","description":"(Required) This is your User ID. "},{"key":"accountId","value":"32463","description":"(Required) This is the ID of the seat that the campaign in question is part of."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 24 Jun 2025 08:55:44 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"7"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"7-gFw9aUPkrb4JBgwx0K+SLEMaCno\""}],"cookie":[],"responseTime":null,"body":"SUCCESS"},{"id":"25ad0d3c-8ff1-4807-9eca-0b0e1367e7c9","name":"Unauthorized Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"recipient\": \"john.smith@company.com\",\n    \"subject\": \"Example subject\",\n    \"content\": \"<html><p style=\\\"margin: 0px; box-sizing: border-box;\\\">Open API test</p></html>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/send_email_manually","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","send_email_manually"],"variable":[{"key":"userId","value":"1"},{"key":"accountId","value":"169"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Fri, 01 Apr 2022 12:07:22 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"2a2adb9b-278c-4bfd-b0e2-df026b78f050","name":"Send email manually SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"recipient\": \"john.smith@company.com\",\n    \"subject\": \"Example subject\",\n    \"content\": \"<html><p style=\\\"margin: 0px; box-sizing: border-box;\\\">Open API test</p></html>\",\n    \"mailboxId\": \"some-uuid\",\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/send_email_manually","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","send_email_manually"],"variable":[{"key":"userId","value":"1"},{"key":"accountId","value":"169"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"7"},{"key":"ETag","value":"W/\"7-gFw9aUPkrb4JBgwx0K+SLEMaCno\""},{"key":"Date","value":"Fri, 01 Apr 2022 12:06:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"SUCCESS"},{"id":"911866df-fb0f-4609-804a-cc53612830ab","name":"Valdation Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"recipient\": \"john.smith@company.com\",\n    \"subject\": \"Example subject\",\n    \"content\": \"<html><p style=\\\"margin: 0px; box-sizing: border-box;\\\">Open API test</p></html>\",\n    \"mailboxId\": \"some-uuid\",\n    \"signatureId\": \"invalid_signature_id\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/send_email_manually","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","send_email_manually"],"variable":[{"key":"userId","value":"1"},{"key":"accountId","value":"169"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"170"},{"key":"ETag","value":"W/\"aa-+NxulDcym/AksU5CQ+Mh685eXGc\""},{"key":"Date","value":"Fri, 01 Apr 2022 12:08:58 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"signatureId\": {\n            \"value\": \"test\",\n            \"msg\": \"signatureId must be a number\",\n            \"param\": \"signatureId\",\n            \"location\": \"body\"\n        }\n    }\n}"}],"_postman_id":"4f9d5615-6d57-45c8-be70-21662e0e5cc9"},{"name":"Send Email To a Thread","id":"4f215be1-42a6-4a9a-aa3c-b982e241441d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\":111853,\n\t\"message\":\"Example message\",\n    \"linkedinUserId\":111184980,\n\t\"dashboard\":4,\n    \"messageType\": \"EMAIL\",\n    \"leadId\":22222283862,\n    \"campaignId\":530,\n    \"recipient\":\"john.smith@company.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/:thread/email","description":"<p>This action sends an email to an existing email thread in the platform’s inbox.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","conversations",":thread","email"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the account that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"any","value":"7","key":"accountId"},{"description":{"content":"<p>(Required) This is the ID of the thread that the message in question is part of.</p>\n","type":"text/plain"},"type":"any","value":"6374381452003545088","key":"thread"}]}},"response":[{"id":"8e610054-2beb-4aa1-9a62-37732071964c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key. ","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"message\":\"Example message\",\n    \"linkedinUserId\":111167551,\n\t\"dashboard\":1,\n    \"messageType\": \"EMAIL\",\n    \"leadId\":22222273076,\n    \"campaignId\":233,\n    \"recipient\":\"john.smith@company.com\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/:thread/email","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations",":thread","email"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID."},{"key":"accountId","value":"7","description":"(Required) This is the ID of the account that the campaign in question is part of."},{"key":"thread","value":"6374381452003545088","description":"(Required) This is the ID of the thread that the message in question is part of."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"292"},{"key":"ETag","value":"W/\"124-rWV1oYH83Qfyu1NuKtasLQn4v10\""},{"key":"Date","value":"Thu, 08 Jun 2023 16:00:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 109240,\n    \"message\": \"test\",\n    \"receiver\": false,\n    \"createdAt\": 1686240035548,\n    \"seenAt\": 1686240035548,\n    \"account\": 7,\n    \"linkedinUserId\": 111167551,\n    \"thread\": \"6374381452003545088\",\n    \"dashboard\": 1,\n    \"leadId\": 22222273076,\n    \"campaignId\": 233,\n    \"messageStatus\": \"SENDING\",\n    \"messageType\": \"EMAIL\",\n    \"lastRetry\": 1686240035548\n}"},{"id":"3debcc43-6f1e-4244-9948-df01d63a42b6","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key. ","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"message\":\"test\",\n    \"linkedinUserId\":111167551,\n\t\"dashboard\":1,\n    \"leadId\":22222273076,\n    \"campaignId\":233,\n    \"recipient\":\"stefan.burscher@gmail.com\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/:thread/email","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations",":thread","email"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID."},{"key":"accountId","value":"7","description":"(Required) This is the ID of the account that the campaign in question is part of."},{"key":"thread","value":"6374381452003545088","description":"(Required) This is the ID of the thread that the message in question is part of."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"151"},{"key":"ETag","value":"W/\"97-g8deyhu3vHCMlgMc6wbLaMDtrhs\""},{"key":"Date","value":"Thu, 08 Jun 2023 16:01:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"messageType\": {\n            \"msg\": \"Message type is required\",\n            \"param\": \"messageType\",\n            \"location\": \"body\"\n        }\n    }\n}"},{"id":"2f7c8ef6-1f38-498d-9eab-71ad5a6bec51","name":"Unathorized Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key. ","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"message\":\"Example message\",\n    \"linkedinUserId\":111167551,\n\t\"dashboard\":1,\n    \"messageType\": \"EMAIL\",\n    \"leadId\":22222273076,\n    \"campaignId\":233,\n    \"recipient\":\"john.smith@company.com\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/:thread/email","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations",":thread","email"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID."},{"key":"accountId","value":"7","description":"(Required) This is the ID of the account that the campaign in question is part of."},{"key":"thread","value":"6374381452003545088","description":"(Required) This is the ID of the thread that the message in question is part of."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Thu, 08 Jun 2023 16:02:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"4f215be1-42a6-4a9a-aa3c-b982e241441d"},{"name":"Send Linkedin Message","id":"2506e587-3745-41b1-964e-21155d643b5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"message\": \"Example message\",\n    \"linkedinUserId\": 67663930,\n    \"dashboard\": 1,\n    \"messageType\": \"LINKEDIN_MESSAGE\",\n    \"publicIdentifier\": \"john-smith-1a7614206\",\n    \"campaignId\": 151609,\n    \"leadId\": 63789883\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/send_message","description":"<p>This action sends a LinkedIn message to an existing LinkedIn thread in the platform's inbox.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<p>Required:</p>\n<ul>\n<li><p>message - The message content to send</p>\n</li>\n<li><p>linkedinUserId - The LinkedIn user ID of the recipient</p>\n</li>\n<li><p>dashboard - The dashboard type (1 or 2)</p>\n</li>\n<li><p>messageType - Type of message (e.g., \"LINKEDIN_MESSAGE\")</p>\n</li>\n<li><p>leadId - The lead ID</p>\n</li>\n<li><p>campaignId - The campaign ID</p>\n</li>\n</ul>\n<p>Dashboard-Specific Requirements:</p>\n<ul>\n<li><p>Dashboard 1 (Basic LinkedIn):</p>\n</li>\n<li><p>Requires publicIdentifier parameter</p>\n</li>\n<li><p>Works with any LinkedIn subscription type</p>\n</li>\n<li><p>Dashboard 2 (Sales Navigator):</p>\n</li>\n<li><p>Requires salesIdentifier parameter (NOT publicIdentifier)</p>\n</li>\n<li><p>Account must have an active Sales Navigator subscription (linkedinSubscriptionId: 2)</p>\n</li>\n<li><p>If the account doesn't have Sales Navigator, you'll receive: 422 - \"Linkedin user cannot send messages over navigator dashboard\"</p>\n</li>\n</ul>\n<p>Optional:</p>\n<ul>\n<li>thread - Thread identifier (can be omitted when identifier is present)</li>\n</ul>\n<h3 id=\"example-requests\">Example Requests</h3>\n<p>Dashboard 1 (Basic):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"Your message here\",\n  \"linkedinUserId\": 156844209,\n  \"dashboard\": 1,\n  \"messageType\": \"LINKEDIN_MESSAGE\",\n  \"publicIdentifier\": \"ACwAAAXyCAcBBshRYy_xLExdhKX4XrOJO\",\n  \"campaignId\": 327904,\n  \"leadId\": 151529106\n}\n\n</code></pre>\n<p>Dashboard 2 (Sales Navigator):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"Your message here\",\n  \"linkedinUserId\": 150145858,\n  \"dashboard\": 2,\n  \"messageType\": \"LINKEDIN_MESSAGE\",\n  \"salesIdentifier\": \"ACwAAAFes2wB_FvGpswZujHG1UPrDG9sUy05uds\",\n  \"campaignId\": 327904,\n  \"leadId\": 144937744\n}\n\n</code></pre>\n<h3 id=\"common-errors\">Common Errors</h3>\n<ul>\n<li><p>422 - \"PublicIdentifier is required\" - Missing publicIdentifier for dashboard 1</p>\n</li>\n<li><p>422 - \"SalesIdentifier is required\" - Missing salesIdentifier for dashboard 2</p>\n</li>\n<li><p>422 - \"Linkedin user cannot send messages over navigator dashboard\" - Account lacks Sales Navigator subscription for dashboard 2</p>\n</li>\n<li><p>422 - \"Lead not found\" - Invalid leadId for the specified account</p>\n</li>\n<li><p>422 - \"Lead id and linkedin user id are not compatible\" - Mismatch between leadId and linkedinUserId</p>\n</li>\n<li><p>409 - \"Account is inactive\" - The LinkedIn account is not active</p>\n</li>\n</ul>\n","urlObject":{"path":["users",":userId","accounts",":accountId","conversations","send_message"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"6390","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the account that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"any","value":"7397","key":"accountId"}]}},"response":[{"id":"1726ee63-725a-4414-923e-87a88cfe6528","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"message\": \"Example message\",\n    \"linkedinUserId\": 67663930,\n    \"dashboard\": 1,\n    \"messageType\": \"LINKEDIN_MESSAGE\",\n    \"publicIdentifier\": \"john-smith-1a7614206\",\n    \"campaignId\": 151609,\n    \"leadId\": 63789883\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/send_message","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","send_message"],"variable":[{"key":"userId","value":"9250","description":"(Required) This is your User ID."},{"key":"accountId","value":"7397","description":"(Required) This is the ID of the account that the campaign in question is part of."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"275"},{"key":"ETag","value":"W/\"113-VApLuLBlZlPdEDp7xJiwK7zTY8k\""},{"key":"Date","value":"Thu, 15 Jun 2023 07:59:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 109022045,\n    \"message\": \"Example message\",\n    \"receiver\": false,\n    \"createdAt\": 1686815925296,\n    \"seenAt\": 1686815925296,\n    \"account\": 7397,\n    \"linkedinUserId\": 67663930,\n    \"dashboard\": 1,\n    \"leadId\": 63789883,\n    \"campaignId\": 151609,\n    \"messageStatus\": \"SENDING\",\n    \"messageType\": \"LINKEDIN_MESSAGE\",\n    \"lastRetry\": 1686815925296\n}"},{"id":"0372254f-fc8c-4472-9ad6-506ffab57b0b","name":"User not having permission to complete action","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"message\": \"Example message\",\n    \"linkedinUserId\": 111167551,\n    \"dashboard\": 1,\n    \"messageType\": \"LINKEDIN_MESSAGE\",\n    \"publicIdentifier\": \"john-smith\",\n    \"campaignId\": 233,\n    \"thread\": \"6665226208550223872\",\n    \"leadId\": 22222273076\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/send_message","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","send_message"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID."},{"key":"accountId","value":"7","description":"(Required) This is the ID of the account that the campaign in question is part of."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"91"},{"key":"ETag","value":"W/\"5b-fBIz+tOvbzq9ny0PyK/svbxjyT4\""},{"key":"Date","value":"Mon, 12 Jun 2023 16:44:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 403,\n        \"message\": \"You do not have required permission perform this action!\"\n    }\n}"}],"_postman_id":"2506e587-3745-41b1-964e-21155d643b5f"},{"name":"Get Specific Lead's Messages","id":"92d369e3-3ab4-42d3-87f7-57f64d905699","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text","description":"<p>(Required) This is your API key.</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/leads/:leadId","description":"<p>This action retrieves conversation messages associated with a specific lead.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","conversations","leads",":leadId"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"6390","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the messages in question are a part of.</p>\n","type":"text/plain"},"type":"any","value":"11","key":"accountId"},{"description":{"content":"<p>(Required) This is the ID of the lead whose messages you want to get.</p>\n","type":"text/plain"},"type":"any","value":"12345","key":"leadId"}]}},"response":[{"id":"66059ec3-20a2-4afd-878e-8184748bd06f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/conversations/leads/:leadId?limit=1&offset=0","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","conversations","leads",":leadId"],"query":[{"key":"limit","value":"1","description":"(optional) This limit defines the total number of messages you want to get. The default value is set to 30. The counting starts from the message number specified in the \"offset\" parameter."},{"key":"offset","value":"0","description":"(optional) This parameter indicates the starting message number from which you want to begin counting. The default value is 0."}],"variable":[{"key":"userId","value":"6390","description":"(Required) This is your User ID."},{"key":"accountId","value":"9852","description":"(Required) This is the ID of the seat that the messages in question are a part of."},{"key":"leadId","value":"71088719","description":"(Required) This is the ID of the lead whose messages you want to get."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"552"},{"key":"ETag","value":"W/\"228-/7jmngCIWy2mqwGe64kggLfw/Oc\""},{"key":"Date","value":"Wed, 27 Sep 2023 15:10:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"messages\": {\n            \"channels\": {\n                \"1\": {\n                    \"threads\": {\n                        \"2-ZjM5NjllZjktZjUxNS00OTE3LTlkOGItNzI1Zjg2NjU5OGUxXzAxMA==\": [\n                            {\n                                \"id\": 121276078,\n                                \"thread\": \"2-ZjM5NjllZjktZjUxNS00OTE3LTlkOGItNzI1Zjg2NjU5OGUxXzAxMA==\",\n                                \"linkedinUserId\": 75124481,\n                                \"account\": 9852,\n                                \"dashboard\": 1,\n                                \"campaignId\": 167829,\n                                \"leadId\": 71088719,\n                                \"message\": \"Thanks for connecting Inna\",\n                                \"attachments\": null,\n                                \"receiver\": false,\n                                \"seenAt\": 1694617621651,\n                                \"messageType\": \"LINKEDIN_MESSAGE\",\n                                \"createdAt\": 1693979053240,\n                                \"messageStatus\": \"SENT/RECEIVED\",\n                                \"lastRetry\": 0,\n                                \"subject\": null,\n                                \"trackingId\": null,\n                                \"archived\": false\n                            }\n                        ]\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"92d369e3-3ab4-42d3-87f7-57f64d905699"}],"id":"b077ba87-bc66-4eb9-99df-25daa4d7eb84","event":[{"listen":"prerequest","script":{"id":"384f66b2-5a21-479d-b1e5-d89e5460af4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5dc5637e-f66b-4480-9015-caba558097d3","type":"text/javascript","exec":[""]}}],"_postman_id":"b077ba87-bc66-4eb9-99df-25daa4d7eb84","description":""},{"name":"Webhooks","item":[{"name":"Create a Non-global Webhook","id":"14106af1-56da-4f26-a336-2913fdbbe500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>(Required) Type of the content in body (JSON)</p>\n","type":"text"},{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"webhooks\": [\n        {\n            \"accountWebhookActionId\": 4,\n            \"url\": \"www.example-webhook-url.com\",\n            \"metadata\": null,\n            \"linkedinAccountId\": 27,\n            \"campaignId\": 3817\n        }\n    ]\n}"},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/webhooks","description":"<p>This actions creates a non-global webhook.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","webhooks"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of. </p>\n","type":"text/plain"},"type":"string","value":"2","key":"accountId"}]}},"response":[{"id":"c540555a-cb9c-466c-b1f9-7d755a231a2b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"(Required) Type of the content in body (JSON)","type":"text"},{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"webhooks\": [\n        {\n            \"accountWebhookActionId\": 4,\n            \"url\": \"www.example-webhook-url.com\",\n            \"metadata\": null,\n            \"linkedinAccountId\": 27,\n            \"campaignId\": 3817\n        }\n    ]\n}"},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/webhooks","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","webhooks"],"variable":[{"key":"userId","value":"35048","description":"(Required) This is your User ID."},{"key":"accountId","value":"7265","description":"(Required) This is the ID of the seat that the campaign in question is part of. ","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 27 Jun 2025 13:39:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"39-Vh6GEQqU+6ECmbjLn4c09ZPDsvs\""}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"ids\": [\n            5164231\n        ],\n        \"value\": \"Webhook(s) created\"\n    }\n}"},{"id":"5b276dbc-af97-4ff6-a37c-75be839fabc8","name":"authorizaton error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"(Required) Type of the content in body (JSON)","type":"text"},{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"webhooks\": [\n        {\n            \"accountWebhookActionId\": 4,\n            \"url\": \"www.example-webhook-url.com\",\n            \"metadata\": {},\n            \"linkedinAccountId\": 27,\n            \"campaignId\": 3817\n        }\n    ]\n}"},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/webhooks","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","webhooks"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","description":"(Required) Account id that has the campaign you want to get leads from","type":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 04:57:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"97719292-f5f2-4769-8b03-2078282e3d82","name":"missing user id or account id","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"(Required) Type of the content in body (JSON)","type":"text"},{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"webhooks\": [\n        {\n            \"accountWebhookActionId\": 4,\n            \"url\": \"www.example-webhook-url.com\",\n            \"metadata\": null,\n            \"linkedinAccountId\": 27,\n            \"campaignId\": 3817\n        }\n    ]\n}"},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/webhooks","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","webhooks"],"variable":[{"key":"userId","value":"","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"","description":"(Required) Account id that has the campaign you want to get leads from","type":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"180"},{"key":"Date","value":"Mon, 08 Nov 2021 04:56:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot POST /api/backend/v1/users//accounts//webhooks</pre>\n    </body>\n</html>"},{"id":"d4eecfa5-5f59-49a8-a27a-0b9cb0c58320","name":"validation error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"(Required) Type of the content in body (JSON)","type":"text","disabled":true},{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"body":{"mode":"raw","raw":"{\n}"},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/webhooks","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","webhooks"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","description":"(Required) Account id that has the campaign you want to get leads from","type":"string"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"ETag","value":"W/\"8e-jSF5/yZN7M/EWZryayLNH9YypTw\""},{"key":"Date","value":"Mon, 08 Nov 2021 04:57:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"webhooks\": {\n            \"msg\": \"Webhooks is required.\",\n            \"param\": \"webhooks\",\n            \"location\": \"body\"\n        }\n    }\n}"}],"_postman_id":"14106af1-56da-4f26-a336-2913fdbbe500"},{"name":"Create a Global Webhook","id":"d832861f-f34f-42e2-b24f-92df1ee2ab10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>(Required) Type of the content in body (JSON)</p>\n","type":"text"},{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"webhooks\": [\n        {\n            \"accountWebhookActionId\": 5,\n            \"url\": \"www.example-webhook-url.com\",\n            \"metadata\": {},\n            \"linkedinAccountId\": 158\n        }\n    ]\n}"},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/global_webhook","description":"<p>This action creates a global webhook.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","global_webhook"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"93","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"string","value":"1","key":"accountId"}]}},"response":[{"id":"1b81a20e-ba2c-49eb-b00e-5c079c481cda","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"(Required) Type of the content in body (JSON)","type":"text"},{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"webhooks\": [\n        {\n            \"accountWebhookActionId\": 5,\n            \"url\": \"www.example-webhook-url.com\",\n            \"linkedinAccountId\": 158\n        }\n    ]\n}"},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/global_webhook","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","global_webhook"],"variable":[{"key":"userId","value":"93","description":"(Required) This is your User ID."},{"key":"accountId","value":"79","description":"(Required) This is the ID of the seat that the campaign in question is part of.","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"58"},{"key":"ETag","value":"W/\"3a-RxhBtXH4DHGSLky7qtibyjFlCOw\""},{"key":"Date","value":"Fri, 27 Jun 2025 13:19:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"ids\": [\n            1012\n        ],\n        \"value\": \"Global webhooks created\"\n    }\n}"},{"id":"2be44a39-efa8-4cd1-adb1-047296ff408d","name":"missing user id, account id or body","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"(Required) Type of the content in body (JSON)","type":"text"},{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"webhooks\": [\n        {\n            \"accountWebhookActionId\": 5,\n            \"url\": \"www.example-webhook-url.com\",\n            \"metadata\": {},\n            \"linkedinAccountId\": 158\n        }\n    ]\n}"},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/global_webhook","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","global_webhook"],"variable":[{"key":"userId","value":"","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"27","description":"(Required) Account id that has the campaign you want to get leads from","type":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"188"},{"key":"Date","value":"Mon, 08 Nov 2021 04:59:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot POST /api/backend/v1/users//accounts/27/global_webhook</pre>\n    </body>\n</html>"},{"id":"93af6cf6-2bfa-41f4-8b78-7c097426d715","name":"validation error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"(Required) Type of the content in body (JSON)","type":"text","disabled":true},{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \n}"},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/global_webhook","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","global_webhook"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"27","description":"(Required) Account id that has the campaign you want to get leads from","type":"string"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"ETag","value":"W/\"8e-jSF5/yZN7M/EWZryayLNH9YypTw\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:00:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"webhooks\": {\n            \"msg\": \"Webhooks is required.\",\n            \"param\": \"webhooks\",\n            \"location\": \"body\"\n        }\n    }\n}"},{"id":"a7efc8b0-d782-4e1d-9b1a-3dd4852d3103","name":"authorization error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"(Required) Type of the content in body (JSON)","type":"text"},{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"webhooks\": [\n        {\n            \"accountWebhookActionId\": 5,\n            \"url\": \"www.example-webhook-url.com\",\n            \"metadata\": {},\n            \"linkedinAccountId\": 158\n        }\n    ]\n}"},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/global_webhook","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","global_webhook"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"27","description":"(Required) Account id that has the campaign you want to get leads from","type":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 04:59:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"d832861f-f34f-42e2-b24f-92df1ee2ab10"},{"name":"List Non-global Webhooks","id":"fbf0b87a-01fe-4011-a147-3eb37c21a1ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/webhooks?limit=30&offset=0","description":"<p>This action lists global webhooks.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","webhooks"],"host":["{{OpenAPIUrl}}"],"query":[{"key":"limit","value":"30"},{"key":"offset","value":"0"}],"variable":[{"type":"any","value":"1374","key":"userId"},{"type":"any","value":"346","key":"accountId"}]}},"response":[{"id":"dc7f59ac-196e-421d-8f3d-4d5f0ef9e777","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","description":"(Optional) Type of the content in body (urlencoded)","disabled":true},{"description":"(Required) Your api key","key":"Authorization","type":"text","value":"{{apiKey}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"test","type":"text","value":"test","description":"(optional) Value for testing"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/webhooks","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","webhooks"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"27","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"23832"},{"key":"ETag","value":"W/\"5d18-cRFIY5ESshsMwyd7q2TF/nSs1Gk\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:02:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 53447,\n                \"campaignId\": 3208,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3208,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-16T15:55:44.000Z\",\n                    \"updatedAt\": \"2021-08-16T15:56:02.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53448,\n                \"campaignId\": 3209,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3209,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-16T16:18:22.000Z\",\n                    \"updatedAt\": \"2021-08-16T16:18:42.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53449,\n                \"campaignId\": 3210,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3210,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"aasd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-16T16:21:06.000Z\",\n                    \"updatedAt\": \"2021-08-16T16:21:41.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53450,\n                \"campaignId\": 3211,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3211,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-16T16:26:12.000Z\",\n                    \"updatedAt\": \"2021-08-16T16:26:31.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53451,\n                \"campaignId\": 3212,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3212,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-16T16:26:52.000Z\",\n                    \"updatedAt\": \"2021-08-16T16:27:12.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53452,\n                \"campaignId\": 3213,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3213,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-16T16:29:28.000Z\",\n                    \"updatedAt\": \"2021-08-16T16:29:48.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53453,\n                \"campaignId\": 3214,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3214,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-16T16:30:12.000Z\",\n                    \"updatedAt\": \"2021-08-16T16:30:31.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53454,\n                \"campaignId\": 3215,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3215,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-16T16:36:02.000Z\",\n                    \"updatedAt\": \"2021-08-16T16:36:21.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53455,\n                \"campaignId\": 3216,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3216,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-16T16:36:54.000Z\",\n                    \"updatedAt\": \"2021-08-16T16:37:17.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53456,\n                \"campaignId\": 3217,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3217,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T07:39:24.000Z\",\n                    \"updatedAt\": \"2021-08-17T07:39:42.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53457,\n                \"campaignId\": 3218,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3218,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T07:47:36.000Z\",\n                    \"updatedAt\": \"2021-08-17T07:47:41.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53458,\n                \"campaignId\": 3219,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3219,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T07:48:21.000Z\",\n                    \"updatedAt\": \"2021-08-17T07:48:41.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53459,\n                \"campaignId\": 3220,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3220,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T07:48:57.000Z\",\n                    \"updatedAt\": \"2021-08-17T07:49:16.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53460,\n                \"campaignId\": 3221,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3221,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T07:52:51.000Z\",\n                    \"updatedAt\": \"2021-08-17T07:53:08.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53461,\n                \"campaignId\": 3222,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3222,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"ASD\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T07:55:01.000Z\",\n                    \"updatedAt\": \"2021-08-17T07:55:19.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53462,\n                \"campaignId\": 3223,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3223,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"ASD\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T07:57:11.000Z\",\n                    \"updatedAt\": \"2021-08-17T07:57:16.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53463,\n                \"campaignId\": 3224,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3224,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"ASD\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T07:57:39.000Z\",\n                    \"updatedAt\": \"2021-08-17T07:57:57.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53464,\n                \"campaignId\": 3225,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3225,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"ASD\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T07:58:21.000Z\",\n                    \"updatedAt\": \"2021-08-17T07:58:41.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53465,\n                \"campaignId\": 3226,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3226,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T07:59:15.000Z\",\n                    \"updatedAt\": \"2021-08-17T08:09:19.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53466,\n                \"campaignId\": 3227,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3227,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T08:18:23.000Z\",\n                    \"updatedAt\": \"2021-08-17T08:18:42.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53467,\n                \"campaignId\": 3228,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3228,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T08:19:41.000Z\",\n                    \"updatedAt\": \"2021-08-17T08:20:01.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53468,\n                \"campaignId\": 3230,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3230,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T08:21:31.000Z\",\n                    \"updatedAt\": \"2021-08-17T08:21:51.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53469,\n                \"campaignId\": 3231,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3231,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T08:22:05.000Z\",\n                    \"updatedAt\": \"2021-08-17T08:22:29.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53470,\n                \"campaignId\": 3233,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3233,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T08:26:30.000Z\",\n                    \"updatedAt\": \"2021-08-17T08:26:50.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53471,\n                \"campaignId\": 3234,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3234,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T08:27:27.000Z\",\n                    \"updatedAt\": \"2021-08-17T08:27:45.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53472,\n                \"campaignId\": 3235,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3235,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T08:28:09.000Z\",\n                    \"updatedAt\": \"2021-08-17T08:28:28.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53473,\n                \"campaignId\": 3236,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3236,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T08:29:03.000Z\",\n                    \"updatedAt\": \"2021-08-17T08:29:51.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53474,\n                \"campaignId\": 3237,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3237,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T08:31:57.000Z\",\n                    \"updatedAt\": \"2021-08-17T08:32:16.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            },\n            {\n                \"id\": 53475,\n                \"campaignId\": 3239,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.google.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {},\n                \"campaign\": {\n                    \"stepsTree\": null,\n                    \"id\": 3239,\n                    \"linkedinAccountId\": 27,\n                    \"networkId\": 1,\n                    \"statusId\": 1,\n                    \"statusChangeTimestamp\": 0,\n                    \"checkTimestamp\": 0,\n                    \"name\": \"asd\",\n                    \"connectMessage\": \"{}\",\n                    \"lastProcessingTimestamp\": 0,\n                    \"onlyPremium\": false,\n                    \"onlyOpenInmail\": false,\n                    \"collectInMailStatus\": false,\n                    \"onlyDiscoverLeads\": false,\n                    \"isFirstConnection\": false,\n                    \"getPersonalInfo\": false,\n                    \"onlyUniqueLeads\": true,\n                    \"noPendingConnections\": true,\n                    \"duplicateLeadsIgnored\": 0,\n                    \"pendingLeadsIgnored\": 0,\n                    \"connectLeadsAborted\": 0,\n                    \"createdAt\": \"2021-08-17T08:32:43.000Z\",\n                    \"updatedAt\": \"2021-08-17T08:35:01.000Z\",\n                    \"startAt\": 0,\n                    \"stateId\": 2,\n                    \"enableClickRate\": false,\n                    \"enableOpenRate\": false\n                }\n            }\n        ]\n    }\n}"},{"id":"2f5d96f4-0b07-48a5-913a-0c6f1a4da40e","name":"missing user id or account id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","description":"(Optional) Type of the content in body (urlencoded)","disabled":true},{"description":"(Required) Your api key","key":"Authorization","type":"text","value":"{{apiKey}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/webhooks","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","webhooks"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"180"},{"key":"Date","value":"Mon, 08 Nov 2021 05:03:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot GET /api/backend/v1/users/1/accounts//webhooks</pre>\n    </body>\n</html>"},{"id":"6e453fc7-ea02-4583-be2f-058ffb289eed","name":"Authorization error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","description":"(Optional) Type of the content in body (urlencoded)"},{"description":"(Required) Your api key","key":"Authorization","type":"text","value":"{{apiKey}}","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/webhooks","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","webhooks"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"27","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:05:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"fbf0b87a-01fe-4011-a147-3eb37c21a1ac"},{"name":"List Webhook Actions","id":"aa875680-998f-432a-af0e-41a5b57e5220","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"test","type":"text","value":"test","description":"<p>(optional) Value for testing</p>\n","disabled":true}]},"url":"{{OpenAPIUrl}}/users/:userId/team/:teamId/webhook_actions","description":"<p>This GET endpoint retrieves the list of webhook actions.</p>\n<p><strong>Purpose:</strong><br />Fetches webhook actions associated with the specified user (<code>userId</code>) and team (<code>teamId</code>).</p>\n<p><strong>Required Path Variables:</strong></p>\n<ul>\n<li><p><code>userId</code>: The unique identifier of the user.</p>\n</li>\n<li><p><code>teamId</code>: The unique identifier of the team.</p>\n</li>\n</ul>\n<p>Use this endpoint to obtain all webhook actions.</p>\n","urlObject":{"path":["users",":userId","team",":teamId","webhook_actions"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"35048","key":"userId"},{"description":{"content":"<p>(Required) This is your Team ID.</p>\n","type":"text/plain"},"type":"any","value":"30110","key":"teamId"}]}},"response":[{"id":"2217082a-a3f4-4ed8-a4c9-61400397bf5a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"(Optional) Type of the content in body (urlencoded)","type":"text","disabled":true},{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"test","type":"text","value":"test","description":"(optional) Value for testing","disabled":true}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/team/:teamId/webhook_actions","host":["{{OpenAPIUrl}}"],"path":["users",":userId","team",":teamId","webhook_actions"],"variable":[{"key":"userId","value":"35048","description":"(Required) This is your User ID."},{"key":"teamId","value":"30110","description":"(Required) This is your Team ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 23 Oct 2025 11:37:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"457"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"1c9-nk24e6g9WFydXp5FDoHRNJIFM9A\""}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 2,\n                \"name\": \"SENT_CONNECTION\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"ACCEPTED_CONNECTION\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"RELIED\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"MESSAGE\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"TAG_CREATION\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"SENT_ALL_CONNECTION_REQUESTS\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"LEAD_COMPLETED_CAMPAIGN\"\n            },\n            {\n                \"id\": 13,\n                \"name\": \"EMAIL_SENT\"\n            },\n            {\n                \"id\": 14,\n                \"name\": \"LINK_CLICK\"\n            },\n            {\n                \"id\": 15,\n                \"name\": \"EMAIL_OPEN\"\n            },\n            {\n                \"id\": 16,\n                \"name\": \"EMAIL_UNSUBSCRIBE\"\n            },\n            {\n                \"id\": 17,\n                \"name\": \"BOUNCED_EMAIL\"\n            },\n            {\n                \"id\": 18,\n                \"name\": \"SENT_MESSAGE\"\n            }\n        ]\n    }\n}"},{"id":"a20d80c3-9f51-48df-96ce-d7c08d020ded","name":"Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"(Optional) Type of the content in body (urlencoded)","type":"text","disabled":true},{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"test","type":"text","value":"test","description":"(optional) Value for testing","disabled":true}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/team/:teamId/webhook_actions","host":["{{OpenAPIUrl}}"],"path":["users",":userId","team",":teamId","webhook_actions"],"variable":[{"key":"userId","value":"35048","description":"(Required) This is your User ID."},{"key":"teamId","value":"30110","description":"(Required) This is your Team ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 23 Oct 2025 11:37:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"aa875680-998f-432a-af0e-41a5b57e5220"},{"name":"List Global Webhooks","id":"372229ba-c533-433a-b8a3-d0b70ac10ae8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"test","type":"text","value":"test","description":"<p>(optional) Value for testing</p>\n","disabled":true}]},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/global_webhooks?limit=30&offset=0","description":"<p>This action lists all global webhooks.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","global_webhooks"],"host":["{{OpenAPIUrl}}"],"query":[{"key":"limit","value":"30"},{"key":"offset","value":"0"}],"variable":[{"id":"220b4e12-862c-451e-abc1-a79c3588f682","description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"id":"41b82e0c-9cb3-4e76-bdf7-94aa3caae8e9","description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"string","value":"2","key":"accountId"}]}},"response":[{"id":"d1ef26cf-8fc1-4f29-af46-25ce0b99a2f0","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"(Optional) Type of the content in body (urlencoded)","type":"text","disabled":true},{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"test","type":"text","value":"test","description":"(optional) Value for testing","disabled":true}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/global_webhooks","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","global_webhooks"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"27","description":"(Required) Account id that has the campaign you want to get leads from","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"204"},{"key":"ETag","value":"W/\"cc-vPCQplsjOyi9YvS5aMa/QluLpMk\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:06:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 159,\n                \"linkedinAccountId\": 27,\n                \"url\": \"www.example-webhook-url.com\",\n                \"accountWebhookActionId\": 4,\n                \"createdAt\": \"2021-11-05T09:48:46.000Z\",\n                \"updatedAt\": \"2021-11-05T09:48:46.000Z\",\n                \"metadata\": {}\n            }\n        ]\n    }\n}"},{"id":"e70d55bd-3d2d-47d1-8812-cbe09c2026fe","name":"authorizaton error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","description":"(Optional) Type of the content in body (urlencoded)","disabled":true},{"description":"(Required) Your api key","key":"Authorization","type":"text","value":"{{apiKey}}","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"test","type":"text","value":"test","description":"(optional) Value for testing","disabled":true}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/global_webhooks","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","global_webhooks"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"27","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:07:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"ee303e85-949c-4fcc-9317-1e3820e8d62b","name":"missing user id or accouunt id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","description":"(Optional) Type of the content in body (urlencoded)","disabled":true},{"description":"(Required) Your api key","key":"Authorization","type":"text","value":"{{apiKey}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"test","type":"text","value":"test","description":"(optional) Value for testing","disabled":true}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/global_webhooks","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","global_webhooks"],"variable":[{"key":"userId","value":"","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"27","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"188"},{"key":"Date","value":"Mon, 08 Nov 2021 05:06:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot GET /api/backend/v1/users//accounts/27/global_webhooks</pre>\n    </body>\n</html>"}],"_postman_id":"372229ba-c533-433a-b8a3-d0b70ac10ae8"},{"name":"Delete a Non-global Webhook","id":"07b55a06-ae6c-4ee1-b538-9ea9547875d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>(Optional) Type of the content in body (none)</p>\n"},{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/webhooks/:webhookId","description":"<p>This action deletes a specific non-global webhook.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","webhooks",":webhookId"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"string","value":"27","key":"accountId"},{"description":{"content":"<p>(Required) This is the ID of a webhook that you wish to delete. </p>\n","type":"text/plain"},"type":"string","value":"64347","key":"webhookId"}]}},"response":[{"id":"b95659d4-7a5a-48ce-ab7b-4a293aaaf55f","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"(Optional) Type of the content in body (none)"},{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/webhooks/:webhookId","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","webhooks",":webhookId"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"27","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"},{"key":"webhookId","value":"64347","type":"string","description":"(Required) Weebhook id that is to be deleted"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Mon, 08 Nov 2021 05:08:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null},{"id":"212d6ce4-c006-4e5e-83b5-662e125779bc","name":"missing user id , account id or webhook id","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"(Optional) Type of the content in body (none)"},{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/webhooks/:webhookId","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","webhooks",":webhookId"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"27","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"},{"key":"webhookId","value":"","type":"string","description":"(Required) Weebhook id that is to be deleted"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"186"},{"key":"Date","value":"Mon, 08 Nov 2021 05:08:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot DELETE /api/backend/v1/users/1/accounts/27/webhooks/</pre>\n    </body>\n</html>"},{"id":"8fbab8eb-51c6-41fb-b4ad-92189fc7d35d","name":"authorizaton error","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"(Optional) Type of the content in body (none)","disabled":true},{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/webhooks/:webhookId","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","webhooks",":webhookId"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"27","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"},{"key":"webhookId","value":"64347","type":"string","description":"(Required) Weebhook id that is to be deleted"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:10:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"07b55a06-ae6c-4ee1-b538-9ea9547875d9"},{"name":"Delete a Global Webhook","id":"31bd3e01-f0dd-40f4-b928-235c99ab5d01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"arrayOfActions\": [\n        4\n    ],\n    \"arrayOfIds\": [\n        162\n    ],\n    \"url\": \"www.example-webhook-url.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/delete_global_webhook","description":"<p>This actions deletes a specific global webhook.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","delete_global_webhook"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"string","value":"27","key":"accountId"}]}},"response":[{"id":"b7f0e6e0-35d9-4846-96e9-ffe12b8ccf49","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"arrayOfActions\": [\n        4\n    ],\n    \"arrayOfIds\": [\n        162\n    ],\n    \"url\": \"www.google.com\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/delete_global_webhook","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","delete_global_webhook"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"27","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Mon, 08 Nov 2021 05:11:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"601c7493-7a90-464d-a59a-a73031eec8d6","name":"missing user id or account id","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"arrayOfActions\": [\n        4\n    ],\n    \"arrayOfIds\": [\n        162\n    ],\n    \"url\": \"www.google.com\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/delete_global_webhook","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","delete_global_webhook"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"194"},{"key":"Date","value":"Mon, 08 Nov 2021 05:12:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Error</title>\n    </head>\n    <body>\n        <pre>Cannot POST /api/backend/v1/users/1/accounts//delete_global_webhook</pre>\n    </body>\n</html>"},{"id":"8aa60a76-7d23-4979-a0e8-99ca690d044a","name":"validation error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"body":{"mode":"raw","raw":"{\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/delete_global_webhook","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","delete_global_webhook"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"27","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"311"},{"key":"ETag","value":"W/\"137-Yp3nkYliCpx49VWCVqhEYDw6eW8\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:11:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"url\": {\n            \"msg\": \"url is required.\",\n            \"param\": \"url\",\n            \"location\": \"body\"\n        },\n        \"arrayOfActions\": {\n            \"msg\": \"arrayOfActions is required.\",\n            \"param\": \"arrayOfActions\",\n            \"location\": \"body\"\n        },\n        \"arrayOfIds\": {\n            \"msg\": \"arrayOfIds is required.\",\n            \"param\": \"arrayOfIds\",\n            \"location\": \"body\"\n        }\n    }\n}"},{"id":"d886ae3a-e9fb-4330-ac10-dcaa33d4fb2c","name":"authorization error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"arrayOfActions\": [\n        4\n    ],\n    \"arrayOfIds\": [\n        162\n    ],\n    \"url\": \"www.google.com\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/delete_global_webhook","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","delete_global_webhook"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"27","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 08 Nov 2021 05:13:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"31bd3e01-f0dd-40f4-b928-235c99ab5d01"}],"id":"3a22e9ad-802e-4c11-9bdb-53ba96eca7cb","_postman_id":"3a22e9ad-802e-4c11-9bdb-53ba96eca7cb","description":""},{"name":"Seats","item":[{"name":"Get Tags of a Specific Seat","id":"1efa287b-0fe7-42ef-a1e4-4f84e5e808a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/tags","description":"<p>This action retrieves all tags related to a specific seat.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","tags"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"string","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat which tags you wish to get. </p>\n","type":"text/plain"},"type":"string","value":"169","key":"accountId"}]}},"response":[{"id":"9575b5b0-94c3-4abd-8972-508cb05ac43d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/tags","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","tags"],"variable":[{"key":"userId","value":"1","type":"string","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"618"},{"key":"ETag","value":"W/\"26a-NZDJ6DH0MU8IHLyatAmpjVKoXO4\""},{"key":"Date","value":"Wed, 29 Dec 2021 12:32:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 64,\n                \"linkedinAccountId\": 161,\n                \"tag\": \"lesf\",\n                \"tagColor\": \"#006EFF\",\n                \"createdAt\": \"2021-03-15T14:19:15.000Z\",\n                \"updatedAt\": \"2021-03-15T14:19:15.000Z\"\n            },\n            {\n                \"id\": 66,\n                \"linkedinAccountId\": 161,\n                \"tag\": \"test\",\n                \"tagColor\": \"#F5C84E\",\n                \"createdAt\": \"2021-03-25T16:14:46.000Z\",\n                \"updatedAt\": \"2021-03-25T16:14:46.000Z\"\n            },\n            {\n                \"id\": 67,\n                \"linkedinAccountId\": 161,\n                \"tag\": \"MOLIM_TE_PRORADI\",\n                \"tagColor\": \"#F37047\",\n                \"createdAt\": \"2021-03-25T16:56:14.000Z\",\n                \"updatedAt\": \"2021-03-25T16:56:14.000Z\"\n            },\n            {\n                \"id\": 68,\n                \"linkedinAccountId\": 161,\n                \"tag\": \"test\",\n                \"tagColor\": \"#EB2158\",\n                \"createdAt\": \"2021-05-28T08:24:23.000Z\",\n                \"updatedAt\": \"2021-05-28T08:24:23.000Z\"\n            }\n        ]\n    }\n}"},{"id":"83ca36ec-bce8-4866-94e9-ba5661ce26c2","name":"Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/tags","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","tags"],"variable":[{"key":"userId","value":"1","type":"string","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"161","type":"string","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Wed, 29 Dec 2021 12:33:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"b3cd7726-f361-488c-b0c3-6a3a80dc4f2f","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/tags","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","tags"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account","type":"string"},{"key":"accountId","value":"invalid","description":"(Required) Account id that has the campaign you want to get leads from","type":"string"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"166"},{"key":"ETag","value":"W/\"a6-HGm2MBeGeU2v2+Vaz9Ye9txRJMs\""},{"key":"Date","value":"Wed, 29 Dec 2021 12:35:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"accountId\": {\n            \"value\": \"invalid\",\n            \"msg\": \"Account id must be a number.\",\n            \"param\": \"accountId\",\n            \"location\": \"params\"\n        }\n    }\n}"}],"_postman_id":"1efa287b-0fe7-42ef-a1e4-4f84e5e808a8"},{"name":"Connect Linkedin Account","id":"8181d078-5db0-4167-af2b-5933c7109182","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"linkedinEmail\": \"john.smith@company.com\",\n    \"linkedinPassword\": \"strong_password\",\n    \"linkedinSubscriptionId\": 2,\n    \"countryCode\": \"us\",\n    \"note\": \"Example note\",\n    \"setupProxyType\": \"BUY\"\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/connect_linkedin","description":"<p>This action connects a specific LinkedIn account to a specific seat.</p>\n<h3 id=\"authentication\">Authentication</h3>\n<p>Provide either:</p>\n<ul>\n<li><p><code>cookie</code>, or</p>\n</li>\n<li><p>both <code>linkedinEmail</code> and <code>linkedinPassword</code>.</p>\n</li>\n</ul>\n<p>When <code>cookie</code> is provided, <code>linkedinEmail</code> and <code>linkedinPassword</code> aren’t required.</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cookie</code></td>\n<td>string</td>\n<td>Conditional</td>\n<td>LinkedIn authentication cookie. Required when email and password aren’t provided.</td>\n</tr>\n<tr>\n<td><code>linkedinEmail</code></td>\n<td>string</td>\n<td>Conditional</td>\n<td>LinkedIn account email. Required together with <code>linkedinPassword</code> when <code>cookie</code> isn’t provided.</td>\n</tr>\n<tr>\n<td><code>linkedinPassword</code></td>\n<td>string</td>\n<td>Conditional</td>\n<td>LinkedIn account password. Required together with <code>linkedinEmail</code> when <code>cookie</code> isn’t provided.</td>\n</tr>\n<tr>\n<td><code>twoFactorToken</code></td>\n<td>string</td>\n<td>No</td>\n<td>Two-factor authentication token, when required by LinkedIn.</td>\n</tr>\n<tr>\n<td><code>linkedinSubscriptionId</code></td>\n<td>integer</td>\n<td>Yes</td>\n<td>Identifier of the LinkedIn subscription type.</td>\n</tr>\n<tr>\n<td><code>countryCode</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Two-letter country code used for proxy configuration, for example <code>us</code>.</td>\n</tr>\n<tr>\n<td><code>note</code></td>\n<td>string</td>\n<td>No</td>\n<td>Optional internal note for the connected account.</td>\n</tr>\n<tr>\n<td><code>setupProxyType</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Determines how the proxy is configured, for example <code>BUY</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["users",":userId","accounts",":accountId","connect_linkedin"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"any","value":"6407","key":"userId"},{"description":{"content":"<p>(Required) This is your Seat ID. </p>\n","type":"text/plain"},"type":"any","value":"25998","key":"accountId"}]}},"response":[{"id":"69731299-e785-4c00-9c5b-60f8888bf860","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"linkedinEmail\":\"john.smith@company.com\",\n    \"linkedinPassword\":\"strong_password\",\n    \"linkedinSubscriptionId\":2,\n    \"countryCode\":\"us\",\n    \"note\": \"Example note\",\n    \"setupProxyType\": \"BUY\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/connect_linkedin","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","connect_linkedin"],"variable":[{"key":"userId","value":"1275","description":"(Required) This is your User ID. "},{"key":"accountId","value":"955","description":"(Required) This is your Seat ID. "}]}},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Tue, 20 Jun 2023 16:07:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"04133e63-a3fe-480e-88b1-9a396812eed1","name":"Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"linkedinEmail\":\"john.smith@company.com\",\n    \"linkedinPassword\":123123123,\n    \"countryCode\":\"us\",\n    \"note\": \"Example note\",\n    \"setupProxyType\": \"BUY\",\n    \"proxyInfo\": {\n        \"proxyHostWithPort\": \"196.16.221.43:25528\",\n        \"proxyUsername\": \"username\",\n        \"proxyPassword\": \"password\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/connect_linkedin","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","connect_linkedin"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"169","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Mon, 04 Apr 2022 05:53:27 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"4434fcad-ac57-49ca-966e-704692dfc16e","name":"Proxy Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"linkedinEmail\":\"john.smith@company.com\",\n    \"linkedinPassword\":123123123,\n    \"countryCode\":\"us\",\n    \"note\": \"Example note\",\n    \"setupProxyType\": \"BUY\",\n    \"proxyInfo\": {\n        \"proxyHostWithPort\": \"196.16.221.43:25528\",\n        \"proxyUsername\": \"username\",\n        \"proxyPassword\": \"strong_password\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/connect_linkedin","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","connect_linkedin"],"variable":[{"key":"userId","value":"1"},{"key":"accountId","value":"169"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"161"},{"key":"ETag","value":"W/\"a1-vXNeq+68KsEB4wUvyHI7QghCJZw\""},{"key":"Date","value":"Mon, 04 Apr 2022 05:47:49 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"Proxy provider is experiencing issues or currently out of proxies for this country, please try again later or contact support.\"\n    }\n}"},{"id":"6e02deda-0c0b-4545-ac29-9db4779c4337","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"linkedinEmail\":\"john.smith@company.com\",\n    \"linkedinPassword\":123123123,\n    \"linkedinSubscriptionId\":2,\n    \"countryCode\":\"us\",\n    \"note\": \"Example note\",\n    \"setupProxyType\": \"BUY\",\n    \"proxyInfo\": {\n        \"proxyHostWithPort\": \"196.16.221.43:25528\",\n        \"proxyUsername\": \"username\",\n        \"proxyPassword\": \"strong_password\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/connect_linkedin","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","connect_linkedin"],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"azzi","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"168"},{"key":"ETag","value":"W/\"a8-zNObJggr4gzi7pSLADCbptB9C1I\""},{"key":"Date","value":"Mon, 04 Apr 2022 05:55:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"accountId\": {\n            \"value\": \"azzi\",\n            \"msg\": \"Account id must be a number.\",\n            \"param\": \"accountId\",\n            \"location\": \"params\"\n        }\n    }\n}"}],"_postman_id":"8181d078-5db0-4167-af2b-5933c7109182"},{"name":"Disconnect LinkedIn Account","id":"f3697020-64e1-4c22-9360-9d44fe1696fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/disconnect_linkedin","description":"<p>This action disconnects a specific LinkedIn account from the seat on the platform.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","disconnect_linkedin"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is your Seat ID.</p>\n","type":"text/plain"},"type":"any","value":"43","key":"accountId"}]}},"response":[{"id":"82558f1b-3feb-4f7d-a54c-ddbb395e9c79","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/disconnect_linkedin","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","disconnect_linkedin"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID. "},{"key":"accountId","value":"43","description":"(Required) This is your Seat ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Tue, 20 Jun 2023 14:49:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"321a8f03-4ed8-40ae-b4b0-abda8ad1eb03","name":"Authentication Error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/disconnect_linkedin","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","disconnect_linkedin"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID. "},{"key":"accountId","value":"43","description":"(Required) This is your Seat ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Tue, 20 Jun 2023 15:48:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"f3697020-64e1-4c22-9360-9d44fe1696fe"}],"id":"6b751d43-bc66-413b-aa4f-6cd35adb561d","_postman_id":"6b751d43-bc66-413b-aa4f-6cd35adb561d","description":""},{"name":"Statistics","item":[{"name":"Get Statistics","id":"e1bbf6c4-cc0e-4fd8-927f-8f894eb267ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/statistics?from=1677269918&to=1677356318&curves=[1,2,3]&timeZone=America/New_York","description":"<p>This action retrieves statistics for all campaigns.</p>\n<p>campaign_id is optional. If provided, this action retrieves statistics for a specific campaign only.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","statistics"],"host":["{{OpenAPIUrl}}"],"query":[{"description":{"content":"<p>(Required) Statistics are retrieved starting from this timestamp.</p>\n<p>Type: Timestamp</p>\n","type":"text/plain"},"key":"from","value":"1677269918"},{"description":{"content":"<p>(Required) Statistics are retrieved ending with this timestamp.</p>\n<p>Type: Timestamp</p>\n","type":"text/plain"},"key":"to","value":"1677356318"},{"description":{"content":"<p>(Required) Filter the statistic needed.</p>\n<p>Type: Array</p>\n<p>export enum AccountStatisticCurveType {\n  PROFILE_VIEW = 1,\n  PROFILE_FOLLOW = 2,\n  INVITATION_SENT = 3,\n  MESSAGE_SENT = 4,\n  INMAIL_SENT = 5,\n  EMAIL_SENT = 10,\n  EMAIL_OPENED = 11,\n  EMAIL_CLICKED = 12,\n  EMAIL_VERIFIED = 16,\n  INVITATION_ACCEPTED = 6,\n  // This is a reply for message and InMail\n  MESSAGE_REPLY = 7,\n  // rates\n  INVITATION_ACCEPTED_RATE= 8,\n  MESSAGE_REPLY_RATE = 9,\n  EMAIL_OPEN_RATE = 14,\n  EMAIL_CLICK_RATE = 15,\n  EMAIL_BOUNCE_RATE = 17\n}</p>\n","type":"text/plain"},"key":"curves","value":"[1,2,3]"},{"disabled":true,"description":{"content":"<p>(Optional) This is the ID of the campaign from which you wish to get statistics. </p>\n<p>Type: number</p>\n","type":"text/plain"},"key":"campaignId","value":"2661"},{"description":{"content":"<p>(Required) This is the time zone related to the statistics' timeframe.</p>\n<p>Type: String</p>\n","type":"text/plain"},"key":"timeZone","value":"America/New_York"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"string","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaigns in question are part of.</p>\n","type":"text/plain"},"type":"string","value":"2","key":"accountId"}]}},"response":[{"id":"e96075e6-9a26-4b8c-8391-2524cdeb9584","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/statistics?from=1636412400&to=1636573130&curves=[11,12]&campaignId=2661&timeZone=Europe/Belgrade","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","statistics"],"query":[{"key":"from","value":"1636412400","description":"(Required) From when you want to get statistics\n\nType: Timestamp\n"},{"key":"to","value":"1636573130","description":"(Required) to  when you want to get statistics\n\nType: Timestamp\n"},{"key":"curves","value":"[11,12]","description":"(Required) Characteristics of statistics\n\nType: Array"},{"key":"campaignId","value":"2661","description":"(Optional) Campaign id for specifc campaign\n\nType: number\n"},{"key":"timeZone","value":"Europe/Belgrade","description":"(Required) TIme zone for statistics\n\nType: String"}],"variable":[{"key":"userId","type":"string","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","type":"string","value":"168","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"261"},{"key":"ETag","value":"W/\"105-W9i77ihSOII0IHdJ08iTfCLvpD4\""},{"key":"Date","value":"Wed, 29 Dec 2021 12:02:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"dailyStatistic\": {\n            \"11\": [\n                {\n                    \"date\": \"2021-11-08\",\n                    \"value\": 0\n                },\n                {\n                    \"date\": \"2021-11-09\",\n                    \"value\": 0\n                },\n                {\n                    \"date\": \"2021-11-10\",\n                    \"value\": 0\n                }\n            ],\n            \"12\": [\n                {\n                    \"date\": \"2021-11-08\",\n                    \"value\": 0\n                },\n                {\n                    \"date\": \"2021-11-09\",\n                    \"value\": 0\n                },\n                {\n                    \"date\": \"2021-11-10\",\n                    \"value\": 0\n                }\n            ]\n        },\n        \"total\": {\n            \"11\": 0,\n            \"12\": 0\n        }\n    }\n}"},{"id":"1d4e86c2-3e79-413b-966f-63271a53d6b4","name":"Authorization error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/statistics?from=1636412400&to=1636573130&curves=[11,12]&campaignId=2661&timeZone=Europe/Belgrade","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","statistics"],"query":[{"key":"from","value":"1636412400","description":"(Required) From when you want to get statistics\n\nType: Timestamp\n"},{"key":"to","value":"1636573130","description":"(Required) to  when you want to get statistics\n\nType: Timestamp\n"},{"key":"curves","value":"[11,12]","description":"(Required) Characteristics of statistics\n\nType: Array"},{"key":"campaignId","value":"2661","description":"(Optional) Campaign id for specifc campaign\n\nType: number\n"},{"key":"timeZone","value":"Europe/Belgrade","description":"(Required) TIme zone for statistics\n\nType: String"}],"variable":[{"key":"userId","type":"string","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","type":"string","value":"168","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Wed, 29 Dec 2021 12:30:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"29c6e1a7-ed49-4af7-a668-fba34d184cb1","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/statistics?from=1636412400&to=1636573130&campaignId=2661&timeZone=Europe/Belgrade","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","statistics"],"query":[{"key":"from","value":"1636412400","description":"(Required) From when you want to get statistics\n\nType: Timestamp\n"},{"key":"to","value":"1636573130","description":"(Required) to  when you want to get statistics\n\nType: Timestamp\n"},{"key":"curves","value":"[11,12]","description":"(Required) Characteristics of statistics\n\nType: Array","disabled":true},{"key":"campaignId","value":"2661","description":"(Optional) Campaign id for specifc campaign\n\nType: number\n"},{"key":"timeZone","value":"Europe/Belgrade","description":"(Required) TIme zone for statistics\n\nType: String"}],"variable":[{"key":"userId","type":"string","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","type":"string","value":"168","description":"(Required) Account id that has the campaign you want to get leads from"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"137"},{"key":"ETag","value":"W/\"89-1EOBP/oT3bzyGNzVvY2lxtSgJyU\""},{"key":"Date","value":"Wed, 29 Dec 2021 12:30:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"curves\": {\n            \"msg\": \"curves is required.\",\n            \"param\": \"curves\",\n            \"location\": \"query\"\n        }\n    }\n}"}],"_postman_id":"e1bbf6c4-cc0e-4fd8-927f-8f894eb267ff"},{"name":"Export Statistics as a CSV","id":"83978746-cd2d-4b97-bf03-516f77df2772","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/statistics/export_csv?from=1592409758&to=1592496567&curves=[3,4]&timeZone=Europe/Belgrade","description":"<p>This action retrieves statistics of all campaigns in a .CSV format.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","statistics","export_csv"],"host":["{{OpenAPIUrl}}"],"query":[{"description":{"content":"<p>(Required) Statistics are retrieved starting from this timestamp.</p>\n<p>Type: Timestamp</p>\n","type":"text/plain"},"key":"from","value":"1592409758"},{"description":{"content":"<p>(Required) Statistics are retrieved ending with this timestamp.</p>\n<p>Type: Timestamp</p>\n","type":"text/plain"},"key":"to","value":"1592496567"},{"description":{"content":"<p>(Required) Filter the statistic needed.</p>\n<p>Type: Array</p>\n<p>export enum AccountStatisticCurveType {\n  PROFILE_VIEW = 1,\n  PROFILE_FOLLOW = 2,\n  INVITATION_SENT = 3,\n  MESSAGE_SENT = 4,\n  INMAIL_SENT = 5,\n  EMAIL_SENT = 10,\n  EMAIL_OPENED = 11,\n  EMAIL_CLICKED = 12,\n  EMAIL_VERIFIED = 16,\n  INVITATION_ACCEPTED = 6,\n  // This is a reply for message and InMail\n  MESSAGE_REPLY = 7,\n  // rates\n  INVITATION_ACCEPTED_RATE= 8,\n  MESSAGE_REPLY_RATE = 9,\n  EMAIL_OPEN_RATE = 14,\n  EMAIL_CLICK_RATE = 15,\n  EMAIL_BOUNCE_RATE = 17\n}</p>\n","type":"text/plain"},"key":"curves","value":"[3,4]"},{"description":{"content":"<p>(Required) This is the time zone related to the statistics' timeframe.</p>\n<p>Type: String</p>\n","type":"text/plain"},"key":"timeZone","value":"Europe/Belgrade"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"string","value":"2","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaigns in question are part of. </p>\n","type":"text/plain"},"type":"string","value":"3","key":"accountId"}]}},"response":[{"id":"6597340b-edbf-443d-bf1b-1c59b999696f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/statistics/export_csv?from=1592409758&to=1592496567&curves=[3,4]&timeZone=Europe/Belgrade","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","statistics","export_csv"],"query":[{"key":"from","value":"1592409758"},{"key":"to","value":"1592496567"},{"key":"curves","value":"[3,4]"},{"key":"timeZone","value":"Europe/Belgrade"}],"variable":[{"key":"userId","type":"string","value":"1"},{"key":"accountId","type":"string","value":"161"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"text/csv"},{"key":"Content-Disposition","value":"attachment; filename=\"statistics-1640862249160.csv\""},{"key":"Date","value":"Thu, 30 Dec 2021 11:04:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"Date,Connections sent,Messages sent\n2020-06-17,0,0\n2020-06-18,0,0"},{"id":"3a81256e-7bfc-455d-8da5-478b8be6d4a9","name":"Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/statistics/export_csv?from=1592409758&to=1592496567&curves=[3,4]&timeZone=Europe/Belgrade","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","statistics","export_csv"],"query":[{"key":"from","value":"1592409758"},{"key":"to","value":"1592496567"},{"key":"curves","value":"[3,4]"},{"key":"timeZone","value":"Europe/Belgrade"}],"variable":[{"key":"userId","type":"string","value":"1"},{"key":"accountId","type":"string","value":"161"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Thu, 30 Dec 2021 11:52:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"d9cd003b-2a65-4dd3-a2dd-83639d495ea9","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/statistics/export_csv?from=1592409758&to=1592496567","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","statistics","export_csv"],"query":[{"key":"from","value":"1592409758"},{"key":"to","value":"1592496567"},{"key":"curves","value":"[3,4]","disabled":true},{"key":"timeZone","value":"Europe/Belgrade","disabled":true}],"variable":[{"key":"userId","type":"string","value":"1"},{"key":"accountId","type":"string","value":"azi"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"323"},{"key":"ETag","value":"W/\"143-7YBfGyNNTMlHzdD2MU6mRzqFdKE\""},{"key":"Date","value":"Thu, 30 Dec 2021 11:52:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"accountId\": {\n            \"value\": \"azi\",\n            \"msg\": \"Account id must be a number.\",\n            \"param\": \"accountId\",\n            \"location\": \"params\"\n        },\n        \"curves\": {\n            \"msg\": \"curves is required.\",\n            \"param\": \"curves\",\n            \"location\": \"query\"\n        },\n        \"timeZone\": {\n            \"msg\": \"timeZone is required.\",\n            \"param\": \"timeZone\",\n            \"location\": \"query\"\n        }\n    }\n}"}],"_postman_id":"83978746-cd2d-4b97-bf03-516f77df2772"},{"name":"Get Step Statistics For a Specific Campaign","id":"123ab62c-1888-4952-aa4b-f403fb11bd57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/statistics/steps?campaignId=3770","description":"<p>This action retrieves statistics for specific campaign steps part of a specific campaign.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","statistics","steps"],"host":["{{OpenAPIUrl}}"],"query":[{"description":{"content":"<p>(Required) This is the ID of the campaign from which you wish to get statistics.</p>\n<p>Type: Number</p>\n","type":"text/plain"},"key":"campaignId","value":"3770"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of seat that the campaign in question is part of.</p>\n","type":"text/plain"},"type":"any","value":"169","key":"accountId"}]}},"response":[{"id":"5ac42308-cfff-432c-a248-f28ac1b9b284","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/statistics/steps?campaignId=3770","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","statistics","steps"],"query":[{"key":"campaignId","value":"3770","description":"(Required) Campaign Id for which you want to get step statistics\n\nType: Number"}],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"169","description":"(Required) Account id that has the campaign you want to get step statistics from"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"132"},{"key":"ETag","value":"W/\"84-yurmSYjXNTql0V8+mDa+SL0vElk\""},{"key":"Date","value":"Fri, 15 Apr 2022 04:41:52 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"17597\": {\n            \"1\": 0,\n            \"2\": 0,\n            \"3\": 0,\n            \"4\": 0,\n            \"5\": 0,\n            \"6\": 0,\n            \"7\": 0,\n            \"8\": 0,\n            \"9\": 0,\n            \"10\": 2,\n            \"11\": 0,\n            \"12\": 0,\n            \"13\": 0,\n            \"14\": 0,\n            \"15\": 0,\n            \"16\": 0,\n            \"17\": 0\n        }\n    }\n}"},{"id":"470cc3aa-64a0-41e2-bdfe-079c9a8f4901","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/statistics/steps","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","statistics","steps"],"query":[{"key":"campaignId","value":"3770","description":"(Required) Campaign Id for which you want to get step statistics\n\nType: Number","disabled":true}],"variable":[{"key":"userId","value":"azzii","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"169","description":"(Required) Account id that has the campaign you want to get step statistics from"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"247"},{"key":"ETag","value":"W/\"f7-Fe7VRx6tohSYVBaPblY6jLkiKTM\""},{"key":"Date","value":"Fri, 15 Apr 2022 04:46:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"userId\": {\n            \"value\": \"azzii\",\n            \"msg\": \"User id must be a number.\",\n            \"param\": \"userId\",\n            \"location\": \"params\"\n        },\n        \"campaignId\": {\n            \"msg\": \"campaignId is required.\",\n            \"param\": \"campaignId\",\n            \"location\": \"query\"\n        }\n    }\n}"},{"id":"9e450f77-574b-403a-94e7-02835a82ed24","name":"Campaign Id Validation Error ","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/statistics/steps?campaignId=azzi","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","statistics","steps"],"query":[{"key":"campaignId","value":"azzi","description":"(Required) Campaign Id for which you want to get step statistics\n\nType: Number"}],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"169","description":"(Required) Account id that has the campaign you want to get step statistics from"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"167"},{"key":"ETag","value":"W/\"a7-U5xoVgeEEhENQ8k/qWIwTS4kgHo\""},{"key":"Date","value":"Fri, 15 Apr 2022 04:47:16 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"campaignId\": {\n            \"value\": \"azzi\",\n            \"msg\": \"campaignId must be numeric\",\n            \"param\": \"campaignId\",\n            \"location\": \"query\"\n        }\n    }\n}"},{"id":"db2cf173-024f-47b6-874b-5ba7c62d7170","name":"Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/statistics/steps?campaignId=3770","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","statistics","steps"],"query":[{"key":"campaignId","value":"3770","description":"(Required) Campaign Id for which you want to get step statistics\n\nType: Number"}],"variable":[{"key":"userId","value":"1","description":"(Required) User id that you is connected with your account"},{"key":"accountId","value":"169","description":"(Required) Account id that has the campaign you want to get step statistics from"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Fri, 15 Apr 2022 04:45:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"123ab62c-1888-4952-aa4b-f403fb11bd57"},{"name":"Get Summary Statistics For All Campaigns","id":"2ef89fdd-f821-4d78-acda-d76312588029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) This is your API key.</p>\n","key":"Authorization","type":"text","value":"{{apiKey}}"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/all_campaigns_statistics?campaignState=1","description":"<p>This action retrieves the platform's summary statistics (total) for all campaigns.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","all_campaigns_statistics"],"host":["{{OpenAPIUrl}}"],"query":[{"description":{"content":"<p>(Optional) State of the campaign.</p>\n<p>Type: Number</p>\n<p>Default value is set to: 1</p>\n","type":"text/plain"},"key":"campaignState","value":"1"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaigns in question are part of.</p>\n","type":"text/plain"},"type":"any","value":"169","key":"accountId"}]}},"response":[{"id":"c1572539-ac69-408d-81a7-ea91040f624a","name":"Success","originalRequest":{"method":"GET","header":[{"description":"(Required) Your api key","key":"Authorization","type":"text","value":"{{apiKey}}"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/all_campaigns_stats?campaignState=1","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","all_campaigns_stats"],"query":[{"key":"campaignState","value":"1","description":"(Optional) State of the campaign.\n\nType: Number\n\nDefault value is set to: 1"}],"variable":[{"description":"(Required) User id that you is connected with your account","key":"userId","value":"1"},{"description":"(Required) Account id that has the campaign you want to get leads from","key":"accountId","value":"169"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"ETag","value":"W/\"4f-vXqLLQITE07aI5pspxJdH4kX/U8\""},{"key":"Date","value":"Fri, 13 May 2022 07:06:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"total_connections\": 10,\n        \"total_profile_views\": 25,\n        \"total_replies\": 18\n    }\n}"},{"id":"55c36f8f-56ed-46f1-8877-8482cd798d9f","name":"Authentication error","originalRequest":{"method":"GET","header":[{"description":"(Required) Your api key","key":"Authorization","type":"text","value":"{{apiKey}}"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/all_campaigns_stats?campaignState=1","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","all_campaigns_stats"],"query":[{"key":"campaignState","value":"1","description":"(Optional) State of the campaign.\n\nType: Number\n\nDefault value is set to: 1"}],"variable":[{"description":"(Required) User id that you is connected with your account","key":"userId","value":"1"},{"description":"(Required) Account id that has the campaign you want to get leads from","key":"accountId","value":"169"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Fri, 13 May 2022 07:11:53 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"b1a4db2d-6f18-4567-8336-6751dcaccd55","name":"Validation Error","originalRequest":{"method":"GET","header":[{"description":"(Required) Your api key","key":"Authorization","type":"text","value":"{{apiKey}}"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/all_campaigns_stats?campaignState=azzi","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","all_campaigns_stats"],"query":[{"key":"campaignState","value":"azzi","description":"(Optional) State of the campaign.\n\nType: Number\n\nDefault value is set to: 1"}],"variable":[{"description":"(Required) User id that you is connected with your account","key":"userId","value":"1"},{"description":"(Required) Account id that has the campaign you want to get leads from","key":"accountId","value":"169"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"176"},{"key":"ETag","value":"W/\"b0-xZcf0vNxiKtMFmU9LjkuZf2w8N8\""},{"key":"Date","value":"Fri, 13 May 2022 07:10:58 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"campaignState\": {\n            \"value\": \"azzi\",\n            \"msg\": \"campaignState must be numeric\",\n            \"param\": \"campaignState\",\n            \"location\": \"query\"\n        }\n    }\n}"}],"_postman_id":"2ef89fdd-f821-4d78-acda-d76312588029"}],"id":"bafc66cc-4c5c-4cdc-b9a7-d625f60a2754","_postman_id":"bafc66cc-4c5c-4cdc-b9a7-d625f60a2754","description":""},{"name":"Blacklist","item":[{"name":"Get Blacklist","id":"176a2653-4ff6-4d8f-8360-f29ce0e586a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId/accounts/:accountId/blacklists/list?offset=0&limit=10","description":"<h2 id=\"retrieve-blacklist-information-for-a-users-account\">Retrieve Blacklist Information for a User's Account</h2>\n<p>This endpoint allows you to retrieve a list of blacklists associated with a specific user's account. It is useful for managing and reviewing blacklisted items within your application.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><strong>userId</strong> (path parameter): The unique identifier of the user whose account blacklists you want to access.</p>\n</li>\n<li><p><strong>accountId</strong> (path parameter): The unique identifier of the account for which you want to list the blacklists.</p>\n</li>\n<li><p><strong>offset</strong> (query parameter): The starting point for the list of blacklists to be retrieved. This is useful for pagination.</p>\n</li>\n<li><p><strong>limit</strong> (query parameter): The maximum number of blacklists to return in the response. This helps in controlling the size of the response.</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The response will return a JSON object containing the following fields:</p>\n<ul>\n<li><p><strong>success</strong> (boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains the details of the blacklists.</p>\n<ul>\n<li><p><strong>blacklists</strong> (array): An array of blacklist objects, each containing:</p>\n<ul>\n<li><p><strong>id</strong> (integer): The unique identifier of the blacklist.</p>\n</li>\n<li><p><strong>seatId</strong> (integer): The identifier for the seat associated with the blacklist.</p>\n</li>\n<li><p><strong>type</strong> (string): The type of the blacklist.</p>\n</li>\n<li><p><strong>source</strong> (string): The source of the blacklist entry.</p>\n</li>\n<li><p><strong>sourceName</strong> (string|null): The name of the source, which may be null.</p>\n</li>\n<li><p><strong>comparisonType</strong> (string): The type of comparison used for the blacklist.</p>\n</li>\n<li><p><strong>createdAt</strong> (string): Timestamp indicating when the blacklist was created.</p>\n</li>\n<li><p><strong>updatedAt</strong> (string): Timestamp indicating when the blacklist was last updated.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>count</strong> (integer): The total number of blacklists available for the specified user and account.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>statusCode</strong> (integer): The status code of the response.</p>\n</li>\n<li><p><strong>metadata</strong> (object): Additional metadata about the request, including:</p>\n<ul>\n<li><p><strong>method</strong> (string): The HTTP method used for the request.</p>\n</li>\n<li><p><strong>path</strong> (string): The path of the request.</p>\n</li>\n<li><p><strong>timestamp</strong> (integer): The timestamp of the request.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the userId and accountId provided in the request are valid to receive the appropriate blacklist data.</p>\n</li>\n<li><p>Use the offset and limit parameters for efficient data retrieval, especially when dealing with a large number of blacklists.</p>\n</li>\n</ul>\n","urlObject":{"path":["users",":userId","accounts",":accountId","blacklists","list"],"host":["{{OpenAPIUrlV2}}"],"query":[{"description":{"content":"<p>(Optional) Offset of the pagination</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>(Optional) Limit of the pagination</p>\n","type":"text/plain"},"key":"limit","value":"10"}],"variable":[{"description":{"content":"<p>(Required) This is your User ID</p>\n","type":"text/plain"},"type":"any","value":"35048","key":"userId"},{"description":{"content":"<p>(Required) This is your Account ID.</p>\n","type":"text/plain"},"type":"any","value":"32463","key":"accountId"}]}},"response":[{"id":"e4af2c0a-c303-4133-a61d-c7b4ac6b6313","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId/blacklists/list","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","accounts",":accountId","blacklists","list"],"variable":[{"key":"userId","value":"35048"},{"key":"accountId","value":"32463"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:31:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"382"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"17e-VmUKbRpa4hy31aswLx+6zbvJRYg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"blacklists\": [\n            {\n                \"id\": 23374,\n                \"seatId\": 32463,\n                \"type\": \"company_name\",\n                \"source\": \"manual\",\n                \"sourceName\": null,\n                \"comparisonType\": \"contains\",\n                \"createdAt\": \"2025-09-15T07:18:28.000Z\",\n                \"updatedAt\": \"2025-09-15T07:18:28.000Z\"\n            }\n        ],\n        \"count\": 1\n    },\n    \"statusCode\": 200,\n    \"metadata\": {\n        \"method\": \"GET\",\n        \"path\": \"/api/open-api/v2/users/35048/accounts/32463/blacklists/list\",\n        \"timestamp\": 1757921490902\n    }\n}"},{"id":"2665751c-97b3-4f8b-9902-ff866167d480","name":"Invalid API key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId/blacklists/list","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","accounts",":accountId","blacklists","list"],"variable":[{"key":"userId","value":"35048"},{"key":"accountId","value":"32463"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:31:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"208"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"d0-5I2aSAjMnPIaQM/Z673S0+0VwV4\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Invalid API key\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"GET\",\n        \"path\": \"/api/open-api/v2/users/35048/accounts/32463/blacklists/list\",\n        \"timestamp\": 1757921513649\n    }\n}"}],"_postman_id":"176a2653-4ff6-4d8f-8360-f29ce0e586a4"},{"name":"Get Global Blacklist","id":"aed6c355-903e-4817-b4ce-5b93a46c6a0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId/teams/:teamId/global_blacklists/list","description":"<h3 id=\"api-endpoint-list-global-blacklists\">API Endpoint: List Global Blacklists</h3>\n<p>This endpoint retrieves a list of global blacklists associated with a specific user and team. It is particularly useful for applications that need to manage or display blacklist information for a given team within a user account.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId/global_blacklists/list</code></p>\n</li>\n</ul>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><p><code>userId</code> (string): The unique identifier for the user.</p>\n</li>\n<li><p><code>teamId</code> (string): The unique identifier for the team.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format and includes the following structure:</p>\n<ul>\n<li><p><strong>success</strong> (boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains the details of the blacklists.</p>\n<ul>\n<li><p><strong>blacklists</strong> (array): A list of blacklist objects, each containing:</p>\n<ul>\n<li><p><strong>id</strong> (integer): The unique identifier for the blacklist.</p>\n</li>\n<li><p><strong>teamId</strong> (integer): The identifier of the team associated with the blacklist.</p>\n</li>\n<li><p><strong>type</strong> (string): The type of blacklist.</p>\n</li>\n<li><p><strong>source</strong> (string): The source of the blacklist.</p>\n</li>\n<li><p><strong>sourceName</strong> (string or null): The name of the source, if available.</p>\n</li>\n<li><p><strong>comparisonType</strong> (string): The type of comparison used for the blacklist.</p>\n</li>\n<li><p><strong>createdAt</strong> (string): The timestamp when the blacklist was created.</p>\n</li>\n<li><p><strong>updatedAt</strong> (string): The timestamp when the blacklist was last updated.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>count</strong> (integer): The total number of blacklists returned.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>statusCode</strong> (integer): The HTTP status code of the response.</p>\n</li>\n<li><p><strong>metadata</strong> (object): Additional information about the request, including:</p>\n<ul>\n<li><p><strong>method</strong> (string): The HTTP method used for the request.</p>\n</li>\n<li><p><strong>path</strong> (string): The path of the request.</p>\n</li>\n<li><p><strong>timestamp</strong> (integer): The timestamp of the request.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This endpoint is essential for managing team-specific blacklists and ensuring that applications can effectively handle blacklist data.</p>\n","urlObject":{"path":["users",":userId","teams",":teamId","global_blacklists","list"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"35048","key":"userId"},{"description":{"content":"<p>(Required) This is your Team ID.</p>\n","type":"text/plain"},"type":"any","value":"30110","key":"teamId"}]}},"response":[{"id":"4f730333-fc11-490e-adaf-5397ecc85c5e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId/global_blacklists/list","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","teams",":teamId","global_blacklists","list"],"variable":[{"key":"userId","value":"35048"},{"key":"teamId","value":"30110"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:32:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"385"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"181-KuJQxAa8uB3mflcfRiNV2yUQ5TE\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"blacklists\": [\n            {\n                \"id\": 2787,\n                \"teamId\": 30110,\n                \"type\": \"company_name\",\n                \"source\": \"manual\",\n                \"sourceName\": null,\n                \"comparisonType\": \"contains\",\n                \"createdAt\": \"2025-09-15T07:17:26.000Z\",\n                \"updatedAt\": \"2025-09-15T07:17:26.000Z\"\n            }\n        ],\n        \"count\": 1\n    },\n    \"statusCode\": 200,\n    \"metadata\": {\n        \"method\": \"GET\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/30110/global_blacklists/list\",\n        \"timestamp\": 1757921576957\n    }\n}"},{"id":"b0988a54-bc91-46dc-8b33-296f1a20060c","name":"Invalid API key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId/global_blacklists/list","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","teams",":teamId","global_blacklists","list"],"variable":[{"key":"userId","value":"35048"},{"key":"teamId","value":"30110"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:33:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"212"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"d4-/uGWkZcPr+sM1JhDuFR01DKTzgQ\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Invalid API key\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"GET\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/30110/global_blacklists/list\",\n        \"timestamp\": 1757921617131\n    }\n}"}],"_postman_id":"aed6c355-903e-4817-b4ce-5b93a46c6a0f"},{"name":"Get Blacklist Keywords","id":"dc39ae7c-c035-4cfa-8e6c-a8fc07ad8fcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId/accounts/:accountId/blacklists/:blacklistId/keywords","description":"<h2 id=\"get-blacklist-keywords\">Get Blacklist Keywords</h2>\n<p>This endpoint retrieves the keywords associated with a specific blacklist for a given user account. It is useful for managing and reviewing the keywords that have been blacklisted.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request requires the following URL parameters:</p>\n<ul>\n<li><p><code>userId</code> (string): The unique identifier of the user whose account is being accessed.</p>\n</li>\n<li><p><code>accountId</code> (string): The unique identifier of the account associated with the user.</p>\n</li>\n<li><p><code>blacklistId</code> (string): The unique identifier of the blacklist from which keywords are being retrieved.</p>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>The response will return a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>success</code> (boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>data</code> (object): Contains the details of the keywords.</p>\n<ul>\n<li><p><code>keywords</code> (array): An array of keyword objects, each containing:</p>\n<ul>\n<li><p><code>id</code> (integer): The unique identifier of the keyword.</p>\n</li>\n<li><p><code>blacklistId</code> (integer): The identifier of the blacklist to which the keyword belongs.</p>\n</li>\n<li><p><code>keyword</code> (string): The actual keyword that has been blacklisted.</p>\n</li>\n<li><p><code>createdAt</code> (string): The timestamp when the keyword was created.</p>\n</li>\n<li><p><code>updatedAt</code> (string): The timestamp when the keyword was last updated.</p>\n</li>\n</ul>\n</li>\n<li><p><code>count</code> (integer): The total number of keywords associated with the specified blacklist.</p>\n</li>\n</ul>\n</li>\n<li><p><code>statusCode</code> (integer): The HTTP status code of the response.</p>\n</li>\n<li><p><code>metadata</code> (object): Contains additional information about the request.</p>\n<ul>\n<li><p><code>method</code> (string): The HTTP method used for the request.</p>\n</li>\n<li><p><code>path</code> (string): The path of the request.</p>\n</li>\n<li><p><code>timestamp</code> (integer): The timestamp of when the request was processed.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"keywords\": [\n      {\n        \"id\": 0,\n        \"blacklistId\": 0,\n        \"keyword\": \"\",\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\"\n      }\n    ],\n    \"count\": 0\n  },\n  \"statusCode\": 0,\n  \"metadata\": {\n    \"method\": \"\",\n    \"path\": \"\",\n    \"timestamp\": 0\n  }\n}\n\n</code></pre>\n<p>This endpoint is essential for users who need to manage their blacklisted keywords effectively.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","blacklists",":blacklistId","keywords"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"35048","key":"userId"},{"description":{"content":"<p>(Required) This is your Account ID.</p>\n","type":"text/plain"},"type":"any","value":"32463","key":"accountId"},{"description":{"content":"<p>(Required) This is your Blacklist ID.</p>\n","type":"text/plain"},"type":"any","value":"23374","key":"blacklistId"}]}},"response":[{"id":"ae360e94-7a72-4c86-8732-c3f81039210b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId/blacklists/:blacklistId/keywords","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","accounts",":accountId","blacklists",":blacklistId","keywords"],"variable":[{"key":"userId","value":"35048"},{"key":"accountId","value":"32463"},{"key":"blacklistId","value":"23374"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:34:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"591"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"24f-1OzGOfhiS8xqSOI39tN5voB1ifk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"keywords\": [\n            {\n                \"id\": 6615588,\n                \"blacklistId\": 23374,\n                \"keyword\": \"test3\",\n                \"createdAt\": \"2025-09-15T07:18:28.000Z\",\n                \"updatedAt\": \"2025-09-15T07:18:28.000Z\"\n            },\n            {\n                \"id\": 6615589,\n                \"blacklistId\": 23374,\n                \"keyword\": \"test4\",\n                \"createdAt\": \"2025-09-15T07:18:28.000Z\",\n                \"updatedAt\": \"2025-09-15T07:18:28.000Z\"\n            },\n            {\n                \"id\": 6615590,\n                \"blacklistId\": 23374,\n                \"keyword\": \"test5\",\n                \"createdAt\": \"2025-09-15T07:18:28.000Z\",\n                \"updatedAt\": \"2025-09-15T07:18:28.000Z\"\n            }\n        ],\n        \"count\": 3\n    },\n    \"statusCode\": 200,\n    \"metadata\": {\n        \"method\": \"GET\",\n        \"path\": \"/api/open-api/v2/users/35048/accounts/32463/blacklists/23374/keywords\",\n        \"timestamp\": 1757921673976\n    }\n}"},{"id":"ed756405-f899-4648-a50e-7cad2efe0d2d","name":"Invalid API key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId/blacklists/:blacklistId/keywords","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","accounts",":accountId","blacklists",":blacklistId","keywords"],"variable":[{"key":"userId","value":"35048"},{"key":"accountId","value":"32463"},{"key":"blacklistId","value":"23374"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:35:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"218"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"da-gO1iBebOEnqR9ft8lZ6TbIsNNx8\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Invalid API key\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"GET\",\n        \"path\": \"/api/open-api/v2/users/35048/accounts/32463/blacklists/23374/keywords\",\n        \"timestamp\": 1757921721258\n    }\n}"}],"_postman_id":"dc39ae7c-c035-4cfa-8e6c-a8fc07ad8fcf"},{"name":"Get Global Blacklist Keywords","id":"d7769e4c-8d74-4544-9b81-3237e715e112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId/teams/:teamId/global_blacklists/:blacklistId/keywords","urlObject":{"path":["users",":userId","teams",":teamId","global_blacklists",":blacklistId","keywords"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"35048","key":"userId"},{"description":{"content":"<p>(Required) This is your Team ID.</p>\n","type":"text/plain"},"type":"any","value":"30110","key":"teamId"},{"description":{"content":"<p>(Required) This is your Global Blacklist ID.</p>\n","type":"text/plain"},"type":"any","value":"2787","key":"blacklistId"}]}},"response":[{"id":"fe2bdbd6-e499-46ea-9799-855f597bbf95","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId/global_blacklists/:blacklistId/keywords","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","teams",":teamId","global_blacklists",":blacklistId","keywords"],"variable":[{"key":"userId","value":"35048"},{"key":"teamId","value":"30110"},{"key":"blacklistId","value":"2787"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:36:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"662"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"296-/oG2hxNM0rS6AEzbKmzHuxmDxyg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"keywords\": [\n            {\n                \"id\": 1341918,\n                \"globalBlacklistId\": 2787,\n                \"keyword\": \"test3\",\n                \"createdAt\": \"2025-09-15T07:17:26.000Z\",\n                \"updatedAt\": \"2025-09-15T07:17:26.000Z\"\n            },\n            {\n                \"id\": 1341919,\n                \"globalBlacklistId\": 2787,\n                \"keyword\": \"test4\",\n                \"createdAt\": \"2025-09-15T07:17:26.000Z\",\n                \"updatedAt\": \"2025-09-15T07:17:26.000Z\"\n            },\n            {\n                \"id\": 1341920,\n                \"globalBlacklistId\": 2787,\n                \"keyword\": \"test5\",\n                \"createdAt\": \"2025-09-15T07:17:26.000Z\",\n                \"updatedAt\": \"2025-09-15T07:17:26.000Z\"\n            }\n        ],\n        \"pagination\": {\n            \"limit\": 20,\n            \"offset\": 0,\n            \"total\": 3,\n            \"hasMore\": false\n        }\n    },\n    \"statusCode\": 200,\n    \"metadata\": {\n        \"method\": \"GET\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/30110/global_blacklists/2787/keywords\",\n        \"timestamp\": 1757921766609\n    }\n}"},{"id":"7f2e4c9e-1fa7-42b2-804d-2aa2b85a37a4","name":"Invalid API key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"dsgadgsa","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId/global_blacklists/:blacklistId/keywords","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","teams",":teamId","global_blacklists",":blacklistId","keywords"],"variable":[{"key":"userId","value":"35048"},{"key":"teamId","value":"30110"},{"key":"blacklistId","value":"2787"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:36:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"221"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"dd-5i1LSH3ufOLk2yghnjxLZqOMjdI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Invalid API key\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"GET\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/30110/global_blacklists/2787/keywords\",\n        \"timestamp\": 1757921785898\n    }\n}"}],"_postman_id":"d7769e4c-8d74-4544-9b81-3237e715e112"},{"name":"Import Keywords To Global Blacklist From A CSV File","id":"81be3985-7095-41e6-b0c2-e48266a52c10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","description":"<p>(Required) This is your CSV file with the added keywords.</p>\n","src":"/home/andjela/Desktop/company_name_exact.csv"},{"key":"type","value":"company_name","type":"text","description":"<p>(Required) This is the keyword type you wish to blacklist. The type can be: company_name, email, domain, full_name, profile_url, or job_title.</p>\n"},{"key":"comparisonType","value":"exact","type":"text","description":"<p>(Required) This is how you determine how your blacklisted item should match your keyword. The comparison type can be: exact, contains, starts_with, or ends_with.</p>\n"},{"key":"source","value":"manual","type":"text","description":"<p>(Required) This is how your blacklisted items are added. The value can be manual, csv, unsubscribe, or bounced.</p>\n"}]},"url":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/global_blacklists/import_csv","description":"<p>This action adds keywords to Global Blacklist via CSV file.</p>\n","urlObject":{"path":["teams",":teamId","users",":userId","global_blacklists","import_csv"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your Team ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"teamId"},{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"}]}},"response":[{"id":"9b51108d-17c6-4096-935e-ad790b213b19","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","src":"/home/andjela/Desktop/company_name_exact.csv"},{"key":"type","value":"company_name","type":"text"},{"key":"comparisonType","value":"exact","type":"text"},{"key":"source","value":"csv","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/global_blacklists/import_csv","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","global_blacklists","import_csv"],"variable":[{"key":"teamId","value":"1","description":"(Required) This is your team ID."},{"key":"userId","value":"1","description":"(Required) This is your user ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-nOO9QiTIwXgNtWtBJezz8kv3SLc\""},{"key":"Date","value":"Tue, 25 Jul 2023 12:48:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"OK"},{"id":"315ee849-7850-47af-bc3e-8d12aa6be3c3","name":"Authorization error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","src":"/home/andjela/Desktop/company_name_exact.csv"},{"key":"type","value":"company_name","type":"text"},{"key":"comparisonType","value":"exact","type":"text"},{"key":"source","value":"csv","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/global_blacklists/import_csv","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","global_blacklists","import_csv"],"variable":[{"key":"teamId","value":"1","description":"(Required) This is your team ID."},{"key":"userId","value":"1","description":"(Required) This is your user ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Tue, 25 Jul 2023 13:09:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"d5f8c9d4-ea60-4d09-ad72-e684ba5eb8db","name":"Blacklist type is wrong","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","src":"/home/andjela/Desktop/company_name_exact.csv"},{"key":"type","value":"ccompany_name","type":"text"},{"key":"comparisonType","value":"exact","type":"text"},{"key":"source","value":"csv","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/global_blacklists/import_csv","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","global_blacklists","import_csv"],"variable":[{"key":"teamId","value":"1","description":"(Required) This is your team ID."},{"key":"userId","value":"1","description":"(Required) This is your user ID."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"159"},{"key":"ETag","value":"W/\"9f-m/gM5+NRGFGiycZrpT55OivMvq0\""},{"key":"Date","value":"Tue, 25 Jul 2023 13:14:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"type\": {\n            \"value\": \"ccompany_name\",\n            \"msg\": \"invalid value for type\",\n            \"param\": \"type\",\n            \"location\": \"body\"\n        }\n    }\n}"},{"id":"fc597f98-6b1d-4b3f-884b-bfcac6591a79","name":"Comparison type is wrong","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","src":"/home/andjela/Desktop/company_name_exact.csv"},{"key":"type","value":"company_name","type":"text"},{"key":"comparisonType","value":"eexact","type":"text"},{"key":"source","value":"csv","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/global_blacklists/import_csv","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","global_blacklists","import_csv"],"variable":[{"key":"teamId","value":"1","description":"(Required) This is your team ID."},{"key":"userId","value":"1","description":"(Required) This is your user ID."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"182"},{"key":"ETag","value":"W/\"b6-XvxDVw0HmsRrk6zueaIM9ngS0kI\""},{"key":"Date","value":"Tue, 25 Jul 2023 13:14:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"comparisonType\": {\n            \"value\": \"eexact\",\n            \"msg\": \"invalid value for comparisonType\",\n            \"param\": \"comparisonType\",\n            \"location\": \"body\"\n        }\n    }\n}"},{"id":"01675fde-bf30-4b5f-a11e-58065c26c73f","name":"CSV file has too many headers","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","src":"/home/andjela/Desktop/bad_company_name_exact.csv"},{"key":"type","value":"company_name","type":"text"},{"key":"comparisonType","value":"exact","type":"text"},{"key":"source","value":"csv","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/global_blacklists/import_csv","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","global_blacklists","import_csv"],"variable":[{"key":"teamId","value":"1","description":"(Required) This is your team ID."},{"key":"userId","value":"1","description":"(Required) This is your user ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-FAvKhL7Sbx5uA5d8RnjLzwqzOB8\""},{"key":"Date","value":"Tue, 25 Jul 2023 14:20:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"CSV file has too many headers\"\n    }\n}"},{"id":"df44a9bb-734f-4e5d-9d22-a808fdcd39ed","name":"CSV should only have 'keyword' header column","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","src":"/home/andjela/Desktop/bad_company_name_exact.csv"},{"key":"type","value":"company_name","type":"text"},{"key":"comparisonType","value":"exact","type":"text"},{"key":"source","value":"csv","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/global_blacklists/import_csv","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","global_blacklists","import_csv"],"variable":[{"key":"teamId","value":"1","description":"(Required) This is your team ID."},{"key":"userId","value":"1","description":"(Required) This is your user ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"ETag","value":"W/\"4f-Ll53FU8eZPUgiKuMQ5ob3ln5II8\""},{"key":"Date","value":"Tue, 25 Jul 2023 14:21:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"CSV should only have 'keyword' header column\"\n    }\n}"},{"id":"b684db4c-67bb-4057-85cb-dd77b02f29ec","name":"CSV row cannot be empty","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","src":"/home/andjela/Desktop/bad_company_name_exact.csv"},{"key":"type","value":"company_name","type":"text"},{"key":"comparisonType","value":"exact","type":"text"},{"key":"source","value":"csv","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/global_blacklists/import_csv","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","global_blacklists","import_csv"],"variable":[{"key":"teamId","value":"1","description":"(Required) This is your team ID."},{"key":"userId","value":"1","description":"(Required) This is your user ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"58"},{"key":"ETag","value":"W/\"3a-DVNaxe9emiB4Zx35gC7205mAjmA\""},{"key":"Date","value":"Tue, 25 Jul 2023 14:23:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"CSV row cannot be empty\"\n    }\n}"}],"_postman_id":"81be3985-7095-41e6-b0c2-e48266a52c10"},{"name":"Import Keywords To Your Blacklist From A CSV File","id":"c1798ae4-53a5-42bc-8dc9-be25e247921c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","description":"<p>(Required) This is your CSV file with the added keywords.</p>\n","src":"/home/andjela/Downloads/company_name_exact.csv"},{"key":"type","value":"company_name","type":"text","description":"<p>(Required) This is the keyword type you wish to blacklist. The type can be: company_name, email, domain, full_name, profile_url, or job_title.</p>\n"},{"key":"comparisonType","value":"exact","type":"text","description":"<p>(Required) This is how you determine how your blacklisted item should match your keyword. The comparison type can be: exact, contains, starts_with, or ends_with.</p>\n"},{"key":"source","value":"csv","type":"text","description":"<p>(Required) This is how your blacklisted items are added. The value can be manual, csv, unsubscribe, or bounced.</p>\n"}]},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/blacklists/import_csv","description":"<p>This action adds keywords to your seat's Blacklist via CSV file.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","blacklists","import_csv"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is your Seat ID.</p>\n","type":"text/plain"},"type":"any","value":"2","key":"accountId"}]}},"response":[{"id":"a0dded54-88e4-455c-8500-9e35790653d5","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","src":"/home/andjela/Desktop/company_name_exact.csv"},{"key":"type","value":"company_name","type":"text"},{"key":"comparisonType","value":"exact","type":"text"},{"key":"source","value":"csv","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/blacklists/import_csv","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","blacklists","import_csv"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your user ID."},{"key":"accountId","value":"2","description":"(Required) This is your seat ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-nOO9QiTIwXgNtWtBJezz8kv3SLc\""},{"key":"Date","value":"Tue, 25 Jul 2023 13:39:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"OK"},{"id":"92d0c76a-80ac-4ed9-a6a4-a9b4f9597bef","name":"Authorization error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","src":"/home/andjela/Desktop/company_name_exact.csv"},{"key":"type","value":"company_name","type":"text"},{"key":"comparisonType","value":"exact","type":"text"},{"key":"source","value":"csv","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/blacklists/import_csv","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","blacklists","import_csv"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your user ID."},{"key":"accountId","value":"2","description":"(Required) This is your seat ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Tue, 25 Jul 2023 13:40:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"6fdef8ae-7fb8-41b5-8ce2-3b118cec1a33","name":"Blacklist type is wrong","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","src":"/home/andjela/Downloads/company_name_exact.csv"},{"key":"type","value":"ccompany_name","type":"text"},{"key":"comparisonType","value":"exact","type":"text"},{"key":"source","value":"csv","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/blacklists/import_csv","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","blacklists","import_csv"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your user ID."},{"key":"accountId","value":"2","description":"(Required) This is your seat ID."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"159"},{"key":"ETag","value":"W/\"9f-m/gM5+NRGFGiycZrpT55OivMvq0\""},{"key":"Date","value":"Tue, 25 Jul 2023 13:42:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"type\": {\n            \"value\": \"ccompany_name\",\n            \"msg\": \"invalid value for type\",\n            \"param\": \"type\",\n            \"location\": \"body\"\n        }\n    }\n}"},{"id":"b6cee5e3-9e9b-4563-ae27-127d98094b4b","name":"Comparison type is wrong","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","src":"/home/andjela/Downloads/company_name_exact.csv"},{"key":"type","value":"company_name","type":"text"},{"key":"comparisonType","value":"eexact","type":"text"},{"key":"source","value":"csv","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/blacklists/import_csv","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","blacklists","import_csv"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your user ID."},{"key":"accountId","value":"2","description":"(Required) This is your seat ID."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"182"},{"key":"ETag","value":"W/\"b6-XvxDVw0HmsRrk6zueaIM9ngS0kI\""},{"key":"Date","value":"Tue, 25 Jul 2023 13:43:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"comparisonType\": {\n            \"value\": \"eexact\",\n            \"msg\": \"invalid value for comparisonType\",\n            \"param\": \"comparisonType\",\n            \"location\": \"body\"\n        }\n    }\n}"},{"id":"058cdded-2177-4f16-91f4-1ba6c55db722","name":"CSV file has too many headers","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","src":"/home/andjela/Desktop/bad_company_name_exact.csv"},{"key":"type","value":"company_name","type":"text"},{"key":"comparisonType","value":"exact","type":"text"},{"key":"source","value":"csv","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/blacklists/import_csv","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","blacklists","import_csv"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your user ID."},{"key":"accountId","value":"2","description":"(Required) This is your seat ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-FAvKhL7Sbx5uA5d8RnjLzwqzOB8\""},{"key":"Date","value":"Tue, 25 Jul 2023 14:24:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"CSV file has too many headers\"\n    }\n}"},{"id":"a2ea17f4-c9e9-4b0a-a294-560f21fb0e75","name":"CSV should only have 'keyword' header column","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","src":"/home/andjela/Desktop/bad_company_name_exact.csv"},{"key":"type","value":"company_name","type":"text"},{"key":"comparisonType","value":"exact","type":"text"},{"key":"source","value":"csv","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/blacklists/import_csv","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","blacklists","import_csv"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your user ID."},{"key":"accountId","value":"2","description":"(Required) This is your seat ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"ETag","value":"W/\"4f-Ll53FU8eZPUgiKuMQ5ob3ln5II8\""},{"key":"Date","value":"Tue, 25 Jul 2023 14:26:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"CSV should only have 'keyword' header column\"\n    }\n}"},{"id":"c97528fa-b27a-49df-b51d-e4dd30ed7afa","name":"CSV row cannot be empty","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","contentType":"text/csv; charset=utf-8","src":"/home/andjela/Desktop/bad_company_name_exact.csv"},{"key":"type","value":"company_name","type":"text"},{"key":"comparisonType","value":"exact","type":"text"},{"key":"source","value":"csv","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/blacklists/import_csv","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","blacklists","import_csv"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your user ID."},{"key":"accountId","value":"2","description":"(Required) This is your seat ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"58"},{"key":"ETag","value":"W/\"3a-DVNaxe9emiB4Zx35gC7205mAjmA\""},{"key":"Date","value":"Tue, 25 Jul 2023 14:28:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"CSV row cannot be empty\"\n    }\n}"}],"_postman_id":"c1798ae4-53a5-42bc-8dc9-be25e247921c"},{"name":"Delete Blacklist Keywords","id":"d85a8ff0-14a9-4699-8135-a5733d9a4482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keywordIds\": [\n        6615586,\n        6615587\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId/accounts/:accountId/blacklists/bulk_delete_keywords","urlObject":{"path":["users",":userId","accounts",":accountId","blacklists","bulk_delete_keywords"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"35048","key":"userId"},{"description":{"content":"<p>(Required) This is your Account ID.</p>\n","type":"text/plain"},"type":"any","value":"32463","key":"accountId"}]}},"response":[{"id":"44063451-b02f-4df6-a1ee-75ce8912f080","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keywordIds\": [\n        6615588\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId/blacklists/bulk_delete_keywords","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","accounts",":accountId","blacklists","bulk_delete_keywords"],"variable":[{"key":"userId","value":"35048"},{"key":"accountId","value":"32463"}]}},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:38:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"183"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"b7-G1RQ0q8CFtoj6f0me1f80rE1zt0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"statusCode\": 201,\n    \"metadata\": {\n        \"method\": \"POST\",\n        \"path\": \"/api/open-api/v2/users/35048/accounts/32463/blacklists/bulk_delete_keywords\",\n        \"timestamp\": 1757921880692\n    }\n}"},{"id":"265f73a6-598e-4ffe-a9ce-d1e35930306c","name":"Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"asdgas","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keywordIds\": [\n        6615588\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId/blacklists/bulk_delete_keywords","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","accounts",":accountId","blacklists","bulk_delete_keywords"],"variable":[{"key":"userId","value":"35048"},{"key":"accountId","value":"32463"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:38:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"225"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"e1-C9LMYa9U1XkyLBhsOQ6cxHpi4SA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Invalid API key\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"POST\",\n        \"path\": \"/api/open-api/v2/users/35048/accounts/32463/blacklists/bulk_delete_keywords\",\n        \"timestamp\": 1757921894747\n    }\n}"}],"_postman_id":"d85a8ff0-14a9-4699-8135-a5733d9a4482"},{"name":"Delete Global Blacklist Keywords","id":"b10db595-b755-4b93-9591-b8a80b37fb6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keywordIds\": [\n        1341916,\n        1341917\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId/teams/:teamId/global_blacklists/bulk_delete_keywords","urlObject":{"path":["users",":userId","teams",":teamId","global_blacklists","bulk_delete_keywords"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"35048","key":"userId"},{"description":{"content":"<p>(Required) This is your Team ID.</p>\n","type":"text/plain"},"type":"any","value":"30110","key":"teamId"}]}},"response":[{"id":"5d46446c-4461-4d9a-87da-840ffa651936","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keywordIds\": [\n        1341918\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId/global_blacklists/bulk_delete_keywords","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","teams",":teamId","global_blacklists","bulk_delete_keywords"],"variable":[{"key":"userId","value":"35048"},{"key":"teamId","value":"30110"}]}},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:37:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"187"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"bb-5XbWPC4rFP9EbtDkohxG4XfI8mQ\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {},\n    \"statusCode\": 201,\n    \"metadata\": {\n        \"method\": \"POST\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/30110/global_blacklists/bulk_delete_keywords\",\n        \"timestamp\": 1757921830255\n    }\n}"},{"id":"af1a73c4-5d0a-4867-895a-a426cdc901d6","name":"Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"dgasgadsg","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keywordIds\": [\n        1341918\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId/global_blacklists/bulk_delete_keywords","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","teams",":teamId","global_blacklists","bulk_delete_keywords"],"variable":[{"key":"userId","value":"35048"},{"key":"teamId","value":"30110"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:37:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"229"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"e5-95FcFQKDjLoXvDTgN4CPiT9a4ss\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Invalid API key\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"POST\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/30110/global_blacklists/bulk_delete_keywords\",\n        \"timestamp\": 1757921846223\n    }\n}"}],"_postman_id":"b10db595-b755-4b93-9591-b8a80b37fb6c"},{"name":"Delete Blacklist","id":"5d25c4c1-78d6-40c1-8785-b11d2b125772","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId/accounts/:accountId/blacklists/:blacklistId","description":"<h3 id=\"delete-apiopen-apiv2usersuseridaccountsaccountidblacklistsblacklistid\">DELETE /api/open-api/v2/users/:userId/accounts/:accountId/blacklists/:blacklistId</h3>\n<p>This endpoint is used to remove a specific blacklist entry associated with a user's account. By sending a DELETE request to this endpoint, you can effectively delete a blacklist identified by <code>blacklistId</code> for a specific user and account.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<ul>\n<li><p><strong>userId</strong> (path parameter): The unique identifier of the user whose blacklist entry is to be deleted.</p>\n</li>\n<li><p><strong>accountId</strong> (path parameter): The unique identifier of the account from which the blacklist entry will be removed.</p>\n</li>\n<li><p><strong>blacklistId</strong> (path parameter): The unique identifier of the blacklist entry that needs to be deleted.</p>\n</li>\n</ul>\n<h4 id=\"expected-response-format\">Expected Response Format</h4>\n<p>Upon a successful deletion, the API will return a JSON response with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"deletedId\": 0\n  },\n  \"statusCode\": 0,\n  \"metadata\": {\n    \"method\": \"\",\n    \"path\": \"\",\n    \"timestamp\": 0\n  }\n}\n\n</code></pre>\n<ul>\n<li><p><strong>success</strong>: A boolean indicating whether the deletion was successful.</p>\n</li>\n<li><p><strong>data</strong>: An object containing the <code>deletedId</code>, which indicates the ID of the deleted blacklist entry.</p>\n</li>\n<li><p><strong>statusCode</strong>: A numeric code representing the status of the request.</p>\n</li>\n<li><p><strong>metadata</strong>: An object providing additional information about the request, including the HTTP method used, the path of the request, and a timestamp.</p>\n</li>\n</ul>\n<h4 id=\"additional-notes\">Additional Notes</h4>\n<ul>\n<li><p>Ensure that the <code>userId</code>, <code>accountId</code>, and <code>blacklistId</code> parameters are valid and correspond to existing entries in the system.</p>\n</li>\n<li><p>This action is irreversible; once a blacklist entry is deleted, it cannot be recovered.</p>\n</li>\n<li><p>Appropriate permissions should be verified before attempting to delete a blacklist entry to prevent unauthorized access.</p>\n</li>\n</ul>\n<p>Use this endpoint to maintain and manage blacklist entries effectively in your application.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","blacklists",":blacklistId"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"1234","key":"userId"},{"description":{"content":"<p>(Required) This is your Account ID.</p>\n","type":"text/plain"},"type":"any","value":"5678","key":"accountId"},{"description":{"content":"<p>(Required) This is your Blacklist ID.</p>\n","type":"text/plain"},"type":"any","value":"1111","key":"blacklistId"}]}},"response":[{"id":"59d8bcb1-66e6-4b56-a640-7a81e12be4ea","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId/blacklists/:blacklistId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","accounts",":accountId","blacklists",":blacklistId"],"variable":[{"key":"userId","value":"1234"},{"key":"accountId","value":"5678"},{"key":"blacklistId","value":"23374"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:39:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"185"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"b9-tFOprtAZK71OlwbD0kRn+o0Hz+Y\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"deletedId\": 23374\n    },\n    \"statusCode\": 200,\n    \"metadata\": {\n        \"method\": \"DELETE\",\n        \"path\": \"/api/open-api/v2/users/1234/accounts/5678/blacklists/23374\",\n        \"timestamp\": 1757921966144\n    }\n}"},{"id":"1a547195-ac69-4e36-818d-4c6f6ba2b7a8","name":"Invalid API key","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"sadgsaga","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId/blacklists/:blacklistId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","accounts",":accountId","blacklists",":blacklistId"],"variable":[{"key":"userId","value":"1234"},{"key":"accountId","value":"5678"},{"key":"blacklistId","value":"23374"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:40:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"210"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"d2-oHWo+moYzo753a2qnW0IrssYfes\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Invalid API key\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"DELETE\",\n        \"path\": \"/api/open-api/v2/users/1234/accounts/5678/blacklists/23374\",\n        \"timestamp\": 1757922013142\n    }\n}"}],"_postman_id":"5d25c4c1-78d6-40c1-8785-b11d2b125772"},{"name":"Delete Global Blacklist","id":"b805a1bc-bbc2-4c20-ae44-6a7aa5960987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId/teams/:teamId/global_blacklists/:blacklistId","description":"<h3 id=\"delete-global-blacklist-entry\">DELETE Global Blacklist Entry</h3>\n<p>This endpoint allows you to delete a specific entry from the global blacklist associated with a user's team.</p>\n<p><strong>Endpoint:</strong><br /><code>DELETE https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId/global_blacklists/:blacklistId</code></p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>userId</code>: The unique identifier for the user.</p>\n</li>\n<li><p><code>teamId</code>: The unique identifier for the team.</p>\n</li>\n<li><p><code>blacklistId</code>: The unique identifier for the blacklist entry to be deleted.</p>\n</li>\n</ul>\n<p><strong>Response:</strong><br />Upon a successful deletion, the response will indicate the success status and return the <code>deletedId</code> of the entry that was removed.</p>\n<p><strong>Example Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"deletedId\": 0\n  },\n  \"statusCode\": 0,\n  \"metadata\": {\n    \"method\": \"\",\n    \"path\": \"\",\n    \"timestamp\": 0\n  }\n}\n\n</code></pre>\n<p>This endpoint allows you to delete a specific blacklist entry associated with a user's account. It is used to remove a blacklist entry that may be preventing certain actions or communications related to that user.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><strong>userId</strong> (path parameter): The unique identifier of the user whose blacklist entry you want to delete.</p>\n</li>\n<li><p><strong>teamId</strong> (path parameter): The unique identifier of the team associated with the user from which the blacklist entry will be removed.</p>\n</li>\n<li><p><strong>blacklistId</strong> (path parameter): The unique identifier of the blacklist entry that you wish to delete.</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>Upon successful deletion of the blacklist entry, the API will return a JSON response containing the following fields:</p>\n<ul>\n<li><p><strong>success</strong> (boolean): Indicates whether the deletion was successful.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains the details of the deletion.</p>\n<ul>\n<li><strong>deletedId</strong> (integer): The ID of the deleted blacklist entry.</li>\n</ul>\n</li>\n<li><p><strong>statusCode</strong> (integer): The HTTP status code of the response.</p>\n</li>\n<li><p><strong>metadata</strong> (object): Additional information about the request.</p>\n<ul>\n<li><p><strong>method</strong> (string): The HTTP method used for the request.</p>\n</li>\n<li><p><strong>path</strong> (string): The path of the request.</p>\n</li>\n<li><p><strong>timestamp</strong> (integer): The timestamp of when the request was processed.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the provided IDs are valid and correspond to existing user, team, and blacklist entries.</p>\n</li>\n<li><p>This action is irreversible; once a blacklist entry is deleted, it cannot be recovered.</p>\n</li>\n</ul>\n<p>This endpoint allows you to delete a specific global blacklist entry associated with a user and a team.</p>\n<h3 id=\"http-request\">HTTP Request</h3>\n<ul>\n<li><p><strong>Method:</strong> DELETE</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId/global_blacklists/:blacklistId</code></p>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li><p><code>userId</code> (required): The unique identifier of the user whose blacklist entry is to be deleted.</p>\n</li>\n<li><p><code>teamId</code> (required): The unique identifier of the team associated with the user.</p>\n</li>\n<li><p><code>blacklistId</code> (required): The unique identifier of the global blacklist entry that you wish to delete.</p>\n</li>\n</ul>\n<h3 id=\"expected-response-1\">Expected Response</h3>\n<p>Upon a successful deletion, the API will return a JSON response in the following format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"deletedId\": 0\n  },\n  \"statusCode\": 0,\n  \"metadata\": {\n    \"method\": \"\",\n    \"path\": \"\",\n    \"timestamp\": 0\n  }\n}\n\n</code></pre>\n<ul>\n<li><p><strong>success</strong>: A boolean indicating whether the deletion was successful.</p>\n</li>\n<li><p><strong>data</strong>: An object containing the <code>deletedId</code>, which indicates the ID of the deleted blacklist entry.</p>\n</li>\n<li><p><strong>statusCode</strong>: A numerical code representing the status of the request.</p>\n</li>\n<li><p><strong>metadata</strong>: An object providing additional information about the request, including the method, path, and timestamp of the request.</p>\n</li>\n</ul>\n<h3 id=\"notes-1\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>userId</code>, <code>teamId</code>, and <code>blacklistId</code> are valid and correspond to existing entries in the system to avoid errors.</p>\n</li>\n<li><p>The response will confirm the deletion and provide relevant metadata.</p>\n</li>\n</ul>\n<p>This endpoint is used to remove a specific global blacklist entry associated with a user's team. By sending a DELETE request to this endpoint, you can effectively delete a blacklist identified by <code>blacklistId</code> for a specific user and team.</p>\n<h4 id=\"request-parameters-1\">Request Parameters</h4>\n<ul>\n<li><p><strong>userId</strong> (path parameter): The unique identifier of the user whose blacklist entry is to be deleted.</p>\n</li>\n<li><p>teamId (path parameter): The unique identifier of the team from which the blacklist entry will be removed.</p>\n</li>\n<li><p><strong>blacklistId</strong> (path parameter): The unique identifier of the blacklist entry that needs to be deleted.</p>\n</li>\n</ul>\n<h4 id=\"expected-response-format\">Expected Response Format</h4>\n<p>Upon a successful deletion, the API will return a JSON response with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"deletedId\": 0\n  },\n  \"statusCode\": 0,\n  \"metadata\": {\n    \"method\": \"\",\n    \"path\": \"\",\n    \"timestamp\": 0\n  }\n}\n\n</code></pre>\n<ul>\n<li><p><strong>success</strong>: A boolean indicating whether the deletion was successful.</p>\n</li>\n<li><p><strong>data</strong>: An object containing the <code>deletedId</code>, which indicates the ID of the deleted blacklist entry.</p>\n</li>\n<li><p><strong>statusCode</strong>: A numeric code representing the status of the request.</p>\n</li>\n<li><p><strong>metadata</strong>: An object providing additional information about the request, including the HTTP method used, the path of the request, and a timestamp.</p>\n</li>\n</ul>\n<h4 id=\"additional-notes\">Additional Notes</h4>\n<ul>\n<li><p>Ensure that the <code>userId</code>, <code>accountId</code>, and <code>blacklistId</code> parameters are valid and correspond to existing entries in the system.</p>\n</li>\n<li><p>This action is irreversible; once a blacklist entry is deleted, it cannot be recovered.</p>\n</li>\n<li><p>Appropriate permissions should be verified before attempting to delete a blacklist entry to prevent unauthorized access.</p>\n</li>\n</ul>\n<p>Use this endpoint to maintain and manage blacklist entries effectively in your application.</p>\n","urlObject":{"path":["users",":userId","teams",":teamId","global_blacklists",":blacklistId"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"35048","key":"userId"},{"description":{"content":"<p>(Required) This is your Team ID.</p>\n","type":"text/plain"},"type":"any","value":"30110","key":"teamId"},{"description":{"content":"<p>(Required) This is your Global Blacklist ID.</p>\n","type":"text/plain"},"type":"any","value":"2786","key":"blacklistId"}]}},"response":[{"id":"acbba994-e979-420a-8446-4f03c0e1e8d0","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId/global_blacklists/:blacklistId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","teams",":teamId","global_blacklists",":blacklistId"],"variable":[{"key":"userId","value":"35048"},{"key":"teamId","value":"30110"},{"key":"blacklistId","value":"2787"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:38:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"189"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"bd-KnAccErfqbcktuE8OPUGmSxP+cs\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"deletedId\": 2787\n    },\n    \"statusCode\": 200,\n    \"metadata\": {\n        \"method\": \"DELETE\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/30110/global_blacklists/2787\",\n        \"timestamp\": 1757921930892\n    }\n}"},{"id":"b508a932-76e1-49b2-85a3-3eaba6fc52d2","name":"Invalid API key","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"sdagasga","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId/global_blacklists/:blacklistId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","teams",":teamId","global_blacklists",":blacklistId"],"variable":[{"key":"userId","value":"35048"},{"key":"teamId","value":"30110"},{"key":"blacklistId","value":"2787"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Sep 2025 07:39:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"215"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"d7-AuU7idPHoj3fQnfLP4N7CosvomA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Invalid API key\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"DELETE\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/30110/global_blacklists/2787\",\n        \"timestamp\": 1757921943403\n    }\n}"}],"_postman_id":"b805a1bc-bbc2-4c20-ae44-6a7aa5960987"},{"name":"Add Keywords To Global Blacklist","id":"a103d848-0a57-4d1d-baaa-183a52c67b5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"keywords","value":"[\"test\", \"test123\"]","description":"<p>(Required) These are the keywords you wish to blacklist.</p>\n","type":"text"},{"key":"type","value":"company_name","description":"<p>(Required) This is the keyword type you wish to blacklist. The type can be: company_name, email, domain, full_name, profile_url, or job_title.</p>\n","type":"text"},{"key":"comparisonType","value":"exact","description":"<p>(Required) This is how you determine how your blacklisted item should match your keyword. The comparison type can be: exact, contains, starts_with, or ends_with.</p>\n","type":"text"},{"key":"source","value":"manual","description":"<p>(Required) This is how your blacklisted items are added. The value must always be manual.</p>\n","type":"text"}]},"url":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/global_blacklists/add_keyword","description":"<p>This action adds keywords to your teams Blacklist via JSON</p>\n","urlObject":{"path":["teams",":teamId","users",":userId","global_blacklists","add_keyword"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your Team ID.</p>\n","type":"text/plain"},"type":"string","value":"1","key":"teamId"},{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"string","value":"1","key":"userId"}]}},"response":[{"id":"08e457f1-d6af-41f9-8e3f-f8a1377d7785","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"company_name\",\n    \"source\": \"manual\",\n    \"comparisonType\": \"exact\",\n    \"keywords\": [\"blacklisted company\", \"another one\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/global_blacklists/add_keyword","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","global_blacklists","add_keyword"],"variable":[{"key":"teamId","value":"1","type":"string","description":"(Required) This is your team ID."},{"key":"userId","value":"1","type":"string","description":"(Required) This is your user ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"211"},{"key":"ETag","value":"W/\"d3-9imSbkynUIuyHlCadxM/xN37GDo\""},{"key":"Date","value":"Tue, 25 Jul 2023 12:42:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"globalBlacklist\": {\n            \"id\": 1,\n            \"teamId\": 1,\n            \"type\": \"company_name\",\n            \"source\": \"manual\",\n            \"sourceName\": null,\n            \"comparisonType\": \"exact\",\n            \"createdAt\": \"2023-07-07T09:27:52.000Z\",\n            \"updatedAt\": \"2023-07-07T09:27:52.000Z\"\n        }\n    }\n}"},{"id":"f216ec3c-a210-4e95-b3f2-975bad18b83e","name":"Authorization error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"company_name\",\n    \"source\": \"manual\",\n    \"comparisonType\": \"exact\",\n    \"keywords\": [\"blacklisted company\", \"another one\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/global_blacklists/add_keyword","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","global_blacklists","add_keyword"],"variable":[{"key":"teamId","value":"1","type":"string","description":"(Required) This is your team ID."},{"key":"userId","value":"1","type":"string","description":"(Required) This is your user ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Tue, 25 Jul 2023 12:53:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"bc6606cf-573b-42af-987f-0a96e42b0d10","name":"Blacklist type is wrong","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"gmail\",\n    \"source\": \"manual\",\n    \"comparisonType\": \"exact\",\n    \"keywords\": [\"blacklisted company\", \"another one\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/global_blacklists/add_keyword","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","global_blacklists","add_keyword"],"variable":[{"key":"teamId","value":"1","type":"string","description":"(Required) This is your team ID."},{"key":"userId","value":"1","type":"string","description":"(Required) This is your user ID."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"151"},{"key":"ETag","value":"W/\"97-K0/zc5hRW9dL0C5iairARtrFMqc\""},{"key":"Date","value":"Tue, 25 Jul 2023 12:58:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"type\": {\n            \"value\": \"gmail\",\n            \"msg\": \"invalid value for type\",\n            \"param\": \"type\",\n            \"location\": \"body\"\n        }\n    }\n}"},{"id":"4cbf64b1-854b-4e12-be03-8fb96f4267eb","name":"Blacklist source is wrong","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"company_name\",\n    \"source\": \"mmanual\",\n    \"comparisonType\": \"exact\",\n    \"keywords\": [\"blacklisted company\", \"another one\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/global_blacklists/add_keyword","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","global_blacklists","add_keyword"],"variable":[{"key":"teamId","value":"1","type":"string","description":"(Required) This is your team ID."},{"key":"userId","value":"1","type":"string","description":"(Required) This is your user ID."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"159"},{"key":"ETag","value":"W/\"9f-hXoev5sAt5tCRIL26rxC9Ahoj+8\""},{"key":"Date","value":"Tue, 25 Jul 2023 13:02:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"source\": {\n            \"value\": \"mmanual\",\n            \"msg\": \"invalid value for source\",\n            \"param\": \"source\",\n            \"location\": \"body\"\n        }\n    }\n}"},{"id":"7131c836-0b5b-4dae-9169-a7d8fa35c21b","name":"Comparison type is wrong","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"company_name\",\n    \"source\": \"manual\",\n    \"comparisonType\": \"eexact\",\n    \"keywords\": [\"blacklisted company\", \"another one\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/global_blacklists/add_keyword","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","global_blacklists","add_keyword"],"variable":[{"key":"teamId","value":"1","type":"string","description":"(Required) This is your team ID."},{"key":"userId","value":"1","type":"string","description":"(Required) This is your user ID."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"182"},{"key":"ETag","value":"W/\"b6-XvxDVw0HmsRrk6zueaIM9ngS0kI\""},{"key":"Date","value":"Tue, 25 Jul 2023 13:03:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"comparisonType\": {\n            \"value\": \"eexact\",\n            \"msg\": \"invalid value for comparisonType\",\n            \"param\": \"comparisonType\",\n            \"location\": \"body\"\n        }\n    }\n}"}],"_postman_id":"a103d848-0a57-4d1d-baaa-183a52c67b5b"},{"name":"Add Keywords To Your Blacklist","id":"148ec88a-6546-4396-982e-9f35b70bc095","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"keywords\": [\"John Smith\"],\n  \"type\": \"full_name\",\n  \"comparisonType\": \"exact\",\n  \"source\": \"manual\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/blacklists/add_keyword","description":"<p>This action adds keywords to your seat's Blacklist via JSON.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","blacklists","add_keyword"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is your Seat ID.</p>\n","type":"text/plain"},"type":"any","value":"3","key":"accountId"}]}},"response":[{"id":"3204f02e-af51-43de-ac2b-e7d951374e8c","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"company_name\",\n    \"source\": \"manual\",\n    \"comparisonType\": \"exact\",\n    \"keywords\": [\"blacklisted company\", \"another one\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/blacklists/add_keyword","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","blacklists","add_keyword"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your user ID."},{"key":"accountId","value":"2","description":"(Required) This is your seat ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"205"},{"key":"ETag","value":"W/\"cd-Lt/vaWtIh+tZYNXBItuyG8QRtPk\""},{"key":"Date","value":"Tue, 25 Jul 2023 13:26:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"blacklist\": {\n            \"id\": 4,\n            \"seatId\": 2,\n            \"type\": \"company_name\",\n            \"source\": \"manual\",\n            \"sourceName\": null,\n            \"comparisonType\": \"exact\",\n            \"createdAt\": \"2023-07-11T12:11:16.000Z\",\n            \"updatedAt\": \"2023-07-11T12:11:16.000Z\"\n        }\n    }\n}"},{"id":"27687f34-8e8c-47b7-928a-427801915eb2","name":"Authorization error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"company_name\",\n    \"source\": \"manual\",\n    \"comparisonType\": \"exact\",\n    \"keywords\": [\"blacklisted company\", \"another one\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/blacklists/add_keyword","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","blacklists","add_keyword"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your user ID."},{"key":"accountId","value":"2","description":"(Required) This is your seat ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Tue, 25 Jul 2023 13:26:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"},{"id":"d34ef6d5-5432-42f1-b0d9-375b5da19dee","name":"Blacklist type is wrong","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"ccompany_name\",\n    \"source\": \"manual\",\n    \"comparisonType\": \"exact\",\n    \"keywords\": [\"blacklisted company\", \"another one\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/blacklists/add_keyword","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","blacklists","add_keyword"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your user ID."},{"key":"accountId","value":"2","description":"(Required) This is your seat ID."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"159"},{"key":"ETag","value":"W/\"9f-m/gM5+NRGFGiycZrpT55OivMvq0\""},{"key":"Date","value":"Tue, 25 Jul 2023 13:28:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"type\": {\n            \"value\": \"ccompany_name\",\n            \"msg\": \"invalid value for type\",\n            \"param\": \"type\",\n            \"location\": \"body\"\n        }\n    }\n}"},{"id":"f811da7a-8158-4041-8606-97ea542d19df","name":"Blacklist source is wrong","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"company_name\",\n    \"source\": \"mmanual\",\n    \"comparisonType\": \"exact\",\n    \"keywords\": [\"blacklisted company\", \"another one\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/blacklists/add_keyword","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","blacklists","add_keyword"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your user ID."},{"key":"accountId","value":"2","description":"(Required) This is your seat ID."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"159"},{"key":"ETag","value":"W/\"9f-hXoev5sAt5tCRIL26rxC9Ahoj+8\""},{"key":"Date","value":"Tue, 25 Jul 2023 13:28:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"source\": {\n            \"value\": \"mmanual\",\n            \"msg\": \"invalid value for source\",\n            \"param\": \"source\",\n            \"location\": \"body\"\n        }\n    }\n}"},{"id":"320d6506-7fb0-44e6-aff0-a44765d74f2c","name":"Comparison type is wrong","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"company_name\",\n    \"source\": \"manual\",\n    \"comparisonType\": \"eexact\",\n    \"keywords\": [\"blacklisted company\", \"another one\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/blacklists/add_keyword","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","blacklists","add_keyword"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your user ID."},{"key":"accountId","value":"2","description":"(Required) This is your seat ID."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"182"},{"key":"ETag","value":"W/\"b6-XvxDVw0HmsRrk6zueaIM9ngS0kI\""},{"key":"Date","value":"Tue, 25 Jul 2023 13:29:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"comparisonType\": {\n            \"value\": \"eexact\",\n            \"msg\": \"invalid value for comparisonType\",\n            \"param\": \"comparisonType\",\n            \"location\": \"body\"\n        }\n    }\n}"}],"_postman_id":"148ec88a-6546-4396-982e-9f35b70bc095"}],"id":"c0b7d7ba-1fcb-4906-b3d1-3c99e6705ce3","_postman_id":"c0b7d7ba-1fcb-4906-b3d1-3c99e6705ce3","description":""},{"name":"Warmup","item":[{"name":"Activate InboxFlare Warm-Up","id":"de71a4f5-cfac-4eee-bd3e-7c5b43e27ba0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/activate_warmup_inboxflare","description":"<p>This endpoint creates accounts for users on InboxFlare warm-up tool and sends them credentials via email.</p>\n","urlObject":{"path":["users",":userId","activate_warmup_inboxflare"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"id":"50a7023c-386d-4cfb-89ed-d0810e94b5b3","description":{"content":"<p>(Required) This is your userId.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"}]}},"response":[{"id":"303007e1-8ab1-4d2f-aa57-348cb9f76265","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/teams/:teamId/activate_warmup_inboxflare","host":["{{OpenAPIUrl}}"],"path":["users",":userId","teams",":teamId","activate_warmup_inboxflare"],"variable":[{"key":"userId","value":"29"},{"key":"teamId","value":"24"}]}},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Thu, 05 Sep 2024 13:05:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"6223effd-825b-407b-8b16-ed78c8187cdb","name":"Error when warm-up is already active","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/teams/:teamId/activate_warmup_inboxflare","host":["{{OpenAPIUrl}}"],"path":["users",":userId","teams",":teamId","activate_warmup_inboxflare"],"variable":[{"key":"userId","value":"364","description":"(Required) This is your userId"},{"key":"teamId","value":"469","description":"(Required) This is your teamId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"ETag","value":"W/\"50-zzFVir0EJNUx9kXk0NuHbGf8+LE\""},{"key":"Date","value":"Wed, 11 Sep 2024 08:03:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"Your account email warm-up is already active.\"\n    }\n}"},{"id":"5a538c8a-9898-4949-b6f5-4f7ef5327305","name":"Error when no seats are active","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/teams/:teamId/activate_warmup_inboxflare","host":["{{OpenAPIUrl}}"],"path":["users",":userId","teams",":teamId","activate_warmup_inboxflare"],"variable":[{"key":"userId","value":"364","description":"(Required) This is your userId."},{"key":"teamId","value":"24","description":"(Required) This is your teamId."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"119"},{"key":"ETag","value":"W/\"77-BcmIpHgwHihZiWg+DelNZodn8b0\""},{"key":"Date","value":"Wed, 11 Sep 2024 08:46:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"You can't enable the InboxFlare email warm-up because none of your seats are active.\"\n    }\n}"},{"id":"91e1494e-32e2-4a09-9cce-ca975e1b66e1","name":"Error when InboxFlare's server returns an error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/teams/:teamId/activate_warmup_inboxflare","host":["{{OpenAPIUrl}}"],"path":["users",":userId","teams",":teamId","activate_warmup_inboxflare"],"variable":[{"key":"userId","value":"364","description":"(Required) This is your userId"},{"key":"teamId","value":"469","description":"(Required) This is your teamId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"91"},{"key":"ETag","value":"W/\"5b-/N4xQSEQDbTi0DAKtdVpe8+JawA\""},{"key":"Date","value":"Wed, 11 Sep 2024 08:47:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"Something went wrong! Contact our customer support team.\"\n    }\n}"}],"_postman_id":"de71a4f5-cfac-4eee-bd3e-7c5b43e27ba0"}],"id":"afd5991e-5b4e-40f3-997f-dc6693dae0d3","_postman_id":"afd5991e-5b4e-40f3-997f-dc6693dae0d3","description":""},{"name":"Team Management","item":[{"name":"Create A Team","id":"2ccb17ed-1ef1-4961-88b2-7e5310e3f829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example team\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/users/:userId/create_team","description":"<p>This action creates a team for a specific user.</p>\n","urlObject":{"path":["users",":userId","create_team"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your user ID.</p>\n","type":"text/plain"},"type":"any","value":"1451","key":"userId"}]}},"response":[{"id":"f5af979a-1ece-467a-8c71-5eaca688dce5","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example team\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/create_team","host":["{{OpenAPIUrl}}"],"path":["users",":userId","create_team"],"variable":[{"key":"userId","value":"1451"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"ETag","value":"W/\"3b-NTzx0+2uoPAA0ngh5hE6SM5qffs\""},{"key":"Date","value":"Tue, 19 Nov 2024 15:16:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"teamId\": 36965,\n        \"value\": \"Team Example team successfully created!\"\n    }\n}"},{"id":"02e59db7-65b5-4765-be50-8d928782c658","name":"Validation error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/create_team","host":["{{OpenAPIUrl}}"],"path":["users",":userId","create_team"],"variable":[{"key":"userId","value":"1451"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"187"},{"key":"ETag","value":"W/\"bb-BuCy7ZfUQLNhf6PqspM5tJkRqpk\""},{"key":"Date","value":"Tue, 19 Nov 2024 15:14:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"name\": {\n            \"msg\": \"Team name can't be shorter than 1 character or longer than 512 characters.\",\n            \"param\": \"name\",\n            \"location\": \"body\"\n        }\n    }\n}"},{"id":"6d7bdcae-5fa9-4588-84a1-3a65f129707d","name":"Team already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example team\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/create_team","host":["{{OpenAPIUrl}}"],"path":["users",":userId","create_team"],"variable":[{"key":"userId","value":"1451"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"101"},{"key":"ETag","value":"W/\"65-dtDR5ASVYtC6gmG4C8ktqbaCGck\""},{"key":"Date","value":"Tue, 19 Nov 2024 16:30:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"Whoops... This team name already exists. Please enter another one.\"\n    }\n}"}],"_postman_id":"2ccb17ed-1ef1-4961-88b2-7e5310e3f829"},{"name":"Create A Team Role","id":"280f4a2d-e375-45e1-920e-f66e9ffe1a09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example team\",\n    \"permissions\": [\n        {\n            \"id\": 1,\n            \"isViewOnly\": false\n        },\n        {\n            \"id\": 2,\n            \"isViewOnly\": false\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/create_role","description":"<p>This action creates a role for a specific team.</p>\n","urlObject":{"path":["teams",":teamId","users",":userId","create_role"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is the ID of the specific team for which you want to create this role.</p>\n","type":"text/plain"},"type":"any","value":"1570","key":"teamId"},{"description":{"content":"<p>(Required) This is your user ID.</p>\n","type":"text/plain"},"type":"any","value":"1451","key":"userId"}]}},"response":[{"id":"a0974ebb-ad9f-40c4-969c-47e32539ebc5","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"example role\",\n    \"permissions\": [\n        {\n            \"id\": 1,\n            \"isViewOnly\": false\n        },\n        {\n            \"id\": 2,\n            \"isViewOnly\": false\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/create_role","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","create_role"],"variable":[{"key":"teamId","value":"1570"},{"key":"userId","value":"1451"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"122"},{"key":"ETag","value":"W/\"7a-znSEwne/TmTCSfDH91DP852Ea10\""},{"key":"Date","value":"Wed, 20 Nov 2024 15:23:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"id\": \"d983ccde-2bde-43e8-8e56-f3efa0ad7eaa\",\n        \"value\": \"You have successfully created your new role example role. You can assign it now to a team member.\"\n    }\n}"},{"id":"520386ed-182d-4635-a4d0-81708dfd77f9","name":"Validation error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example role\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/create_role","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","create_role"],"variable":[{"key":"teamId","value":"1570"},{"key":"userId","value":"1451"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"152"},{"key":"ETag","value":"W/\"98-1GUvPi8MpqebiS6vtYDAo6xvaFA\""},{"key":"Date","value":"Wed, 20 Nov 2024 15:25:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"permissions\": {\n            \"msg\": \"Permissions are required!\",\n            \"param\": \"permissions\",\n            \"location\": \"body\"\n        }\n    }\n}"},{"id":"e3126fac-7221-4316-9729-ca8444c5f111","name":"There are 10 roles in a team","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example role\",\n    \"permissions\": [\n        {\n            \"id\": 1,\n            \"isViewOnly\": false\n        },\n        {\n            \"id\": 2,\n            \"isViewOnly\": false\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/create_role","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","create_role"],"variable":[{"key":"teamId","value":"1"},{"key":"userId","value":"1451"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77"},{"key":"ETag","value":"W/\"4d-Fgjl8A2g8Ief6s5xhEmrkl9czdc\""},{"key":"Date","value":"Wed, 20 Nov 2024 15:30:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"Can't create more than 10 roles for a team\"\n    }\n}"},{"id":"588e1379-04eb-468e-8b3b-10d9bdf6e562","name":"Role Already Exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example role\",\n    \"permissions\": [\n        {\n            \"id\": 1,\n            \"isViewOnly\": false\n        },\n        {\n            \"id\": 2,\n            \"isViewOnly\": false\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/create_role","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","create_role"],"variable":[{"key":"teamId","value":"1570","description":"(Required) This is the ID of the specific team for which you want to create this role."},{"key":"userId","value":"1451","description":"(Required) This is your user ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"ETag","value":"W/\"6b-yzKukmYJ/tMTwn8drZLzoZm0too\""},{"key":"Date","value":"Mon, 09 Dec 2024 17:31:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"The role with the name test team role already exists. Pick another name.\"\n    }\n}"},{"id":"7b6b58bc-d074-43e6-a5b9-2539c1613bbe","name":"Team Does Not Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example team\",\n    \"permissions\": [\n        {\n            \"id\": 1,\n            \"isViewOnly\": false\n        },\n        {\n            \"id\": 2,\n            \"isViewOnly\": false\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/create_role","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","create_role"],"variable":[{"key":"teamId","value":"1231232","description":"(Required) This is the ID of the specific team for which you want to create this role."},{"key":"userId","value":"1451","description":"(Required) This is your user ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"95"},{"key":"ETag","value":"W/\"5f-LvTSYhfySteSprftGj/muJdQCYM\""},{"key":"Date","value":"Mon, 09 Dec 2024 17:37:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"The team you're trying to assign this role to doesn't exist.\"\n    }\n}"}],"_postman_id":"280f4a2d-e375-45e1-920e-f66e9ffe1a09"},{"name":"Get Team Roles","id":"a3072646-8f52-40d5-911b-a3b30670698b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/get_roles","description":"<p>This action retrieves all roles for a specific team.</p>\n","urlObject":{"path":["teams",":teamId","users",":userId","get_roles"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"id":"916bb790-2a06-42c2-a4de-c76c5a944fa7","description":{"content":"<p>(Required) This is the ID of the specific team for which you want to retrieve roles.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"teamId"},{"id":"38d1346d-34b6-40d6-b19f-6d8677ed686c","description":{"content":"<p>(Required) This is your user ID.</p>\n","type":"text/plain"},"type":"any","value":"1451","key":"userId"}]}},"response":[{"id":"b67018cc-830d-403c-b4e3-296f46750ee0","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/get_roles","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","get_roles"],"variable":[{"key":"teamId","value":"1"},{"key":"userId","value":"1451"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3149"},{"key":"ETag","value":"W/\"c4d-QKJgEbG8wAlX0S7rQc8/HM2nl1I\""},{"key":"Date","value":"Thu, 21 Nov 2024 11:12:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n                \"name\": \"Owner\",\n                \"permissions\": [\n                    {\n                        \"id\": 1,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 2,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 3,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 4,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 5,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 6,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 7,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 8,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 9,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 11,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 12,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 13,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 14,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 15,\n                        \"isViewOnly\": false\n                    }\n                ],\n                \"teamId\": null,\n                \"whitelabelId\": null\n            },\n            {\n                \"id\": \"4114edb7-69d0-4854-92bd-8b04cac7d330\",\n                \"name\": \"Admin\",\n                \"permissions\": [\n                    {\n                        \"id\": 1,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 3,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 4,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 5,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 7,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 9,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 11,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 13,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 14,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 15,\n                        \"isViewOnly\": false\n                    }\n                ],\n                \"teamId\": null,\n                \"whitelabelId\": null\n            },\n            {\n                \"id\": \"cad518b1-208d-4208-81db-9794a0bbc318\",\n                \"name\": \"Editor\",\n                \"permissions\": [\n                    {\n                        \"id\": 1,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 4,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 5,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 7,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 9,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 11,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 14,\n                        \"isViewOnly\": false\n                    }\n                ],\n                \"teamId\": null,\n                \"whitelabelId\": null\n            },\n            {\n                \"id\": \"6e5b8f29-ecf2-4ae9-b1e5-c665892e3721\",\n                \"name\": \"TEST ROLA\",\n                \"permissions\": [\n                    {\n                        \"id\": 1,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 2,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 3,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 4,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 5,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 6,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 7,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 8,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 9,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 11,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 12,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 13,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 14,\n                        \"isViewOnly\": false\n                    }\n                ],\n                \"teamId\": 1,\n                \"whitelabelId\": 1\n            },\n            {\n                \"id\": \"678f62ca-0181-4d0c-8b47-cb570ab2aca7\",\n                \"name\": \"nikolaaaa mm\",\n                \"permissions\": [\n                    {\n                        \"id\": 9,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 3,\n                        \"isViewOnly\": false\n                    }\n                ],\n                \"teamId\": 1,\n                \"whitelabelId\": 1\n            },\n            {\n                \"id\": \"53f4f28d-18c1-4e71-8783-f47dc3907073\",\n                \"name\": \"REFAKTOR \",\n                \"permissions\": [\n                    {\n                        \"id\": 5,\n                        \"isViewOnly\": false\n                    },\n                    {\n                        \"id\": 2,\n                        \"isViewOnly\": true\n                    }\n                ],\n                \"teamId\": 1,\n                \"whitelabelId\": 1\n            },\n            {\n                \"id\": \"556da671-a69e-4dd7-b098-5b103299c7a2\",\n                \"name\": \"Rola test 4 + Manage sync and integratons\",\n                \"permissions\": [\n                    {\n                        \"id\": 7,\n                        \"isViewOnly\": true\n                    },\n                    {\n                        \"id\": 5,\n                        \"isViewOnly\": false\n                    }\n                ],\n                \"teamId\": 1,\n                \"whitelabelId\": 1\n            },\n            {\n                \"id\": \"88248680-9890-491d-ba2b-0f9348e88b89\",\n                \"name\": \"NIKOLA TEST\",\n                \"permissions\": [\n                    {\n                        \"id\": 13,\n                        \"isViewOnly\": false\n                    }\n                ],\n                \"teamId\": 1,\n                \"whitelabelId\": 1\n            },\n            {\n                \"id\": \"8420a64d-51f8-4a43-91ca-763d95f28f2d\",\n                \"name\": \"InvitedTeamMemberPermissionsTest\",\n                \"permissions\": [\n                    {\n                        \"id\": 5,\n                        \"isViewOnly\": false\n                    }\n                ],\n                \"teamId\": 1,\n                \"whitelabelId\": 1\n            },\n            {\n                \"id\": \"846a3b98-6431-431e-a69b-5c053ec3d8ab\",\n                \"name\": \"MANAGE CAMPAIGNS ROLE\",\n                \"permissions\": [\n                    {\n                        \"id\": 7,\n                        \"isViewOnly\": false\n                    }\n                ],\n                \"teamId\": 1,\n                \"whitelabelId\": 1\n            },\n            {\n                \"id\": \"954d26eb-3001-4d6f-952c-4279fb63419d\",\n                \"name\": \"MANAGE CAMPAIGNS DETAILS AND REPORTS ROLE\",\n                \"permissions\": [\n                    {\n                        \"id\": 9,\n                        \"isViewOnly\": false\n                    }\n                ],\n                \"teamId\": 1,\n                \"whitelabelId\": 1\n            },\n            {\n                \"id\": \"c199e3f9-18ee-4b2b-96e7-8b58d5aca6c9\",\n                \"name\": \"Manage chat\",\n                \"permissions\": [\n                    {\n                        \"id\": 5,\n                        \"isViewOnly\": false\n                    }\n                ],\n                \"teamId\": 1,\n                \"whitelabelId\": 1\n            },\n            {\n                \"id\": \"ff8a6c6d-4196-41da-97b7-f2333ea2b011\",\n                \"name\": \"Maage Other Messages Edit\",\n                \"permissions\": [\n                    {\n                        \"id\": 2,\n                        \"isViewOnly\": true\n                    }\n                ],\n                \"teamId\": 1,\n                \"whitelabelId\": 1\n            }\n        ]\n    }\n}"},{"id":"8aeb1b9d-5320-4340-8d14-d23a53c4fff6","name":"User Does Not Have Permission To Get Roles","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/get_roles","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","get_roles"],"variable":[{"key":"teamId","value":"1"},{"key":"userId","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"ETag","value":"W/\"68-ntivsnuydxYlbjNT5uKeYjOsti8\""},{"key":"Date","value":"Mon, 09 Dec 2024 17:35:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"You don't have a needed permission to get the info about these roles.\"\n    }\n}"}],"_postman_id":"a3072646-8f52-40d5-911b-a3b30670698b"},{"name":"Get Team Members","id":"7f65d379-115a-4183-94a9-b233242f9f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/teams/:teamId/get_team_members","description":"<p>This action retrieves all members from a specific team.</p>\n","urlObject":{"path":["users",":userId","teams",":teamId","get_team_members"],"host":["{{OpenAPIUrl}}"],"query":[{"disabled":true,"key":"search","value":"test"}],"variable":[{"description":{"content":"<p>(Required) This is your user ID.</p>\n","type":"text/plain"},"type":"any","value":"35048","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the specific team for which you want to retrieve members.</p>\n","type":"text/plain"},"type":"any","value":"30110","key":"teamId"}]}},"response":[{"id":"a0813782-138c-4614-a88f-973b978ffa01","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/teams/:teamId/get_team_members","host":["{{OpenAPIUrl}}"],"path":["users",":userId","teams",":teamId","get_team_members"],"variable":[{"key":"userId","value":"1451"},{"key":"teamId","value":"1443"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"965"},{"key":"ETag","value":"W/\"3c5-xBvD/HiK33Xe04pFUR9S5IcTjno\""},{"key":"Date","value":"Mon, 25 Nov 2024 11:38:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"userId\": 1451,\n                \"name\": \"Andjela Milicevic\",\n                \"email\": \"andjela.milicevic@company.io\",\n                \"seatRoles\": [\n                    {\n                        \"roleName\": \"Owner\",\n                        \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n                        \"seats\": [\n                            {\n                                \"accountId\": 1020,\n                                \"name\": \"andjela\"\n                            },\n                            {\n                                \"accountId\": 1028,\n                                \"name\": \"stefan\"\n                            }\n                        ]\n                    }\n                ],\n                \"status\": \"active\",\n                \"canManagePayment\": true,\n                \"canManageGlobalBlacklist\": true,\n                \"isTeamOwner\": true\n            },\n            {\n                \"userId\": 1644,\n                \"name\": \"moxawit226@bizatop.com\",\n                \"email\": \"moxawit226@bizatop.com\",\n                \"seatRoles\": [\n                    {\n                        \"roleName\": \"Owner\",\n                        \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n                        \"seats\": [\n                            {\n                                \"accountId\": 1020,\n                                \"name\": \"andjela\"\n                            }\n                        ]\n                    }\n                ],\n                \"status\": \"active\",\n                \"canManagePayment\": false,\n                \"canManageGlobalBlacklist\": false,\n                \"isTeamOwner\": false\n            },\n            {\n                \"userId\": 1482,\n                \"name\": \"wilapa6815@kameili.com\",\n                \"email\": \"wilapa6815@kameili.com\",\n                \"seatRoles\": [\n                    {\n                        \"roleId\": \"f3a75a4d-4c69-4f8c-8feb-23d6ea98bef2\",\n                        \"roleName\": \"Unassigned\",\n                        \"seats\": []\n                    }\n                ],\n                \"status\": \"active\",\n                \"canManagePayment\": false,\n                \"canManageGlobalBlacklist\": true,\n                \"isTeamOwner\": false\n            }\n        ],\n        \"count\": 3,\n        \"sumCount\": 3\n    }\n}"},{"id":"dfa01d5c-0e6a-4f5b-bfdf-15d6eac2f9e6","name":"Team does not exist","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/teams/:teamId/get_team_members","host":["{{OpenAPIUrl}}"],"path":["users",":userId","teams",":teamId","get_team_members"],"variable":[{"key":"userId","value":"1451"},{"key":"teamId","value":"12345"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"ETag","value":"W/\"37-NamCCMM4a0trdsfiw0JYSwVOkMs\""},{"key":"Date","value":"Mon, 25 Nov 2024 11:39:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"Team does not exist!\"\n    }\n}"},{"id":"08b556c7-1815-45d4-ad29-61d9071cdf09","name":"User Does Not Have Permission","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/teams/:teamId/get_team_members","host":["{{OpenAPIUrl}}"],"path":["users",":userId","teams",":teamId","get_team_members"],"variable":[{"key":"userId","value":"2"},{"key":"teamId","value":"1443"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"ETag","value":"W/\"6b-zCuFNLg3pOZ97tT2RQ1qvRsi5eU\""},{"key":"Date","value":"Mon, 09 Dec 2024 17:39:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"You don't have a needed permission to get info about these team members.\"\n    }\n}"}],"_postman_id":"7f65d379-115a-4183-94a9-b233242f9f94"},{"name":"Invite A Team Member","id":"88915c90-0ab8-4bb8-9ca5-22f176d10d6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"regressionplatformadmin@yopmail.com\",\n    \"email\": \"regressionplatformadmin@yopmail.com\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"6eb0c288-0a17-4f6c-88a3-bb750b34d7ca\",\n            \"accounts\": [1028]\n        }\n    ],\n    \"canManagePayment\": false,\n    \"sendAnInvitationEmail\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/invite_team_member","description":"<p>This action invites a user to become a member of the specific team.</p>\n<p>The <code>sendAnInvitationEmail</code> flag is set to “false” by default. If this flag is set to “false”, email invitation won’t be sent and the user's invitation will be automatically accepted. If this flag is set to “true”, an email invitation will be sent and the user can decide whether to accept it or not.</p>\n","urlObject":{"path":["teams",":teamId","users",":userId","invite_team_member"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"id":"82d21cd0-2833-4b65-9994-85161653943c","description":{"content":"<p>(Required) This is the ID of the team where you want to invite a member to.</p>\n","type":"text/plain"},"type":"any","value":"1443","key":"teamId"},{"id":"6c61e477-95f2-4ebb-a0c0-c14dca3ba55a","description":{"content":"<p>(Required) This is your user ID.</p>\n","type":"text/plain"},"type":"any","value":"1451","key":"userId"}]}},"response":[{"id":"c12e2aed-35f9-42fe-9039-10d6b18c6053","name":"Success - sent register team invite","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"digojop254@cantozil.com\",\n    \"email\": \"digojop254@cantozil.com\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n            \"accounts\": [1020]\n        }\n    ],\n    \"canManagePayment\": false,\n    \"sendAnInvitationEmail\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/invite_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","invite_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1451"}]}},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Thu, 28 Nov 2024 10:14:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"6c767653-e084-4997-82e2-bce9556b91a6","name":"Success - sent login team invite","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"hifedav672@bflcafe.com\",\n    \"email\": \"hifedav672@bflcafe.com\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n            \"accounts\": [1020]\n        }\n    ],\n    \"canManagePayment\": false,\n    \"sendAnInvitationEmail\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/invite_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","invite_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1451"}]}},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Thu, 28 Nov 2024 10:42:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"ee8f771d-99b5-4921-be04-cdff4574b64e","name":"Success - no invitation email is sent","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"hifedav672@bflcafe.com\",\n    \"email\": \"hifedav672@bflcafe.com\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n            \"accounts\": [1028]\n        }\n    ],\n    \"canManagePayment\": false,\n    \"sendAnInvitationEmail\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/invite_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","invite_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1451"}]}},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Thu, 28 Nov 2024 15:56:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"c9f87475-e7cb-4bde-a632-0c34ef533b7b","name":"Validation error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"wilapa6815@kameili.com\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n            \"accounts\": [1028]\n        }\n    ],\n    \"canManagePayment\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/invite_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","invite_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1451"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"132"},{"key":"ETag","value":"W/\"84-Auj009WPPiPuOn6dmgf0BZVXLL4\""},{"key":"Date","value":"Tue, 26 Nov 2024 17:29:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"email\": {\n            \"msg\": \"Email is required\",\n            \"param\": \"email\",\n            \"location\": \"body\"\n        }\n    }\n}"},{"id":"6abf0342-0dd2-4649-9b11-3c643a43aa90","name":"User Does Not Have Permission To Invite Team Members","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Milan\",\n    \"email\": \"milankovac+5@company.io\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n            \"accounts\": [1028]\n        }\n    ],\n    \"canManagePayment\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/invite_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","invite_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1644"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"ETag","value":"W/\"8e-0jJbIJCrFLAaANhBHhxPLEvOQW4\""},{"key":"Date","value":"Mon, 09 Dec 2024 17:40:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"You don't have a needed permission to invite another team member. Contact your team owner to do it for you.\"\n    }\n}"},{"id":"98df8c1e-c37f-4daa-8533-04e8bf207a03","name":"User Is Already A Team Member","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"wilapa6815@kameili.com\",\n    \"email\": \"wilapa6815@kameili.com\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n            \"accounts\": [1028]\n        }\n    ],\n    \"canManagePayment\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/invite_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","invite_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1451"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"109"},{"key":"ETag","value":"W/\"6d-7akCZcFgANi9vaMBHTK5KLYJPhk\""},{"key":"Date","value":"Mon, 09 Dec 2024 17:41:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"This user is already a member of the team you're trying to invite them to.\"\n    }\n}"},{"id":"2ed79ce3-c72b-4c2a-acfe-b7a0d6c37367","name":"User Is Already Invited To Join The Team","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"invited@gmail.com\",\n    \"email\": \"invited@gmail.com\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n            \"accounts\": [2]\n        }\n    ],\n    \"canManagePayment\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/invite_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","invite_team_member"],"variable":[{"key":"teamId","value":"1"},{"key":"userId","value":"1451"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"ETag","value":"W/\"52-KbXA7ppyp12MbeOp7/iNvJbQW5o\""},{"key":"Date","value":"Mon, 09 Dec 2024 17:42:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"This user is already invited to join this team.\"\n    }\n}"},{"id":"82357e29-ed4f-427e-97e0-bc9aef28afb4","name":"User Does Not Have Access To The Roles","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Milan\",\n    \"email\": \"milankovac+5@company.io\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"15873368-1742-4d24-9874-f2f5ee30bab3\",\n            \"accounts\": [1028]\n        }\n    ],\n    \"canManagePayment\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/invite_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","invite_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1451"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"103"},{"key":"ETag","value":"W/\"67-LV8swmCf/EgJKvSp8K+Gaz18xo8\""},{"key":"Date","value":"Mon, 09 Dec 2024 17:43:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"You can't assign these roles because your access doesn't cover them.\"\n    }\n}"},{"id":"211fc7ac-9427-4a26-a337-045738913527","name":"User Cannot Assign Seats","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Milan\",\n    \"email\": \"milankovac+5@company.io\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n            \"accounts\": [2]\n        }\n    ],\n    \"canManagePayment\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/invite_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","invite_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1451"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"132"},{"key":"ETag","value":"W/\"84-1d1VAogGyZMmEKqqS0fzcX87RMo\""},{"key":"Date","value":"Mon, 09 Dec 2024 17:43:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"You can't assign seats to a user if those seats don't belong to the team you're inviting them to.\"\n    }\n}"},{"id":"de4af1b7-38ce-47e2-acac-cd2e00d46844","name":"User Is Already Invited To Join The Team","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"digojop254@cantozil.com\",\n    \"email\": \"digojop254@cantozil.com\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n            \"accounts\": [1020]\n        }\n    ],\n    \"canManagePayment\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/invite_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","invite_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1451"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"ETag","value":"W/\"52-KbXA7ppyp12MbeOp7/iNvJbQW5o\""},{"key":"Date","value":"Mon, 09 Dec 2024 17:44:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"This user is already invited to join this team.\"\n    }\n}"},{"id":"0bd44054-fad3-49ad-9be9-f4f42ca4ca17","name":"User Is Already Invited To Be Platform Admin","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"test123@test.com\",\n    \"email\": \"test123@test.com\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"6eb0c288-0a17-4f6c-88a3-bb750b34d7ca\",\n            \"accounts\": [1028]\n        }\n    ],\n    \"canManagePayment\": false,\n    \"sendAnInvitationEmail\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/invite_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","invite_team_member"],"variable":[{"key":"teamId","value":"1443","description":"(Required) This is the ID of the team where you want to invite a member to."},{"key":"userId","value":"1451","description":"(Required) This is your user ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"96"},{"key":"ETag","value":"W/\"60-ZNnIUTV2IjEAmsqPq1m++AlzY+o\""},{"key":"Date","value":"Tue, 10 Dec 2024 10:46:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"You can't invite a user who's invited to be a platform admin.\"\n    }\n}"}],"_postman_id":"88915c90-0ab8-4bb8-9ca5-22f176d10d6a"},{"name":"Update A Team Member","id":"14dec1e5-8395-4098-b312-0196ab820f92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"borisa@company.io\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"d144079f-2a22-4f86-b2a9-45b3289b4bf4\",\n            \"accounts\": [\n                158\n            ]\n        }\n    ],\n    \"canManageTeamGlobalWebhooks\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/update_team_member","description":"<p>This action edits and updates a team member from the specific team.</p>\n","urlObject":{"path":["teams",":teamId","users",":userId","update_team_member"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is the ID of the team which this member currently is or is invited to be a part of.</p>\n","type":"text/plain"},"type":"any","value":"1443","key":"teamId"},{"description":{"content":"<p>(Required) This is your user ID.</p>\n","type":"text/plain"},"type":"any","value":"1451","key":"userId"}]}},"response":[{"id":"39f5798a-916b-4ea3-8724-a83d58c1cf71","name":"Success - updated team member","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"wivem91394@exoular.com\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n            \"accounts\": [\n                1020\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/update_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","update_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1451"}]}},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Wed, 27 Nov 2024 14:39:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"f68f6e9f-9185-496b-8b69-42f1f0fcc6bb","name":"Success - updated invited user","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"loracak220@exoular.com\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n            \"accounts\": [\n                1020,\n                1028\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/update_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","update_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1451"}]}},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Wed, 27 Nov 2024 14:43:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"6a251902-a55d-4b76-98aa-baf0f8caa06b","name":"User Does Not Have Access To The Roles","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Milan\",\n    \"email\": \"milankovac+5@company.io\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"15873368-1742-4d24-9874-f2f5ee30bab3\",\n            \"accounts\": [1028]\n        }\n    ],\n    \"canManagePayment\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/update_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","update_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1451"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"103"},{"key":"ETag","value":"W/\"67-LV8swmCf/EgJKvSp8K+Gaz18xo8\""},{"key":"Date","value":"Mon, 09 Dec 2024 17:43:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"You can't assign these roles because your access doesn't cover them.\"\n    }\n}"},{"id":"3a1b20f3-e2bf-4639-8c17-0d5b048027e9","name":"User Cannot Assign Seats","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Milan\",\n    \"email\": \"milankovac+5@company.io\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n            \"accounts\": [2]\n        }\n    ],\n    \"canManagePayment\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/invite_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","invite_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1451"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"132"},{"key":"ETag","value":"W/\"84-1d1VAogGyZMmEKqqS0fzcX87RMo\""},{"key":"Date","value":"Mon, 09 Dec 2024 17:43:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"You can't assign seats to a user if those seats don't belong to the team you're inviting them to.\"\n    }\n}"},{"id":"5701b02e-c788-4d82-934c-f23f8bd4256a","name":"Validation error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"canManageGlobalBlacklist\": false,\n    \"accountRoles\": [\n        {\n            \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n            \"accounts\": [\n                1020\n            ]\n        }\n    ],\n    \"canManagePayment\": 0\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/update_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","update_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1451"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"133"},{"key":"ETag","value":"W/\"85-sX0tmrSezH2pdLhvxI+r9rS0yBw\""},{"key":"Date","value":"Wed, 27 Nov 2024 12:41:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"email\": {\n            \"msg\": \"email is required!\",\n            \"param\": \"email\",\n            \"location\": \"body\"\n        }\n    }\n}"},{"id":"89c08cd0-e799-48fb-8b2b-b482d1399cf8","name":"Cannot update team owner","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"andjela.milicevic@company.io\",\n    \"canManageGlobalBlacklist\": false,\n    \"accountRoles\": [\n        {\n            \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n            \"accounts\": [\n                1020\n            ]\n        }\n    ],\n    \"canManagePayment\": 0\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/update_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","update_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1451"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-nUCCc4RHSqGvi7sIyrlxHflMplQ\""},{"key":"Date","value":"Tue, 03 Dec 2024 12:35:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"You cannot update team owner!\"\n    }\n}"},{"id":"e56465e7-a85b-4009-b122-5924a07285cd","name":"Team member does not exist","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"andjela@company.io\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"97e7435a-4cfe-4efb-8e11-daadfeb7bc84\",\n            \"accounts\": [\n                1020,\n                1028\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/update_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","update_team_member"],"variable":[{"key":"teamId","value":"1443","description":"(Required) This is your team ID."},{"key":"userId","value":"1451","description":"(Required) This is your user ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"99"},{"key":"ETag","value":"W/\"63-MweCyz4C4to81hQxiFJ4WH2KaBE\""},{"key":"Date","value":"Mon, 02 Dec 2024 09:31:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"There is no team member or invited user with this email address!\"\n    }\n}"},{"id":"aeb23724-c014-4e0e-8ef2-aef4d56a911d","name":"User Attempts To Assign Unassigned Role When Updating Team Member","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"wivem91394@company.com\",\n    \"accountRoles\": [\n        {\n            \"roleId\": \"f3a75a4d-4c69-4f8c-8feb-23d6ea98bef2\",\n            \"accounts\": [\n                1020\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OpenAPIUrl}}/teams/:teamId/users/:userId/update_team_member","host":["{{OpenAPIUrl}}"],"path":["teams",":teamId","users",":userId","update_team_member"],"variable":[{"key":"teamId","value":"1443"},{"key":"userId","value":"1451"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"ETag","value":"W/\"5a-D+Eik/Y6GL9JP5rbX9rFFgugoz8\""},{"key":"Date","value":"Mon, 09 Dec 2024 17:58:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"You can't assign the “Unassigned” role to any user.\"\n    }\n}"}],"_postman_id":"14dec1e5-8395-4098-b312-0196ab820f92"},{"name":"Update Team","id":"80b181f5-baea-46a6-bcdd-2f2777bc79fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"New name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId/teams/:teamId","description":"<h2 id=\"patch-apiopen-apiv2usersuseridteamsteamid\">PATCH /api/open-api/v2/users/:userId/teams/:teamId</h2>\n<p>This endpoint allows you to update the details of a specific team associated with a user. By sending a PATCH request, you can modify attributes of the team, such as its name.</p>\n<p>User can update their own teams.</p>\n<p>PLATFORM_ADMIN can update teams in their whitelabel.</p>\n<h3 id=\"request-body-format\">Request Body Format</h3>\n<p>The request body must be in JSON format and should include the following parameter:</p>\n<ul>\n<li><strong>name</strong> (string): The new name for the team. This parameter is required and should contain the updated name you wish to assign to the team.</li>\n</ul>\n<p><strong>Example Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"name\": \"New name\"\n}\n\n</code></pre>\n<h3 id=\"expected-response-format\">Expected Response Format</h3>\n<p>Upon a successful update, the response will be a JSON object containing the following fields:</p>\n<ul>\n<li><p><strong>success</strong> (boolean): Indicates whether the operation was successful.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains additional information about the response.</p>\n<ul>\n<li><p><strong>message</strong> (string): A message related to the operation (may be empty).</p>\n</li>\n<li><p><strong>teamId</strong> (string): The ID of the updated team.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>statusCode</strong> (integer): The status code of the response.</p>\n</li>\n<li><p><strong>metadata</strong> (object): Provides metadata about the request.</p>\n<ul>\n<li><p><strong>method</strong> (string): The HTTP method used for the request.</p>\n</li>\n<li><p><strong>path</strong> (string): The path of the request.</p>\n</li>\n<li><p><strong>timestamp</strong> (integer): The timestamp when the request was processed.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"message\": \"\",\n    \"teamId\": \"\"\n  },\n  \"statusCode\": 0,\n  \"metadata\": {\n    \"method\": \"\",\n    \"path\": \"\",\n    \"timestamp\": 0\n  }\n}\n\n</code></pre>\n<p>Ensure that you replace <code>:userId</code> and <code>:teamId</code> in the URL with the actual user ID and team ID you wish to update.</p>\n","urlObject":{"path":["users",":userId","teams",":teamId"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"type":"any","value":"35048","key":"userId"},{"type":"any","value":"30110","key":"teamId"}]}},"response":[{"id":"48313265-2ff8-47f4-b9e4-0d847659e061","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"New name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","teams",":teamId"],"variable":[{"key":"userId","value":"35048"},{"key":"teamId","value":"30110"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 09 Oct 2025 08:07:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"203"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"cb-/UQ3So0N6C3AIXRbGx6TXjsPz+o\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"message\": \"Team updated successfully\",\n        \"teamId\": \"30110\"\n    },\n    \"statusCode\": 200,\n    \"metadata\": {\n        \"method\": \"PATCH\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/30110\",\n        \"timestamp\": 1759997272547\n    }\n}"},{"id":"c576de88-4035-4baf-9ba4-e3b7bae94d6a","name":"Validation error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","teams",":teamId"],"variable":[{"key":"userId","value":"35048"},{"key":"teamId","value":"30110"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 09 Oct 2025 08:08:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"250"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"fa-Dd35j8axvIfMpOr1m1vEDcXVTUI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Bad Request\",\n    \"message\": [\n        \"name must be longer than or equal to 1 characters\",\n        \"name must be a string\"\n    ],\n    \"statusCode\": 400,\n    \"metadata\": {\n        \"method\": \"PATCH\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/30110\",\n        \"timestamp\": 1759997325838\n    }\n}"},{"id":"8a7535b0-4ba3-45ad-a9e2-b6bd94899ee0","name":"Authorization error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"New name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","teams",":teamId"],"variable":[{"key":"userId","value":"35048"},{"key":"teamId","value":"30110"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 09 Oct 2025 08:08:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"194"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"c2-n9whvix7tJWB5au5MOVzncm2dwE\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"API key is missing\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"PATCH\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/30110\",\n        \"timestamp\": 1759997337577\n    }\n}"}],"_postman_id":"80b181f5-baea-46a6-bcdd-2f2777bc79fb"},{"name":"Delete Team","id":"9e150956-451a-4df3-9973-77db4068cc42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId/teams/:teamId/delete_team","description":"<h3 id=\"delete-team-api-endpoint\">DELETE Team API Endpoint</h3>\n<p>This endpoint allows you to delete a specific team associated with a user in the system. By sending a DELETE request to this endpoint, you can remove a team identified by its <code>teamId</code> for a given user identified by <code>userId</code>.  </p>\n<p>User can delete their own teams.<br />PLATFORM_ADMIN can delete teams in their wl.</p>\n<h4 id=\"request-format\">Request Format</h4>\n<ul>\n<li><p><strong>HTTP Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId/delete_team</code></p>\n</li>\n</ul>\n<p><strong>Path Parameters</strong>:</p>\n<ul>\n<li><p><code>userId</code> (string): The unique identifier of the user whose team is to be deleted.</p>\n</li>\n<li><p><code>teamId</code> (string): The unique identifier of the team that is to be deleted.</p>\n</li>\n</ul>\n<h4 id=\"response-structure\">Response Structure</h4>\n<p>Upon a successful request, the API will return a JSON response that includes the following fields:</p>\n<ul>\n<li><p><strong>success</strong> (boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains additional information about the operation.</p>\n<ul>\n<li><strong>message</strong> (string): A message related to the operation (may be empty).</li>\n</ul>\n</li>\n<li><p><strong>statusCode</strong> (integer): The HTTP status code for the request.</p>\n</li>\n<li><p><strong>metadata</strong> (object): Provides additional context about the request.</p>\n<ul>\n<li><p><strong>method</strong> (string): The HTTP method used for the request.</p>\n</li>\n<li><p><strong>path</strong> (string): The path of the request.</p>\n</li>\n<li><p><strong>timestamp</strong> (integer): The time at which the request was processed.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This endpoint is essential for managing team associations within the user management system, allowing for efficient team lifecycle management.</p>\n","urlObject":{"path":["users",":userId","teams",":teamId","delete_team"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"type":"any","value":"346334","key":"userId"},{"type":"any","value":"234623","key":"teamId"}]}},"response":[{"id":"21d69f3a-bb54-4fa8-898f-93e46f034860","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId/delete_team","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","teams",":teamId","delete_team"],"variable":[{"key":"userId","value":"35048"},{"key":"teamId","value":"30788"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 09 Oct 2025 08:10:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"199"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"c7-UaT99YRxf5bLarjTCjerzGweAEg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"message\": \"Team deleted successfully\"\n    },\n    \"statusCode\": 200,\n    \"metadata\": {\n        \"method\": \"DELETE\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/30788/delete_team\",\n        \"timestamp\": 1759997406292\n    }\n}"},{"id":"c181cf2f-f3bb-4ebc-a445-77dc4f24dfb5","name":"Team does not exist","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId/delete_team","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","teams",":teamId","delete_team"],"variable":[{"key":"userId","value":"35048"},{"key":"teamId","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 09 Oct 2025 08:10:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"207"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"cf-AiLVPv+zR3s5CCDwk1eLIaRT3KM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Not Found\",\n    \"message\": \"Team does not exist\",\n    \"statusCode\": 404,\n    \"metadata\": {\n        \"method\": \"DELETE\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/:teamId/delete_team\",\n        \"timestamp\": 1759997444881\n    }\n}"},{"id":"f8f53bf3-a815-4311-b215-d909bc442c13","name":"Authorization error","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/teams/:teamId/delete_team","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","teams",":teamId","delete_team"],"variable":[{"key":"userId","value":"35048"},{"key":"teamId","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 09 Oct 2025 08:11:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"209"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"d1-o57ZXIcHjvdyxl6pRyhTl6+1ic4\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"API key is missing\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"DELETE\",\n        \"path\": \"/api/open-api/v2/users/35048/teams/:teamId/delete_team\",\n        \"timestamp\": 1759997477392\n    }\n}"}],"_postman_id":"9e150956-451a-4df3-9973-77db4068cc42"}],"id":"c6d386e6-bcc9-4b87-905c-b92d069914a6","_postman_id":"c6d386e6-bcc9-4b87-905c-b92d069914a6","description":""},{"name":"Settings","item":[{"name":"Sync LinkedIn Messages","id":"a2ef193a-c2af-4c36-8913-5650a1b3cc9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/fetch_conversations","description":"<p>This action gets all LinkedIn messages for a specific seat and shows them inside the platform’s inbox.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","fetch_conversations"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"id":"0c09c471-3c1e-4244-98bb-179221495b35","description":{"content":"<p>(Required) This is your user ID.</p>\n","type":"text/plain"},"type":"any","value":"16911","key":"userId"},{"id":"39c135cc-89b8-4d35-a4e0-0f0a4a885349","description":{"content":"<p>(Required) This is the ID of the seat for which you want to sync LinkedIn messages.</p>\n","type":"text/plain"},"type":"any","value":"9852","key":"accountId"}]}},"response":[{"id":"4f9974d8-323e-4906-ac56-21f35475e581","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/fetch_conversations","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","fetch_conversations"],"variable":[{"key":"userId","value":"1451"},{"key":"accountId","value":"2"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Fri, 15 Nov 2024 16:04:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null},{"id":"c51ff064-ab96-43d8-982a-fef16de8e4bf","name":"Last Sync Was Less Than 15 Minutes Ago","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/fetch_conversations","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","fetch_conversations"],"variable":[{"key":"userId","value":"1451"},{"key":"accountId","value":"2"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-Arz0SSi6vQaPCtRVq/vP5DPzdwU\""},{"key":"Date","value":"Wed, 20 Nov 2024 09:31:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 409,\n        \"message\": \"For your security, you should wait 15 minutes.\"\n    }\n}"}],"_postman_id":"a2ef193a-c2af-4c36-8913-5650a1b3cc9a"}],"id":"6f57ae2f-83a9-4f85-92f1-bab13e481fb7","_postman_id":"6f57ae2f-83a9-4f85-92f1-bab13e481fb7","description":""},{"name":"Tags","item":[{"name":"Update Tag","id":"e4af1b72-78f1-4ed6-a2f3-350ba0c6d5f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tagName\": \"New Name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{OpenAPIUrlV2}}/users/:userId/accounts/:accountId/tags/:tagId","description":"<h3 id=\"update-tag-name\">Update Tag Name</h3>\n<p>This endpoint is used to update the name of a specific tag associated with a user's account.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method</strong>: PATCH</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId/tags/:tagId</code></p>\n</li>\n</ul>\n<h5 id=\"request-body\">Request Body</h5>\n<p>The request body must be in JSON format and should contain the following parameter:</p>\n<ul>\n<li><strong>tagName</strong> (string): The new name for the tag that you want to update.</li>\n</ul>\n<h5 id=\"example-request-body\">Example Request Body</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"tagName\": \"New Name\"\n}\n\n</code></pre>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful request, the server will respond with a status code of <code>200</code> and a JSON object containing the following structure:</p>\n<ul>\n<li><p><strong>success</strong> (boolean): Indicates whether the update was successful.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains the details of the updated tag.</p>\n<ul>\n<li><strong>updatedTag</strong> (object): The tag that was updated.<ul>\n<li><p><strong>id</strong> (integer): The unique identifier of the tag.</p>\n</li>\n<li><p><strong>linkedinAccountId</strong> (integer): The ID of the associated LinkedIn account.</p>\n</li>\n<li><p><strong>tag</strong> (string): The updated name of the tag.</p>\n</li>\n<li><p><strong>tagColor</strong> (string): The color associated with the tag.</p>\n</li>\n<li><p><strong>createdAt</strong> (string): The timestamp when the tag was created.</p>\n</li>\n<li><p><strong>updatedAt</strong> (string): The timestamp when the tag was last updated.</p>\n</li>\n<li><p><strong>tagOrder</strong> (integer): The order of the tag in the list.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>statusCode</strong> (integer): The status code of the operation.</p>\n</li>\n<li><p><strong>metadata</strong> (object): Additional metadata about the request.</p>\n<ul>\n<li><p><strong>method</strong> (string): The HTTP method used for the request.</p>\n</li>\n<li><p><strong>path</strong> (string): The path of the request.</p>\n</li>\n<li><p><strong>timestamp</strong> (integer): The timestamp of the request.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h5 id=\"example-response\">Example Response</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"updatedTag\": {\n      \"id\": 0,\n      \"linkedinAccountId\": 0,\n      \"tag\": \"\",\n      \"tagColor\": \"\",\n      \"createdAt\": \"\",\n      \"updatedAt\": \"\",\n      \"tagOrder\": 0\n    }\n  },\n  \"statusCode\": 0,\n  \"metadata\": {\n    \"method\": \"\",\n    \"path\": \"\",\n    \"timestamp\": 0\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["users",":userId","accounts",":accountId","tags",":tagId"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID</p>\n","type":"text/plain"},"type":"any","value":"35048","key":"userId"},{"description":{"content":"<p>(Required) This is your Account ID.</p>\n","type":"text/plain"},"type":"any","value":"3","key":"accountId"},{"type":"any","value":"146882","key":"tagId"}]}},"response":[{"id":"7332f3a2-0c94-4ef4-91a3-48a8b1776036","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tagName\": \"New Name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId/tags/:tagId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","accounts",":accountId","tags",":tagId"],"variable":[{"key":"userId","value":"35048","description":"(Required) This is your User ID"},{"key":"accountId","value":"3","description":"(Required) This is your Account ID."},{"key":"tagId","value":"146882"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 30 Sep 2025 08:51:20 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"355"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"163-h3AwYRMuYDMNtazdJ58EywdTw24\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"updatedTag\": {\n            \"tag\": \"New Name\"\n        }\n    },\n    \"statusCode\": 200,\n    \"metadata\": {\n        \"method\": \"PATCH\",\n        \"path\": \"/api/open-api/v2/users/35048/accounts/3/tags/146882\",\n        \"timestamp\": 1759222280227\n    }\n}"},{"id":"e31d4bcb-4f4e-45a7-82b4-377f1c1a73ed","name":"Unauthorised","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tagName\": \"New Name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId/tags/:tagId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","accounts",":accountId","tags",":tagId"],"variable":[{"key":"userId","value":"35048","description":"(Required) This is your User ID"},{"key":"accountId","value":"3","description":"(Required) This is your Account ID."},{"key":"tagId","value":"146882"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 30 Sep 2025 08:58:50 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"202"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"ca-PEGRflocQxeaF4s+N2FVUGCnvUo\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Invalid API key\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"PATCH\",\n        \"path\": \"/api/open-api/v2/users/35048/accounts/3/tags/146882\",\n        \"timestamp\": 1759222730925\n    }\n}"}],"_postman_id":"e4af1b72-78f1-4ed6-a2f3-350ba0c6d5f0"},{"name":"Delete Tag","id":"2b03a8c2-474e-4497-b011-4f9ded1091e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":"{{OpenAPIUrlV2}}/users/:userId/accounts/:accountId/tags/:tagId","description":"<h2 id=\"delete-tag-from-user-account\">Delete Tag from User Account</h2>\n<p>This endpoint allows you to delete a specific tag associated with a user account. By providing the unique identifiers for the user, account, and tag, you can remove the tag from the specified account which removes that tag from all the leads also.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId/tags/:tagId</code></p>\n</li>\n</ul>\n<h4 id=\"url-parameters\">URL Parameters</h4>\n<ul>\n<li><p><code>userId</code> (required): The unique identifier of the user whose account you are accessing.</p>\n</li>\n<li><p><code>accountId</code> (required): The unique identifier of the account from which the tag will be deleted.</p>\n</li>\n<li><p><code>tagId</code> (required): The unique identifier of the tag that you wish to delete.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On a successful deletion, the server responds with a JSON object that contains the following structure:</p>\n<ul>\n<li><p><strong>success</strong> (boolean): Indicates whether the deletion was successful.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains additional information regarding the deletion.</p>\n<ul>\n<li><p><strong>deletedId</strong> (integer): The ID of the deleted tag.</p>\n</li>\n<li><p><strong>affectedLeadIds</strong> (array of integers): An array of lead IDs that were affected by the deletion.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>statusCode</strong> (integer): The status code of the response.</p>\n</li>\n<li><p><strong>metadata</strong> (object): Contains metadata about the request.</p>\n<ul>\n<li><p><strong>method</strong> (string): The HTTP method used for the request.</p>\n</li>\n<li><p><strong>path</strong> (string): The path of the request.</p>\n</li>\n<li><p><strong>timestamp</strong> (integer): The timestamp of when the request was processed.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"deletedId\": 0,\n    \"affectedLeadIds\": [0]\n  },\n  \"statusCode\": 0,\n  \"metadata\": {\n    \"method\": \"\",\n    \"path\": \"\",\n    \"timestamp\": 0\n  }\n}\n\n</code></pre>\n<p>This endpoint is useful for managing tags associated with user accounts, allowing for efficient organization and categorization of leads.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","tags",":tagId"],"host":["{{OpenAPIUrlV2}}"],"query":[],"variable":[{"type":"any","value":"35048","key":"userId"},{"type":"any","value":"3","key":"accountId"},{"type":"any","value":"146886","key":"tagId"}]}},"response":[{"id":"998d0670-5201-4905-b545-19d190ada40b","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId/tags/:tagId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","accounts",":accountId","tags",":tagId"],"variable":[{"key":"userId","value":"35048"},{"key":"accountId","value":"3"},{"key":"tagId","value":"146886"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 30 Sep 2025 08:56:42 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"209"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"d1-ApSF2edNrW3ZX0vWn6ANZC3Yevs\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"deletedId\": 146886\n    },\n    \"statusCode\": 200,\n    \"metadata\": {\n        \"method\": \"DELETE\",\n        \"path\": \"/api/open-api/v2/users/35048/accounts/3/tags/146886\",\n        \"timestamp\": 1759222602825\n    }\n}"},{"id":"feb0b242-0d82-4b71-a797-3dc6d835c423","name":"Unauthorised","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":{"raw":"https://api.multilead.io/api/open-api/v2/users/:userId/accounts/:accountId/tags/:tagId","protocol":"https","host":["api","multilead","io"],"path":["api","open-api","v2","users",":userId","accounts",":accountId","tags",":tagId"],"variable":[{"key":"userId","value":"35048"},{"key":"accountId","value":"3"},{"key":"tagId","value":"146886"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 30 Sep 2025 08:59:08 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"203"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"cb-TM/+p3pFOCCUEJ47stGAYJk7Stg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Invalid API key\",\n    \"statusCode\": 401,\n    \"metadata\": {\n        \"method\": \"DELETE\",\n        \"path\": \"/api/open-api/v2/users/35048/accounts/3/tags/146886\",\n        \"timestamp\": 1759222748021\n    }\n}"}],"_postman_id":"2b03a8c2-474e-4497-b011-4f9ded1091e3"},{"name":"Get Tags for a Specific Seat","id":"4f9975d5-2781-4e11-94d9-70dbef571757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/tags","description":"<p>This action retrieves all tags from a specific seat.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","tags"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID. </p>\n","type":"text/plain"},"type":"any","value":"1","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of. </p>\n","type":"text/plain"},"type":"any","value":"2","key":"accountId"}]}},"response":[{"id":"9caa8f9f-5524-431e-9b5a-2b0269a4003e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key. ","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/tags","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","tags"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID. "},{"key":"accountId","value":"2","description":"(Required) This is the ID of the seat that the campaign in question is part of. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2110"},{"key":"ETag","value":"W/\"83e-mAqg/UI2I5BYnlzuow8UWBUOgkI\""},{"key":"Date","value":"Fri, 16 Jun 2023 12:21:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"items\": [\n            {\n                \"id\": 1041,\n                \"linkedinAccountId\": 2,\n                \"tag\": \"DUCA\",\n                \"tagColor\": \"#344563\",\n                \"createdAt\": \"2022-08-03T14:46:36.000Z\",\n                \"updatedAt\": \"2022-08-03T14:46:36.000Z\"\n            },\n            {\n                \"id\": 1079,\n                \"linkedinAccountId\": 2,\n                \"tag\": \"deal\",\n                \"tagColor\": \"#EB2158\",\n                \"createdAt\": \"2022-09-19T08:01:16.000Z\",\n                \"updatedAt\": \"2022-09-19T08:01:16.000Z\"\n            },\n            {\n                \"id\": 1082,\n                \"linkedinAccountId\": 2,\n                \"tag\": \"SCW\",\n                \"tagColor\": \"#F5C84E\",\n                \"createdAt\": \"2023-01-25T09:38:05.000Z\",\n                \"updatedAt\": \"2023-01-25T09:38:05.000Z\"\n            },\n            {\n                \"id\": 1084,\n                \"linkedinAccountId\": 2,\n                \"tag\": \"label 123\",\n                \"tagColor\": \"#20C997\",\n                \"createdAt\": \"2023-01-25T12:57:44.000Z\",\n                \"updatedAt\": \"2023-01-25T12:57:44.000Z\"\n            },\n            {\n                \"id\": 1085,\n                \"linkedinAccountId\": 2,\n                \"tag\": \"label 123123123\",\n                \"tagColor\": \"#344563\",\n                \"createdAt\": \"2023-01-25T12:58:30.000Z\",\n                \"updatedAt\": \"2023-01-25T12:58:30.000Z\"\n            },\n            {\n                \"id\": 1088,\n                \"linkedinAccountId\": 2,\n                \"tag\": \"opet O5\",\n                \"tagColor\": \"#F37047\",\n                \"createdAt\": \"2023-01-26T12:05:24.000Z\",\n                \"updatedAt\": \"2023-01-26T12:05:24.000Z\"\n            },\n            {\n                \"id\": 1091,\n                \"linkedinAccountId\": 2,\n                \"tag\": \"5sop\",\n                \"tagColor\": \"#933DA9\",\n                \"createdAt\": \"2023-01-26T12:06:59.000Z\",\n                \"updatedAt\": \"2023-01-26T12:06:59.000Z\"\n            },\n            {\n                \"id\": 1130,\n                \"linkedinAccountId\": 2,\n                \"tag\": \"Testna\",\n                \"tagColor\": \"#20C997\",\n                \"createdAt\": \"2023-02-20T11:10:45.000Z\",\n                \"updatedAt\": \"2023-02-20T11:10:45.000Z\"\n            },\n            {\n                \"id\": 1148,\n                \"linkedinAccountId\": 2,\n                \"tag\": \"RED\",\n                \"tagColor\": \"#EB2158\",\n                \"createdAt\": \"2023-03-02T12:05:24.000Z\",\n                \"updatedAt\": \"2023-03-02T12:05:24.000Z\"\n            },\n            {\n                \"id\": 1149,\n                \"linkedinAccountId\": 2,\n                \"tag\": \"IVO PLAVA\",\n                \"tagColor\": \"#006EFF\",\n                \"createdAt\": \"2023-03-02T12:19:49.000Z\",\n                \"updatedAt\": \"2023-03-02T12:19:49.000Z\"\n            },\n            {\n                \"id\": 1151,\n                \"linkedinAccountId\": 2,\n                \"tag\": \"LEJBEL SAVA IVO CRNA\",\n                \"tagColor\": \"#344563\",\n                \"createdAt\": \"2023-03-02T12:47:27.000Z\",\n                \"updatedAt\": \"2023-03-02T12:47:27.000Z\"\n            },\n            {\n                \"id\": 1153,\n                \"linkedinAccountId\": 2,\n                \"tag\": \"SC LABEL\",\n                \"tagColor\": \"#EB2158\",\n                \"createdAt\": \"2023-03-03T08:08:11.000Z\",\n                \"updatedAt\": \"2023-03-03T08:08:11.000Z\"\n            },\n            {\n                \"id\": 1158,\n                \"linkedinAccountId\": 2,\n                \"tag\": \"test123\",\n                \"tagColor\": \"red\",\n                \"createdAt\": \"2023-06-16T12:17:47.000Z\",\n                \"updatedAt\": \"2023-06-16T12:17:47.000Z\"\n            },\n            {\n                \"id\": 1159,\n                \"linkedinAccountId\": 2,\n                \"tag\": \"test1234\",\n                \"tagColor\": \"blue\",\n                \"createdAt\": \"2023-06-16T12:21:29.000Z\",\n                \"updatedAt\": \"2023-06-16T12:21:29.000Z\"\n            }\n        ]\n    }\n}"},{"id":"d6ed16d9-e519-4d8d-ac0c-a9404513ec56","name":"Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) This is your API key. ","type":"text"}],"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/tags","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","tags"],"variable":[{"key":"userId","value":"1","description":"(Required) This is your User ID. "},{"key":"accountId","value":"2","description":"(Required) This is the ID of the seat that the campaign in question is part of. "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Tue, 20 Jun 2023 16:17:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"4f9975d5-2781-4e11-94d9-70dbef571757"},{"name":"Create Tag","id":"1d809524-1f48-47cc-8a1c-11efadee2274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"tag","value":"Test Tag","type":"text"},{"key":"color","value":"orange","type":"text"}]},"url":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/tags","description":"<p>This action creates a tag for a specific seat.</p>\n","urlObject":{"path":["users",":userId","accounts",":accountId","tags"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is your User ID.</p>\n","type":"text/plain"},"type":"any","value":"93","key":"userId"},{"description":{"content":"<p>(Required) This is the ID of the seat that the campaign in question is part of. </p>\n","type":"text/plain"},"type":"any","value":"79","key":"accountId"}]}},"response":[{"id":"cf8ad957-ec65-49bc-be49-8dfe59c4ee4a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"tag","value":"test1234","type":"text"},{"key":"color","value":"blue","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/tags","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","tags"],"variable":[{"id":"7c37692b-1252-4a00-8cc9-c145d3fcbe4c","key":"userId","value":"1"},{"id":"9e5726d0-0879-4b02-95bd-ce7d16b48103","key":"accountId","value":"2"}]}},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Fri, 16 Jun 2023 12:21:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"b8f877cb-b6ed-43d2-897c-d7fab99ce52c","name":"User does not have permission","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"tag","value":"test12345","type":"text"},{"key":"color","value":"orange","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/tags","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","tags"],"variable":[{"key":"userId","value":"1030"},{"key":"accountId","value":"716"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"91"},{"key":"ETag","value":"W/\"5b-fBIz+tOvbzq9ny0PyK/svbxjyT4\""},{"key":"Date","value":"Tue, 20 Jun 2023 12:09:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 403,\n        \"message\": \"You do not have required permission perform this action!\"\n    }\n}"},{"id":"09bfe9a1-9074-449c-b937-ea2880bf0192","name":"Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"tag","value":"test12345","type":"text"},{"key":"color","value":"orange","type":"text"}]},"url":{"raw":"{{OpenAPIUrl}}/users/:userId/accounts/:accountId/tags","host":["{{OpenAPIUrl}}"],"path":["users",":userId","accounts",":accountId","tags"],"variable":[{"key":"userId","value":"1030"},{"key":"accountId","value":"716"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-i3wapu1R89VZ6KxEhCLIz7giTRc\""},{"key":"Date","value":"Tue, 20 Jun 2023 16:16:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Unauthorized\"\n    }\n}"}],"_postman_id":"1d809524-1f48-47cc-8a1c-11efadee2274"}],"id":"9c13e0a8-1705-4517-bff4-5dd22b586294","_postman_id":"9c13e0a8-1705-4517-bff4-5dd22b586294","description":""},{"name":"Status","item":[{"name":"Connection Statuses","id":"2cb48764-e2de-4ae9-9a23-e88cc01a0b29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":"{{OpenAPIUrl}}/enums/connection-statuses","description":"<p>Returns the enum dictionary for the connectionStatusId field. Maps status names (e.g. ACTIVE, PENDING, PROCESSING) to their numeric values used in account payloads.</p>\n","urlObject":{"path":["enums","connection-statuses"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7e99a686-78fb-4fb7-a26e-91f43ec66e01","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":"{{OpenAPIUrl}}/enums/connection-statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 25 Feb 2026 07:46:00 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-RateLimit-Reset","value":"2026-02-25T07:47:00.600Z"},{"key":"ETag","value":"W/\"4c-yG7Xr3P1bYYg3sARp8qLo/rCRCs\""}],"cookie":[],"responseTime":null,"body":"{\n    \"UNKNOWN\": 0,\n    \"ACTIVE\": 1,\n    \"PENDING\": 2,\n    \"PROCESSING\": 3,\n    \"INACTIVE\": 4,\n    \"ERRORED\": 5\n}"}],"_postman_id":"2cb48764-e2de-4ae9-9a23-e88cc01a0b29"},{"name":"Get Message Statuses","id":"e40137c6-c2c4-4bba-b5dc-173b81a73e24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":"{{OpenAPIUrl}}/enums/get-messages-statuses","description":"<p>Returns the enum dictionary for the getMessagesStatusId field. Maps message-fetching worker states (e.g. ACTIVE, PENDING, PROCESSING) to their numeric values.</p>\n","urlObject":{"path":["enums","get-messages-statuses"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9b187062-5b4e-4ed9-a2cc-04e54a4de532","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":"{{OpenAPIUrl}}/enums/get-messages-statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 25 Feb 2026 07:46:30 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"X-RateLimit-Reset","value":"2026-02-25T07:47:30.818Z"},{"key":"ETag","value":"W/\"4c-yG7Xr3P1bYYg3sARp8qLo/rCRCs\""}],"cookie":[],"responseTime":null,"body":"{\n    \"UNKNOWN\": 0,\n    \"ACTIVE\": 1,\n    \"PENDING\": 2,\n    \"PROCESSING\": 3,\n    \"INACTIVE\": 4,\n    \"ERRORED\": 5\n}"}],"_postman_id":"e40137c6-c2c4-4bba-b5dc-173b81a73e24"},{"name":"Account Global Statuses","id":"ad136aa3-a0a7-4bf0-ab35-bd6ad97e5848","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":"{{OpenAPIUrl}}/enums/account-global-statuses","description":"<p>Returns the enum dictionary for the accountGlobalStatusId and lastAccountGlobalStatusId fields. Maps all possible account lifecycle states (e.g. CREATED, AUTH_OK, PIN_REQUESTED, RESTRICTED) to their numeric values.</p>\n","urlObject":{"path":["enums","account-global-statuses"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[]}},"response":[{"id":"249b0da3-a144-4171-83ba-d6e9f0b3c569","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":"{{OpenAPIUrl}}/enums/account-global-statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 25 Feb 2026 07:46:44 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"537"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"X-RateLimit-Reset","value":"2026-02-25T07:47:44.062Z"},{"key":"ETag","value":"W/\"219-mTx3wPAgbPiZ/P9sckm099N3On8\""}],"cookie":[],"responseTime":null,"body":"{\n    \"UNKNOWN\": 0,\n    \"CREATED\": 1,\n    \"WRONG_AUTH\": 2,\n    \"PIN_REQUESTED\": 3,\n    \"CAPTCHA_REQUESTED\": 4,\n    \"AUTH_OK\": 5,\n    \"OFFLINE\": 6,\n    \"PAYMENT_REQUIRED\": 7,\n    \"CANCELED\": 8,\n    \"RESTRICTED\": 9,\n    \"TWO_FACTOR_AUTH\": 10,\n    \"INVALID_SUBSCRIPTION\": 11,\n    \"PIN_VERIFYING\": 12,\n    \"PIN_WRONG\": 13,\n    \"SCHEDULED_EXECUTION\": 14,\n    \"INITIALIZING_CONNECTION\": 15,\n    \"CHECKING_CONNECTIVITY\": 16,\n    \"LOGGING_LINKEDIN\": 17,\n    \"TWO_FACTOR_AUTH_WRONG\": 18,\n    \"TWO_FACTOR_AUTH_VERIFYING\": 19,\n    \"TWO_FACTOR_AUTH_QUEUED\": 20,\n    \"TWO_FACTOR_AUTH_ERROR\": 21,\n    \"LOGIN_FAILED\": 22,\n    \"VERIFY_IDENTITY\": 23,\n    \"SET_UP_TWO_FACTOR_AUTH\": 24,\n    \"REGISTER_PHONE\": 25\n}"}],"_postman_id":"ad136aa3-a0a7-4bf0-ab35-bd6ad97e5848"},{"name":"Withdrawal Statuses","id":"b76e190b-f1f5-4035-8499-42d144c5dd5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":"{{OpenAPIUrl}}/enums/withdrawal-statuses","description":"<p>Returns the enum dictionary for the withdrawalStatusId field. Maps connection-withdrawal worker states (e.g. ACTIVE, PENDING, PROCESSING) to their numeric values.</p>\n","urlObject":{"path":["enums","withdrawal-statuses"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7794a330-c6b8-4906-82b9-07586468b5ad","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"url":"{{OpenAPIUrl}}/enums/withdrawal-statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 25 Feb 2026 07:46:52 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"996"},{"key":"X-RateLimit-Reset","value":"2026-02-25T07:47:52.366Z"},{"key":"ETag","value":"W/\"4c-yG7Xr3P1bYYg3sARp8qLo/rCRCs\""}],"cookie":[],"responseTime":null,"body":"{\n    \"UNKNOWN\": 0,\n    \"ACTIVE\": 1,\n    \"PENDING\": 2,\n    \"PROCESSING\": 3,\n    \"INACTIVE\": 4,\n    \"ERRORED\": 5\n}"}],"_postman_id":"b76e190b-f1f5-4035-8499-42d144c5dd5a"}],"id":"5683bf2d-094f-4f42-9ad4-bfe50c772f33","description":"<p>Provide enum values for all statuses used in other requests</p>\n","_postman_id":"5683bf2d-094f-4f42-9ad4-bfe50c772f33"},{"name":"Health Check","id":"29cb6c6a-c401-4cce-a35e-f0ddfa6ae68d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{OpenAPIUrl}}/","urlObject":{"path":[""],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cf2e6962-870f-4875-92b1-8be14cc0a37c","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{OpenAPIUrl}}/"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Tue, 20 Jun 2023 15:03:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"29cb6c6a-c401-4cce-a35e-f0ddfa6ae68d"},{"name":"Get Description for ID Type","id":"eae2fba5-9f1f-40a1-bfcc-b2ce31bf9d78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"<p>(Required) This is your API key. </p>\n","type":"text"}],"url":"{{OpenAPIUrl}}/identityType/ids/:ids","description":"<p>This action retrieves description for a specific identity type.</p>\n","urlObject":{"path":["identityType","ids",":ids"],"host":["{{OpenAPIUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) This is the ID of the identity for which you wish to get description. </p>\n","type":"text/plain"},"type":"any","value":"[1,2,3,4,5]","key":"ids"}]}},"response":[{"id":"105dbdfd-648d-493d-bdd1-b97c2c9eeeba","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/identityType/ids/:ids","host":["{{OpenAPIUrl}}"],"path":["identityType","ids",":ids"],"variable":[{"key":"ids","value":"[1,2,3,4,5]","description":"(Required) Identity ids about which you want to get description"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"316"},{"key":"ETag","value":"W/\"13c-Xwp2NgdytWYQgShi9f2ks/E7VZ0\""},{"key":"Date","value":"Thu, 07 Apr 2022 05:40:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"type\": \"BASIC\",\n        \"prefix\": \"https://www.linkedin.com/in/\"\n    },\n    {\n        \"id\": 2,\n        \"type\": \"NAVIGATOR\",\n        \"prefix\": \"https://www.linkedin.com/sales/people/\"\n    },\n    {\n        \"id\": 3,\n        \"type\": \"RECRUITER\",\n        \"prefix\": \"https://www.linkedin.com/UNKNOWN/\"\n    },\n    {\n        \"id\": 4,\n        \"type\": \"EMAIL\",\n        \"prefix\": \"EMAIL\"\n    },\n    {\n        \"id\": 5,\n        \"type\": \"BUSINESS_EMAIL\",\n        \"prefix\": \"BUSINESS_EMAIL\"\n    }\n]"},{"id":"c4ac6e8b-f605-4e73-9d64-57a2bc84c4a7","name":"Must be number array validation error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/identityType/ids/:ids","host":["{{OpenAPIUrl}}"],"path":["identityType","ids",":ids"],"variable":[{"key":"ids","value":"['invalid']"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"157"},{"key":"ETag","value":"W/\"9d-zP2xGuY4KtZsYpMQorjj+9JXCBM\""},{"key":"Date","value":"Thu, 07 Apr 2022 05:34:44 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"ids\": {\n            \"value\": \"['invalid']\",\n            \"msg\": \"Id must be a number array\",\n            \"param\": \"ids\",\n            \"location\": \"params\"\n        }\n    }\n}"},{"id":"d20e4fd9-5aa0-4642-af4b-7b238c598f9c","name":"Empty array error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiKey}}","description":"(Required) Your api key","type":"text","disabled":true}],"url":{"raw":"{{OpenAPIUrl}}/identityType/ids/:ids","host":["{{OpenAPIUrl}}"],"path":["identityType","ids",":ids"],"variable":[{"key":"ids","value":"[]"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"181"},{"key":"ETag","value":"W/\"b5-EjnjhrfUTgxdt0nvghzfURR9u2o\""},{"key":"Date","value":"Thu, 07 Apr 2022 05:34:04 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 422,\n        \"message\": \"Validation Error\"\n    },\n    \"errors\": {\n        \"ids\": {\n            \"value\": \"[]\",\n            \"msg\": \"Ids array must contain distinct values and not be empty\",\n            \"param\": \"ids\",\n            \"location\": \"params\"\n        }\n    }\n}"}],"_postman_id":"eae2fba5-9f1f-40a1-bfcc-b2ce31bf9d78"}]}