{"info":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","description":"<html><head></head><body><p>Acesse agora a <strong>documentação oficial da API da Magnet Customer</strong> e descubra como integrar facilmente o seu sistema com uma das plataformas de CRM mais completas do mercado.</p>\n<p>Nossa API RESTful foi desenvolvida para oferecer <strong>flexibilidade, segurança e alto desempenho</strong>, permitindo que desenvolvedores criem integrações personalizadas, automatizem processos e conectem dados de forma eficiente.</p>\n<h3 id=\"o-que-você-encontra-na-documentação\">O que você encontra na documentação:</h3>\n<ul>\n<li><p>📌 Autenticação via OAuth2</p>\n</li>\n<li><p>🔄 Endpoints completos para gerenciamento de tickets, tarefas, contatos, comunicações e muito mais</p>\n</li>\n<li><p>⚙️ Exemplos práticos em cURL e outras linguagens</p>\n</li>\n<li><p>📈 Webhooks e eventos para sincronização em tempo real</p>\n</li>\n<li><p>💬 Suporte a filtros, paginação e ordenação</p>\n</li>\n<li><p>🔐 Práticas recomendadas de segurança</p>\n</li>\n</ul>\n<h3 id=\"por-que-usar-a-api-da-magnet-customer\">Por que usar a API da Magnet Customer?</h3>\n<ul>\n<li><p>Integração com ferramentas como <strong>Zapier</strong> e <strong>n8n</strong></p>\n</li>\n<li><p>Redução de trabalho manual com automações inteligentes</p>\n</li>\n<li><p>Integração rápida com ERPs, plataformas de e-commerce e outros CRMs</p>\n</li>\n<li><p>Melhoria da experiência do cliente com dados atualizados e conectados</p>\n</li>\n</ul>\n<p>E se quiser ir além, dá uma olhada nas integrações que já estão prontinhas pra você:</p>\n<p>⚡ <strong>Zapier</strong><br><a href=\"https://zapier.com/developer/public-invite/167012/6c170c0256d308c441a5e857c474d7cd\">https://zapier.com/developer/public-invite/167012/6c170c0256d308c441a5e857c474d7cd</a></p>\n<p>⚙️ <strong>n8n</strong><br><a href=\"https://www.npmjs.com/package/@magnetcustomer/n8n-nodes-magnetcustomer\">https://www.npmjs.com/package/@magnetcustomer/n8n-nodes-magnetcustomer</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7277027","collectionId":"66c31ccd-6542-431b-af60-e8d34b7c92f9","publishedId":"2sB2cX7fkq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"9052f6"},"publishDate":"2025-04-09T10:35:17.000Z"},"item":[{"name":"Guides","item":[{"name":"Authentication","item":[{"name":"Username Password Flow","id":"9fb69654-9868-4793-9bbe-9aa947fe61a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"client_id","value":"","type":"text"},{"key":"username","value":"","type":"text"},{"key":"password","value":"","type":"text"}]},"url":"https://magnetcustomer.net/realms/platform/protocol/openid-connect/token","description":"<h3 id=\"request\">Request</h3>\n<p>This endpoint makes an HTTP POST request to <code>{{auth_url}}/protocol/openid-connect/token</code> to obtain an access token.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>grant_type</code> (text): The type of grant requested.</p>\n</li>\n<li><p><code>client_id</code> (text): The client identifier.</p>\n</li>\n<li><p><code>username</code> (text): The username for authentication.</p>\n</li>\n<li><p><code>password</code> (text): The password for authentication.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response for this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"access_token\": \"\",\n    \"expires_in\": 0,\n    \"refresh_expires_in\": 0,\n    \"refresh_token\": \"\",\n    \"token_type\": \"\",\n    \"not-before-policy\": 0,\n    \"session_state\": \"\",\n    \"scope\": \"\"\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["realms","platform","protocol","openid-connect","token"],"host":["magnetcustomer","net"],"query":[],"variable":[]}},"response":[{"id":"7d4974b5-3fa7-467c-b7d7-9dce1326d855","name":"Successful OAuth Username Password Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"client_id","value":"","type":"text"},{"key":"username","value":"","type":"text"},{"key":"password","value":"","type":"text"}]},"url":"{{auth_url}}/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2025 20:26:14 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"2504","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Set-Cookie","value":"KEYCLOAK_LOCALE=pt-BR;Version=1;Path=/realms/platform/;Secure;HttpOnly","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"ACCESS_TOKEN_GOES_HERE\",\n    \"expires_in\": 900,\n    \"refresh_expires_in\": 86400,\n    \"refresh_token\": \"REFRESH_TOKEN_GOES_HERE\",\n    \"token_type\": \"Bearer\",\n    \"not-before-policy\": 0,\n    \"session_state\": \"SESSION_GOES_HERE\",\n    \"scope\": \"openid profile email\"\n}"}],"_postman_id":"9fb69654-9868-4793-9bbe-9aa947fe61a1"},{"name":"Client Credentials Flow","event":[{"listen":"test","script":{"id":"d737fb31-6a8b-43b5-8f0c-3909a11f1a09","exec":["let response = pm.response.json();","pm.globals.set(\"_access_token\", response.access_token);"],"type":"text/javascript","packages":{}}}],"id":"c7816779-35bf-4282-a7ed-2782926877bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"scope","value":"offline_access","type":"text","uuid":"0abfb569-b8ce-4eee-877a-45c450bc8fb0"}]},"url":"https://magnetcustomer.net/realms/platform/protocol/openid-connect/token","description":"<h1 id=\"openid-connect-token-request\">OpenID Connect Token Request</h1>\n<p>This endpoint is used to obtain an access token by presenting an authorization grant.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>grant_type</code> (text): The type of grant being used for authentication.</p>\n</li>\n<li><p><code>client_id</code> (text): The identifier for the client application.</p>\n</li>\n<li><p><code>client_secret</code> (text): The secret key of the client application.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will be in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"access_token\": \"\",\n    \"expires_in\": 0,\n    \"refresh_expires_in\": 0,\n    \"token_type\": \"\",\n    \"not-before-policy\": 0,\n    \"scope\": \"\"\n}\n\n</code></pre>\n<ul>\n<li><p><code>access_token</code> (string): The access token to be used for accessing protected resources.</p>\n</li>\n<li><p><code>expires_in</code> (number): The duration in seconds for which the access token is valid.</p>\n</li>\n<li><p><code>refresh_expires_in</code> (number): The duration in seconds for which the refresh token is valid.</p>\n</li>\n<li><p><code>token_type</code> (string): The type of token issued.</p>\n</li>\n<li><p><code>not-before-policy</code> (number): The time before which the token should not be used.</p>\n</li>\n<li><p><code>scope</code> (string): The scope of the access request.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["realms","platform","protocol","openid-connect","token"],"host":["magnetcustomer","net"],"query":[],"variable":[]}},"response":[{"id":"54a3fc26-4a84-4e3c-898b-b549ca7bcb2c","name":"Client Credentials Flow","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"scope","value":"offline_access","type":"text","uuid":"0abfb569-b8ce-4eee-877a-45c450bc8fb0"}]},"url":"https://magnetcustomer.net/realms/platform/protocol/openid-connect/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 22:03:04 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"referrer-policy","value":"no-referrer","enabled":true},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-frame-options","value":"SAMEORIGIN","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cf-cache-status","value":"DYNAMIC","enabled":true},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=WmfYwaaIABMdhIw08m1J7e0cDJiDiKxS8VRMQxFpPkU8iHHP%2BUwEI1K%2Fk0nDhjyWpW6jYWfvMJZAHAHKSZ8D9jCctfelIG8K2D%2F%2BVBscvbV%2FFnH1C3qyP4Du1K3tuIM8YYV1KRs%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","enabled":true},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"92dd4ad3bac76d3f-GIG","enabled":true},{"key":"Content-Encoding","value":"br","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400","enabled":true},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=56541&min_rtt=56069&rtt_var=16588&sent=4&recv=6&lost=0&retrans=0&sent_bytes=2827&recv_bytes=1096&delivery_rate=49855&cwnd=167&unsent_bytes=0&cid=56dd47f805d2a168&ts=531&x=0\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJweVV1aDZIQk41ckd4WTZVcG1UTlVfYXE2N3AyUDFkQUtEYXNZZDU3WV9jIn0.eyJleHAiOjE3NDQyMzcwODMsImlhdCI6MTc0NDIzNjE4MywianRpIjoiYzc0OWFjMTgtZTEyNC00NzI5LThiZWYtMGJmODUxODBjOWZkIiwiaXNzIjoiaHR0cHM6Ly9tYWduZXRjdXN0b21lci5uZXQvcmVhbG1zL3BsYXRmb3JtIiwiYXVkIjpbImJyb2tlciIsImFjY291bnQiXSwic3ViIjoiYTFhZjBlZTktNWM2Mi00ODFlLTg4MzktNzMwMGNmZmVjZjVhIiwidHlwIjoiQmVhcmVyIiwiYXpwIjoicG9zdG1hbi5kZW1vbnN0cmFjYW8ubWFnbmV0Y3VzdG9tZXIuY29tIiwiYWNyIjoiMSIsImFsbG93ZWQtb3JpZ2lucyI6WyIqIl0sInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJvZmZsaW5lX2FjY2VzcyIsInVtYV9hdXRob3JpemF0aW9uIiwiZGVmYXVsdC1yb2xlcy1wbGF0Zm9ybSJdfSwicmVzb3VyY2VfYWNjZXNzIjp7ImJyb2tlciI6eyJyb2xlcyI6WyJyZWFkLXRva2VuIl19LCJhY2NvdW50Ijp7InJvbGVzIjpbIm1hbmFnZS1hY2NvdW50IiwibWFuYWdlLWFjY291bnQtbGlua3MiLCJ2aWV3LXByb2ZpbGUiXX19LCJzY29wZSI6Im9mZmxpbmVfYWNjZXNzIG9wZW5pZCBwcm9maWxlIGVtYWlsIiwiZW1haWxfdmVyaWZpZWQiOmZhbHNlLCJjbGllbnRIb3N0IjoiMTAuNjguMS41IiwicHJlZmVycmVkX3VzZXJuYW1lIjoic2VydmljZS1hY2NvdW50LXBvc3RtYW4uZGVtb25zdHJhY2FvLm1hZ25ldGN1c3RvbWVyLmNvbSIsImNsaWVudEFkZHJlc3MiOiIxMC42OC4xLjUiLCJjbGllbnRfaWQiOiJwb3N0bWFuLmRlbW9uc3RyYWNhby5tYWduZXRjdXN0b21lci5jb20ifQ.T1W9myRyPBfvpWe5twc5LOB7aLgTj-OP9yJoo53BCXan7JUYqFtMSD_XqtvcaDNiAURMZIK8ZRrRyfl4ge-qfS5uoQidx59-rHSeCzxPePOgkqq3UzKWpcez0980pLP8wFSkWMm1fkV_HkB69Uqt6swYUa1ZRtbdrpxPjMH7K1c8-VeG0x2jmTq7O3TKrsJYQ7jcrDJ_O4YEaTSlJThh4clIdLm_kWWNHl_TEOu1Fz6W822Dad_mtLi7E18Luw1a0qtSQ1tH8i-sZaigcx5JWkUPLfKbGbZgX-j2BsdBPjbjXaG16xxi7tzhLUNHFiCtNQS0H9xWN-8bgRKAHYZ_hA\",\n    \"expires_in\": 900,\n    \"refresh_expires_in\": 0,\n    \"token_type\": \"Bearer\",\n    \"not-before-policy\": 0,\n    \"scope\": \"offline_access openid profile email\"\n}"}],"_postman_id":"c7816779-35bf-4282-a7ed-2782926877bc"},{"name":"Refresh Token","id":"a577fd2d-e7a4-460f-8f2c-59ed9b208db4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"refresh_token","value":"{{_refreshToken}}","type":"text"}]},"url":"https://magnetcustomer.net/realms/platform/protocol/openid-connect/token","description":"<h3 id=\"request-description\">Request Description</h3>\n<p>This endpoint is used to obtain an access token by exchanging a refresh token for the specified client.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>grant_type</code> (text): The type of grant being requested.</p>\n</li>\n<li><p><code>client_id</code> (text): The identifier of the client making the request.</p>\n</li>\n<li><p><code>client_secret</code> (text): The secret key of the client making the request.</p>\n</li>\n<li><p><code>refresh_token</code> (text): The refresh token obtained during a previous authorization.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be a JSON object with the following properties:</p>\n<ul>\n<li><p><code>access_token</code> (string): The access token to be used for accessing protected resources.</p>\n</li>\n<li><p><code>expires_in</code> (number): The duration in seconds for which the access token is valid.</p>\n</li>\n<li><p><code>refresh_expires_in</code> (number): The duration in seconds for which the refresh token is valid.</p>\n</li>\n<li><p><code>refresh_token</code> (string): The new refresh token to be used for obtaining a new access token.</p>\n</li>\n<li><p><code>token_type</code> (string): The type of token returned.</p>\n</li>\n<li><p><code>not-before-policy</code> (number): The time before which the token cannot be used.</p>\n</li>\n<li><p><code>session_state</code> (string): The session state.</p>\n</li>\n<li><p><code>scope</code> (string): The scope of the access token.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["realms","platform","protocol","openid-connect","token"],"host":["magnetcustomer","net"],"query":[],"variable":[]}},"response":[{"id":"0b582a86-7038-4123-9897-490142a1696c","name":"Successful Refresh Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"refresh_token","value":"{{_refreshToken}}","type":"text"}]},"url":"{{auth_url}}/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2025 20:36:13 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"2504","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"ACCESS_TOKEN_GOES_HERE\",\n    \"expires_in\": 900,\n    \"refresh_expires_in\": 86400,\n    \"refresh_token\": \"REFRESH_TOKEN_GOES_HERE\",\n    \"token_type\": \"Bearer\",\n    \"not-before-policy\": 0,\n    \"session_state\": \"SESSION_GOES_HERE\",\n    \"scope\": \"openid profile email\"\n}"}],"_postman_id":"a577fd2d-e7a4-460f-8f2c-59ed9b208db4"},{"name":"Revoke Token","id":"e12fda0c-25b1-4e89-857b-7cbc94103279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"token","value":"{{_accessToken}}","description":"<p>If an access token is included, Magnet Customer invalidates it and revokes the token. If a refresh token is included, Magnet Customer revokes it and any associated access tokens.</p>\n","type":"text"},{"key":"client_id","value":"","type":"text"}]},"url":"https://magnetcustomer.net/realms/platform/protocol/openid-connect/revoke","description":"<h3 id=\"revoke-access-token-or-refresh-token\">Revoke Access Token or Refresh Token</h3>\n<p>This endpoint is used to revoke an access token or a refresh token.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>token</code> (text): If an access token is included, Magnet Customer invalidates it and revokes the token. If a refresh token is included, Magnet Customer revokes it and any associated access tokens.</p>\n</li>\n<li><p><code>client_id</code> (text): The ID of the client.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will indicate the success or failure of the token revocation request.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["realms","platform","protocol","openid-connect","revoke"],"host":["magnetcustomer","net"],"query":[],"variable":[]}},"response":[{"id":"8fedbe05-2cc5-461b-b0fc-64a23aadbfd0","name":"Successful Revoke Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"token","value":"{{_accessToken}}","description":"If an access token is included, Magnet Customer invalidates it and revokes the token. If a refresh token is included, Magnet Customer revokes it and any associated access tokens.","type":"text"},{"key":"client_id","value":"","type":"text"}]},"url":"{{auth_url}}/revoke"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 21 Feb 2025 20:39:22 GMT","enabled":true},{"key":"Content-Length","value":"0","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Content-Security-Policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Robots-Tag","value":"none","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e12fda0c-25b1-4e89-857b-7cbc94103279"},{"name":"User Info","id":"076d2414-e649-41d2-be0e-1b8d3ec565ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://magnetcustomer.net/realms/platform/protocol/openid-connect/userinfo","description":"<p>This endpoint makes an HTTP GET request to retrieve user information from the OpenID Connect protocol. The request does not include a request body, as it is a GET request.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will include the following user information:</p>\n<ul>\n<li><p><code>sub</code> (subject): The unique identifier for the user.</p>\n</li>\n<li><p><code>email_verified</code>: A boolean value indicating whether the user's email has been verified.</p>\n</li>\n<li><p><code>name</code>: The full name of the user.</p>\n</li>\n<li><p><code>preferred_username</code>: The preferred username of the user.</p>\n</li>\n<li><p><code>given_name</code>: The given name (first name) of the user.</p>\n</li>\n<li><p><code>locale</code>: The locale of the user.</p>\n</li>\n<li><p><code>family_name</code>: The family name (last name) of the user.</p>\n</li>\n<li><p><code>email</code>: The email address of the user.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["realms","platform","protocol","openid-connect","userinfo"],"host":["magnetcustomer","net"],"query":[],"variable":[]}},"response":[{"id":"bab87b2b-52f9-46a3-8a3b-d69463e017b6","name":"Successful User Info","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{auth_url}}/userinfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2025 20:52:59 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"244","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"sub\": \"747ec9f5-c2d3-4ab9-9e22-2b771abe4a07\",\n    \"email_verified\": true,\n    \"name\": \"<name>\",\n    \"preferred_username\": \"<username>\",\n    \"given_name\": \"<name>\",\n    \"locale\": \"pt-BR\",\n    \"family_name\": \"<name>\",\n    \"email\": \"<email>\"\n}"}],"_postman_id":"076d2414-e649-41d2-be0e-1b8d3ec565ad"},{"name":"OpenID Connect Discovery Endpoint","id":"f7367ad7-5f19-4d2c-a787-a29fd40116a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://magnetcustomer.net/realms/platform/.well-known/openid-configuration","description":"<p>The endpoint makes an HTTP GET request to retrieve the OpenID configuration. The response to this request contains various endpoints and supported features related to the OpenID Connect protocol. Below is the JSON schema for the response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"issuer\": { \"type\": \"string\" },\n    \"authorization_endpoint\": { \"type\": \"string\" },\n    \"token_endpoint\": { \"type\": \"string\" },\n    \"introspection_endpoint\": { \"type\": \"string\" },\n    \"userinfo_endpoint\": { \"type\": \"string\" },\n    \"end_session_endpoint\": { \"type\": \"string\" },\n    \"frontchannel_logout_session_supported\": { \"type\": \"boolean\" },\n    \"frontchannel_logout_supported\": { \"type\": \"boolean\" },\n    \"jwks_uri\": { \"type\": \"string\" },\n    \"check_session_iframe\": { \"type\": \"string\" },\n    \"grant_types_supported\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n    \"acr_values_supported\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n    \"response_types_supported\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n    \"subject_types_supported\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n    \"id_token_signing_alg_values_supported\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n    \"id_token_encryption_alg_values_supported\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n    \"id_token_encryption_enc_values_supported\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n    // ... (other properties)\n  }\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["realms","platform",".well-known","openid-configuration"],"host":["magnetcustomer","net"],"query":[],"variable":[]}},"response":[{"id":"935a5631-268a-4c52-8ce6-918b47f06202","name":"Successful OpenID Connect Discovery Endpoint","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{auth_url}}/.well-known/openid-configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2025 20:57:32 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Content-Length","value":"6259","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, must-revalidate, no-transform, no-store","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"issuer\": \"https://magnetcustomer.net/realms/platform\",\n    \"authorization_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/auth\",\n    \"token_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/token\",\n    \"introspection_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/token/introspect\",\n    \"userinfo_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/userinfo\",\n    \"end_session_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/logout\",\n    \"frontchannel_logout_session_supported\": true,\n    \"frontchannel_logout_supported\": true,\n    \"jwks_uri\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/certs\",\n    \"check_session_iframe\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/login-status-iframe.html\",\n    \"grant_types_supported\": [\n        \"authorization_code\",\n        \"implicit\",\n        \"refresh_token\",\n        \"password\",\n        \"client_credentials\",\n        \"urn:openid:params:grant-type:ciba\",\n        \"urn:ietf:params:oauth:grant-type:token-exchange\",\n        \"urn:ietf:params:oauth:grant-type:device_code\"\n    ],\n    \"acr_values_supported\": [\n        \"0\",\n        \"1\"\n    ],\n    \"response_types_supported\": [\n        \"code\",\n        \"none\",\n        \"id_token\",\n        \"token\",\n        \"id_token token\",\n        \"code id_token\",\n        \"code token\",\n        \"code id_token token\"\n    ],\n    \"subject_types_supported\": [\n        \"public\",\n        \"pairwise\"\n    ],\n    \"id_token_signing_alg_values_supported\": [\n        \"PS384\",\n        \"RS384\",\n        \"EdDSA\",\n        \"ES384\",\n        \"HS256\",\n        \"HS512\",\n        \"ES256\",\n        \"RS256\",\n        \"HS384\",\n        \"ES512\",\n        \"PS256\",\n        \"PS512\",\n        \"RS512\"\n    ],\n    \"id_token_encryption_alg_values_supported\": [\n        \"RSA-OAEP\",\n        \"RSA-OAEP-256\",\n        \"RSA1_5\"\n    ],\n    \"id_token_encryption_enc_values_supported\": [\n        \"A256GCM\",\n        \"A192GCM\",\n        \"A128GCM\",\n        \"A128CBC-HS256\",\n        \"A192CBC-HS384\",\n        \"A256CBC-HS512\"\n    ],\n    \"userinfo_signing_alg_values_supported\": [\n        \"PS384\",\n        \"RS384\",\n        \"EdDSA\",\n        \"ES384\",\n        \"HS256\",\n        \"HS512\",\n        \"ES256\",\n        \"RS256\",\n        \"HS384\",\n        \"ES512\",\n        \"PS256\",\n        \"PS512\",\n        \"RS512\",\n        \"none\"\n    ],\n    \"userinfo_encryption_alg_values_supported\": [\n        \"RSA-OAEP\",\n        \"RSA-OAEP-256\",\n        \"RSA1_5\"\n    ],\n    \"userinfo_encryption_enc_values_supported\": [\n        \"A256GCM\",\n        \"A192GCM\",\n        \"A128GCM\",\n        \"A128CBC-HS256\",\n        \"A192CBC-HS384\",\n        \"A256CBC-HS512\"\n    ],\n    \"request_object_signing_alg_values_supported\": [\n        \"PS384\",\n        \"RS384\",\n        \"EdDSA\",\n        \"ES384\",\n        \"HS256\",\n        \"HS512\",\n        \"ES256\",\n        \"RS256\",\n        \"HS384\",\n        \"ES512\",\n        \"PS256\",\n        \"PS512\",\n        \"RS512\",\n        \"none\"\n    ],\n    \"request_object_encryption_alg_values_supported\": [\n        \"RSA-OAEP\",\n        \"RSA-OAEP-256\",\n        \"RSA1_5\"\n    ],\n    \"request_object_encryption_enc_values_supported\": [\n        \"A256GCM\",\n        \"A192GCM\",\n        \"A128GCM\",\n        \"A128CBC-HS256\",\n        \"A192CBC-HS384\",\n        \"A256CBC-HS512\"\n    ],\n    \"response_modes_supported\": [\n        \"query\",\n        \"fragment\",\n        \"form_post\",\n        \"query.jwt\",\n        \"fragment.jwt\",\n        \"form_post.jwt\",\n        \"jwt\"\n    ],\n    \"registration_endpoint\": \"https://magnetcustomer.net/realms/platform/clients-registrations/openid-connect\",\n    \"token_endpoint_auth_methods_supported\": [\n        \"private_key_jwt\",\n        \"client_secret_basic\",\n        \"client_secret_post\",\n        \"tls_client_auth\",\n        \"client_secret_jwt\"\n    ],\n    \"token_endpoint_auth_signing_alg_values_supported\": [\n        \"PS384\",\n        \"RS384\",\n        \"EdDSA\",\n        \"ES384\",\n        \"HS256\",\n        \"HS512\",\n        \"ES256\",\n        \"RS256\",\n        \"HS384\",\n        \"ES512\",\n        \"PS256\",\n        \"PS512\",\n        \"RS512\"\n    ],\n    \"introspection_endpoint_auth_methods_supported\": [\n        \"private_key_jwt\",\n        \"client_secret_basic\",\n        \"client_secret_post\",\n        \"tls_client_auth\",\n        \"client_secret_jwt\"\n    ],\n    \"introspection_endpoint_auth_signing_alg_values_supported\": [\n        \"PS384\",\n        \"RS384\",\n        \"EdDSA\",\n        \"ES384\",\n        \"HS256\",\n        \"HS512\",\n        \"ES256\",\n        \"RS256\",\n        \"HS384\",\n        \"ES512\",\n        \"PS256\",\n        \"PS512\",\n        \"RS512\"\n    ],\n    \"authorization_signing_alg_values_supported\": [\n        \"PS384\",\n        \"RS384\",\n        \"EdDSA\",\n        \"ES384\",\n        \"HS256\",\n        \"HS512\",\n        \"ES256\",\n        \"RS256\",\n        \"HS384\",\n        \"ES512\",\n        \"PS256\",\n        \"PS512\",\n        \"RS512\"\n    ],\n    \"authorization_encryption_alg_values_supported\": [\n        \"RSA-OAEP\",\n        \"RSA-OAEP-256\",\n        \"RSA1_5\"\n    ],\n    \"authorization_encryption_enc_values_supported\": [\n        \"A256GCM\",\n        \"A192GCM\",\n        \"A128GCM\",\n        \"A128CBC-HS256\",\n        \"A192CBC-HS384\",\n        \"A256CBC-HS512\"\n    ],\n    \"claims_supported\": [\n        \"aud\",\n        \"sub\",\n        \"iss\",\n        \"auth_time\",\n        \"name\",\n        \"given_name\",\n        \"family_name\",\n        \"preferred_username\",\n        \"email\",\n        \"acr\"\n    ],\n    \"claim_types_supported\": [\n        \"normal\"\n    ],\n    \"claims_parameter_supported\": true,\n    \"scopes_supported\": [\n        \"microprofile-jwt\",\n        \"offline_access\",\n        \"platform\",\n        \"profile\",\n        \"openid\",\n        \"address\",\n        \"roles\",\n        \"acr\",\n        \"phone\",\n        \"web-origins\",\n        \"email\"\n    ],\n    \"request_parameter_supported\": true,\n    \"request_uri_parameter_supported\": true,\n    \"require_request_uri_registration\": true,\n    \"code_challenge_methods_supported\": [\n        \"plain\",\n        \"S256\"\n    ],\n    \"tls_client_certificate_bound_access_tokens\": true,\n    \"dpop_signing_alg_values_supported\": [\n        \"PS384\",\n        \"ES384\",\n        \"RS384\",\n        \"ES256\",\n        \"RS256\",\n        \"ES512\",\n        \"PS256\",\n        \"PS512\",\n        \"RS512\"\n    ],\n    \"revocation_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/revoke\",\n    \"revocation_endpoint_auth_methods_supported\": [\n        \"private_key_jwt\",\n        \"client_secret_basic\",\n        \"client_secret_post\",\n        \"tls_client_auth\",\n        \"client_secret_jwt\"\n    ],\n    \"revocation_endpoint_auth_signing_alg_values_supported\": [\n        \"PS384\",\n        \"RS384\",\n        \"EdDSA\",\n        \"ES384\",\n        \"HS256\",\n        \"HS512\",\n        \"ES256\",\n        \"RS256\",\n        \"HS384\",\n        \"ES512\",\n        \"PS256\",\n        \"PS512\",\n        \"RS512\"\n    ],\n    \"backchannel_logout_supported\": true,\n    \"backchannel_logout_session_supported\": true,\n    \"device_authorization_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/auth/device\",\n    \"backchannel_token_delivery_modes_supported\": [\n        \"poll\",\n        \"ping\"\n    ],\n    \"backchannel_authentication_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/ext/ciba/auth\",\n    \"backchannel_authentication_request_signing_alg_values_supported\": [\n        \"PS384\",\n        \"RS384\",\n        \"EdDSA\",\n        \"ES384\",\n        \"ES256\",\n        \"RS256\",\n        \"ES512\",\n        \"PS256\",\n        \"PS512\",\n        \"RS512\"\n    ],\n    \"require_pushed_authorization_requests\": false,\n    \"pushed_authorization_request_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/ext/par/request\",\n    \"mtls_endpoint_aliases\": {\n        \"token_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/token\",\n        \"revocation_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/revoke\",\n        \"introspection_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/token/introspect\",\n        \"device_authorization_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/auth/device\",\n        \"registration_endpoint\": \"https://magnetcustomer.net/realms/platform/clients-registrations/openid-connect\",\n        \"userinfo_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/userinfo\",\n        \"pushed_authorization_request_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/ext/par/request\",\n        \"backchannel_authentication_endpoint\": \"https://magnetcustomer.net/realms/platform/protocol/openid-connect/ext/ciba/auth\"\n    },\n    \"authorization_response_iss_parameter_supported\": true\n}"}],"_postman_id":"f7367ad7-5f19-4d2c-a787-a29fd40116a0"}],"id":"04687549-a175-40e0-b73a-6f94e0d70e19","_postman_id":"04687549-a175-40e0-b73a-6f94e0d70e19","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Update custom resource fields","item":[{"name":"Update deal customFields","id":"bf18a932-9684-4595-a620-aeb6b245f6a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"customFields\": [\n        {\n            \"customField\": \"669c288bfcfa3841101c6a78\",\n            \"v\": \"2500\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/deals/68a10710518867bb5eb4de36","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","deals","68a10710518867bb5eb4de36"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf18a932-9684-4595-a620-aeb6b245f6a9"},{"name":"Update contact customFields Copy","id":"3b0c04af-92d2-4cfa-80b9-11fcf879e828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"customFields\": [\n        {\n            \"customField\": \"669c288bfcfa3841101c6a78\",\n            \"v\": \"2500\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts/68a10710518867bb5eb4de36","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","contacts","68a10710518867bb5eb4de36"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b0c04af-92d2-4cfa-80b9-11fcf879e828"}],"id":"75ebee36-5443-40ca-a1d1-56a247907813","_postman_id":"75ebee36-5443-40ca-a1d1-56a247907813","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}}],"id":"d278ab09-f93c-49f9-9dd3-6f8357d734d5","description":"<h1 id=\"primeiros-passos\">Primeiros Passos</h1>\n<p>Este guia irá ajudá-lo a começar a utilizar a API da Magnet rapidamente. Siga estas etapas para configurar sua integração e fazer suas primeiras requisições.</p>\n<h2 id=\"pré-requisitos\">Pré-requisitos</h2>\n<p>Antes de começar, você precisará:</p>\n<ol>\n<li><p>Uma conta ativa na plataforma Magnet</p>\n</li>\n<li><p>Permissões de administrador para gerar credenciais de API</p>\n</li>\n<li><p>Conhecimento básico de REST APIs</p>\n</li>\n</ol>\n<h2 id=\"passo-1-criar-uma-aplicação\">Passo 1: Criar uma Aplicação</h2>\n<ol>\n<li><p>Faça login na sua conta Magnet Customer em <a href=\"https://magnetcustomer.net\">https://magnetcustomer.net</a> e acesse sua plataforma.</p>\n</li>\n<li><p>Navegue até <strong>Configurações &gt; Integrações &gt; API Magnet Customer</strong></p>\n</li>\n<li><p>Clique em <strong>Novo Oauth2.0</strong></p>\n</li>\n<li><p>Preencha as informações:</p>\n<ul>\n<li><p>Nome da aplicação (ex: \"Minha Integração CRM\")</p>\n</li>\n<li><p>Descrição (opcional)</p>\n</li>\n<li><p>ClientID</p>\n</li>\n</ul>\n</li>\n<li><p>Clique em <strong>Criar Aplicação</strong></p>\n</li>\n</ol>\n<h2 id=\"passo-2-obter-credenciais\">Passo 2: Obter Credenciais</h2>\n<p>Após criar a aplicação, você receberá:</p>\n<ul>\n<li><p><strong>Client ID</strong>: identificador público da sua aplicação</p>\n</li>\n<li><p><strong>Client Secret</strong>: segredo da aplicação (mantenha-o seguro!)</p>\n</li>\n</ul>\n<p>Estas credenciais serão utilizadas para autenticar suas requisições à API.</p>\n","_postman_id":"d278ab09-f93c-49f9-9dd3-6f8357d734d5","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Resources","item":[{"name":"Contacts","item":[{"name":"List Contacts","id":"78e5076c-3b87-44e2-911d-695656c2d6b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","contacts"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[{"id":"db8a751c-0ef9-4377-937c-10872a14a896","name":"List Contacts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","contacts"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 02:20:24 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"1528","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"5f8-dDuMVqrUuaQyjMwj46N1Al5xRZs\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"67f564adb5bae4c34eca19c6\",\n            \"customFields\": [],\n            \"lifeCycle\": \"customer\",\n            \"labels\": [],\n            \"source\": \"platform\",\n            \"name\": \"Carolina\",\n            \"lastname\": \"Albernaz\",\n            \"fullname\": \"Carolina Albernaz\",\n            \"age\": null,\n            \"doc\": \"\",\n            \"type\": \"physical\",\n            \"phones\": [\n                {\n                    \"typePhone\": \"cellphone\",\n                    \"number\": \"87791894144\",\n                    \"ddi\": \"+55\"\n                }\n            ],\n            \"addressNumber\": \"\",\n            \"relationshipRulerStatus\": true,\n            \"favoriteChannelToCommunication\": [\n                {\n                    \"name\": \"WhatsApp\",\n                    \"_id\": \"5c7185c246859d73bc2a92d1\"\n                },\n                {\n                    \"name\": \"Ligação humanizada\",\n                    \"_id\": \"5c7185c246859d73bc2a92d2\"\n                },\n                {\n                    \"name\": \"SMS\",\n                    \"_id\": \"5c7185c246859d73bc2a92d3\"\n                },\n                {\n                    \"name\": \"E-mail\",\n                    \"_id\": \"5c7185c246859d73bc2a92d5\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"_id\": \"66467477b8526919c10129cc\",\n                    \"email\": \"davi@magnetcustomer.com\",\n                    \"active\": true,\n                    \"admin\": true,\n                    \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                    \"customFields\": [],\n                    \"default\": false,\n                    \"fullname\": \"Davi Barboza | Magnet Customer\",\n                    \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                    \"role\": \"5d2e326a722df45b16b67099\",\n                    \"settings\": {\n                        \"sidebarCollapsed\": true,\n                        \"theme\": \"light\"\n                    },\n                    \"status\": \"online\",\n                    \"type\": \"user\",\n                    \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                    \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                    \"lastname\": \"Barboza | Magnet Customer\",\n                    \"name\": \"Davi\"\n                }\n            ],\n            \"participants\": [],\n            \"observers\": [],\n            \"interactions\": 0,\n            \"createdBy\": \"66467477b8526919c10129cc\",\n            \"updatedBy\": \"66467477b8526919c10129cc\",\n            \"createdAt\": \"2025-04-08T18:02:21.225Z\",\n            \"updatedAt\": \"2025-04-08T18:02:32.813Z\",\n            \"__v\": 0\n        }\n    ],\n    \"total\": 1,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"78e5076c-3b87-44e2-911d-695656c2d6b1"},{"name":"Get One Contact","id":"2b932336-9825-4b52-85ac-787cc2f90c9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts/67f5fa02f2f375edcc79b067","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","contacts","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"71b9a30e-fa9a-4eaa-9c0d-37f953a0ddda","name":"List Contacts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","contacts"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 02:20:24 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"1528","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"5f8-dDuMVqrUuaQyjMwj46N1Al5xRZs\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"67f564adb5bae4c34eca19c6\",\n            \"customFields\": [],\n            \"lifeCycle\": \"customer\",\n            \"labels\": [],\n            \"source\": \"platform\",\n            \"name\": \"Carolina\",\n            \"lastname\": \"Albernaz\",\n            \"fullname\": \"Carolina Albernaz\",\n            \"age\": null,\n            \"doc\": \"\",\n            \"type\": \"physical\",\n            \"phones\": [\n                {\n                    \"typePhone\": \"cellphone\",\n                    \"number\": \"87791894144\",\n                    \"ddi\": \"+55\"\n                }\n            ],\n            \"addressNumber\": \"\",\n            \"relationshipRulerStatus\": true,\n            \"favoriteChannelToCommunication\": [\n                {\n                    \"name\": \"WhatsApp\",\n                    \"_id\": \"5c7185c246859d73bc2a92d1\"\n                },\n                {\n                    \"name\": \"Ligação humanizada\",\n                    \"_id\": \"5c7185c246859d73bc2a92d2\"\n                },\n                {\n                    \"name\": \"SMS\",\n                    \"_id\": \"5c7185c246859d73bc2a92d3\"\n                },\n                {\n                    \"name\": \"E-mail\",\n                    \"_id\": \"5c7185c246859d73bc2a92d5\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"_id\": \"66467477b8526919c10129cc\",\n                    \"email\": \"davi@magnetcustomer.com\",\n                    \"active\": true,\n                    \"admin\": true,\n                    \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                    \"customFields\": [],\n                    \"default\": false,\n                    \"fullname\": \"Davi Barboza | Magnet Customer\",\n                    \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                    \"role\": \"5d2e326a722df45b16b67099\",\n                    \"settings\": {\n                        \"sidebarCollapsed\": true,\n                        \"theme\": \"light\"\n                    },\n                    \"status\": \"online\",\n                    \"type\": \"user\",\n                    \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                    \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                    \"lastname\": \"Barboza | Magnet Customer\",\n                    \"name\": \"Davi\"\n                }\n            ],\n            \"participants\": [],\n            \"observers\": [],\n            \"interactions\": 0,\n            \"createdBy\": \"66467477b8526919c10129cc\",\n            \"updatedBy\": \"66467477b8526919c10129cc\",\n            \"createdAt\": \"2025-04-08T18:02:21.225Z\",\n            \"updatedAt\": \"2025-04-08T18:02:32.813Z\",\n            \"__v\": 0\n        }\n    ],\n    \"total\": 1,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"2b932336-9825-4b52-85ac-787cc2f90c9c"},{"name":"Create One Contact","id":"f1683b3f-e2d4-41f9-81cf-e8455d4cc8ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"lifeCycle\": \"customer\",\n    \"type\": \"physical\",\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"ddi\": \"+55\",\n            \"number\": \"67992377316\"\n        }\n    ],\n    \"owners\": [],\n    \"products\": [],\n    \"financialproducts\": [],\n    \"customFields\": [\n        {\n            \"customField\": \"66eaa238df8ca278a8588493\",\n            \"v\": \"Acumulação durante vida profissional\"\n        }\n    ],\n    \"email\": \"marcelo3@magnetcustomer.com\",\n    \"fullname\": \"Marcelo Santana 3\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","contacts"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"6e97dbc3-b128-40db-bc26-00ecd11df5e3","name":"Successful Create Contact","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"lifeCycle\": \"customer\",\n    \"type\": \"physical\",\n    \"owners\": [],\n    \"products\": [],\n    \"financialproducts\": [],\n    \"relationshipRulerStatus\": true,\n    \"fullname\": \"Teste 323\",\n    \"gender\": \"M\",\n    \"email\": \"tesar23a1231@arawea.com\",\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"ddi\": \"+55\",\n            \"number\": \"12331231232\"\n        }\n    ],\n    \"doc\": \"\",\n    \"customFields\": [\n        {\n            \"customField\": \"669c2479fcfa3841101c5255\",\n            \"k\": \"Status do usuário\",\n            \"v\": {\n                \"value\": \"Ativo\",\n                \"_id\": \"669c2479fcfa3841101c5256\"\n            }\n        },\n        {\n            \"customField\": \"669c25e3fcfa3841101c5c35\",\n            \"k\": \"Empresa\",\n            \"v\": \"Teste\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{platform_url}}/contacts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2025 21:22:13 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"971","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Vary","value":"X-HTTP-Method-Override","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"3cb-PP1UrzVDyyBu018EPsRcLFXATFM\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"customFields\": [\n        {\n            \"customField\": \"<ObjectId>\",\n            \"k\": \"<fieldName>\",\n            \"v\": \"<fieldValue>\"\n        }\n    ],\n    \"lifeCycle\": \"<string>\",\n    \"source\": \"<string>\",\n    \"name\": \"<string>\",\n    \"lastname\": \"<string>\",\n    \"fullname\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"age\": \"<number>\",\n    \"doc\": \"<string>\",\n    \"type\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phones\": [\n        {\n            \"typePhone\": \"<string>\",\n            \"number\": \"<string>\",\n            \"ddi\": \"<string>\"\n        }\n    ],\n    \"addressNumber\": \"<string>\",\n    \"relationshipRulerStatus\": \"<boolean>\",\n    \"owners\": [\n        {\n            \"_id\": \"<ObjectId>\",\n            \"fullname\": \"<string>\",\n            \"whatsAppPhone\": \"<string>\",\n            \"name\": \"<string>\",\n            \"lastname\": \"<string>\"\n        }\n    ],\n    \"participants\": [],\n    \"observers\": [],\n    \"interactions\": 0,\n    \"createdBy\": \"<ObjectId>\",\n    \"updatedBy\": \"<ObjectId>\",\n    \"_id\": \"<ObjectId>\",\n    \"favoriteChannelToCommunication\": [],\n    \"createdAt\": \"<DateISO>\",\n    \"updatedAt\": \"<DateISO>\",\n    \"__v\": 0\n}"},{"id":"218a047b-c7d9-4d86-b419-804110138e73","name":"Contact Duplicated","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"lifeCycle\": \"customer\",\n    \"type\": \"physical\",\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"ddi\": \"+55\",\n            \"number\": \"67992377316\"\n        }\n    ],\n    \"owners\": [],\n    \"products\": [],\n    \"financialproducts\": [],\n    \"customFields\": [\n        {\n            \"customField\": \"66eaa238df8ca278a8588493\",\n            \"v\": \"Acumulação durante vida profissional\"\n        }\n    ],\n    \"email\": \"marcelo@magnetcustomer.com\",\n    \"fullname\": \"Marcelo Santana\",\n    \"name\": \"Marcelo\",\n    \"lastname\": \"Santana\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 03:24:54 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"122","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Vary","value":"X-HTTP-Method-Override","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"7a-79rjdeHO8ZTx9VVktrnGKxbuNtY\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Contact is already registered\",\n    \"code\": 409,\n    \"codeName\": \"DUPLICATE\",\n    \"contact\": {\n        \"_id\": \"67f5e722b5bae4c34eca6d10\"\n    }\n}"}],"_postman_id":"f1683b3f-e2d4-41f9-81cf-e8455d4cc8ce"},{"name":"Update One Contact","id":"e78f581d-e53f-44d0-a36b-f6c4d65894ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"lifeCycle\": \"customer\",\n    \"type\": \"physical\",\n\t\t\"owners\": [\n        \"66467477b8526919c10129be\"\n    ],\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"ddi\": \"+55\",\n            \"number\": \"67992377316\"\n        }\n    ],\n    \"customFields\": [\n        {\n            \"customField\": \"66eaa238df8ca278a8588493\",\n            \"v\": \"Acumulação durante vida profissional\"\n        }\n    ],\n    \"email\": \"marcelo4@magnetcustomer.com\",\n    \"fullname\": \"Marcelo Santana 4\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts/67f5fa02f2f375edcc79b067","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","contacts","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"78f64b01-4ce3-402f-b489-45b8fea245b5","name":"Contact Updated Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"lifeCycle\": \"customer\",\n    \"type\": \"physical\",\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"ddi\": \"+55\",\n            \"number\": \"67992377316\"\n        }\n    ],\n    \"owners\": [],\n    \"products\": [],\n    \"financialproducts\": [],\n    \"customFields\": [\n        {\n            \"customField\": \"66eaa238df8ca278a8588493\",\n            \"v\": \"Acumulação durante vida profissional\"\n        }\n    ],\n    \"email\": \"marcelo2@magnetcustomer.com\",\n    \"fullname\": \"Marcelo Santana 2\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/contacts/67f5f5aa28a3f15d2e32f261"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"774","enabled":true},{"key":"ETag","value":"W/\"306-tK97G5I0Pg66IKaGH6xiVRFHP0k\"","enabled":true},{"key":"Date","value":"Wed, 09 Apr 2025 04:35:52 GMT","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Keep-Alive","value":"timeout=5","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"67f5f5aa28a3f15d2e32f261\",\n    \"customFields\": [\n        {\n            \"customField\": \"66eaa238df8ca278a8588493\",\n            \"k\": \"Qual a principal FONTE DE ORIGEM de seus recursos?\",\n            \"v\": {\n                \"value\": \"Acumulação durante vida profissional\",\n                \"_id\": \"66eaa238df8ca278a8588494\"\n            }\n        }\n    ],\n    \"lifeCycle\": \"customer\",\n    \"labels\": [],\n    \"source\": \"platform\",\n    \"name\": \"Marcelo\",\n    \"lastname\": \"Santana 2\",\n    \"fullname\": \"Marcelo Santana 2\",\n    \"type\": \"physical\",\n    \"email\": \"marcelo2@magnetcustomer.com\",\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"number\": \"67992377316\"\n        }\n    ],\n    \"relationshipRulerStatus\": true,\n    \"owners\": [],\n    \"participants\": [],\n    \"observers\": [],\n    \"interactions\": 0,\n    \"createdBy\": \"66467477b8526919c10129be\",\n    \"updatedBy\": \"66467477b8526919c10129be\",\n    \"favoriteChannelToCommunication\": [],\n    \"createdAt\": \"2025-04-09T04:20:58.880Z\",\n    \"updatedAt\": \"2025-04-09T04:35:51.901Z\",\n    \"__v\": 0\n}"}],"_postman_id":"e78f581d-e53f-44d0-a36b-f6c4d65894ec"},{"name":"List Treatments by Contact","id":"def543cd-71a5-4bef-b4b6-4de72112ea14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts/{{CONTACT_ID}}/treatments?page=1&limit=15","description":"<p>List treatments for a specific contact.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","contacts","{{CONTACT_ID}}","treatments"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"def543cd-71a5-4bef-b4b6-4de72112ea14"},{"name":"List Tasks by Contact","id":"b7c41dbd-24a7-4f83-a588-96c656b20ce2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts/{{CONTACT_ID}}/tasks?page=1&limit=15","description":"<p>List tasks for a specific contact.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","contacts","{{CONTACT_ID}}","tasks"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"b7c41dbd-24a7-4f83-a588-96c656b20ce2"},{"name":"List Tickets by Contact","id":"f9419644-bfca-444b-b8b6-76682e0524f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts/{{CONTACT_ID}}/tickets?page=1&limit=15","description":"<p>List tickets for a specific contact.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","contacts","{{CONTACT_ID}}","tickets"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"f9419644-bfca-444b-b8b6-76682e0524f6"},{"name":"List Meetings by Contact","id":"fc8071a2-9dd9-415b-b36a-10bae0a91122","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts/{{CONTACT_ID}}/meetings?page=1&limit=15","description":"<p>List meetings for a specific contact.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","contacts","{{CONTACT_ID}}","meetings"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"fc8071a2-9dd9-415b-b36a-10bae0a91122"},{"name":"List Observations by Contact","id":"e1b1d7de-330e-4ed3-b0c2-27b4d002f2d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts/{{CONTACT_ID}}/observations?page=1&limit=15","description":"<p>List observations for a specific contact.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","contacts","{{CONTACT_ID}}","observations"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"e1b1d7de-330e-4ed3-b0c2-27b4d002f2d9"}],"id":"0bce4d2a-8ee7-4681-be5d-7e7ac5d75ca6","description":"<p>Manages individual customer records, including personal details, communication history, and relationship data.</p>\n","_postman_id":"0bce4d2a-8ee7-4681-be5d-7e7ac5d75ca6","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Prospects","item":[{"name":"List Prospects","id":"917790f0-23ad-405a-8c3f-72a6cfbc7373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/prospects?page=1&search=prospect@teste123.com","description":"<h1 id=\"get-prospects\">Get Prospects</h1>\n<p>This endpoint retrieves a list of prospects with optional filtering and pagination.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li><p><code>page</code> (number, optional): The page number to retrieve.</p>\n</li>\n<li><p><code>search</code> (string, optional): Search term to filter prospects.</p>\n</li>\n<li><p><code>limit</code> (number, optional): The maximum number of prospects to retrieve per page.</p>\n</li>\n<li><p><code>emailsEmpty</code> (boolean, optional): Filter prospects with empty email addresses.</p>\n</li>\n<li><p><code>phonesEmpty</code> (boolean, optional): Filter prospects with empty phone numbers.</p>\n</li>\n<li><p><code>interactionsEmpty</code> (boolean, optional): Filter prospects with no interactions.</p>\n</li>\n<li><p><code>sortBy</code> (string, optional): Field to sort the prospects by.</p>\n</li>\n<li><p><code>sortType</code> (string, optional): Sort order (asc or desc).</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain an array of prospect objects with the following fields:</p>\n<ul>\n<li><p><code>_id</code> (string): Prospect ID</p>\n</li>\n<li><p><code>customFields</code> (array): Custom fields associated with the prospect</p>\n</li>\n<li><p><code>lifeCycle</code> (string): Current lifecycle stage of the prospect</p>\n</li>\n<li><p><code>labels</code> (array): Labels associated with the prospect</p>\n</li>\n<li><p><code>source</code> (string): Source of the prospect</p>\n</li>\n<li><p><code>name</code> (string): First name of the prospect</p>\n</li>\n<li><p><code>lastname</code> (string): Last name of the prospect</p>\n</li>\n<li><p><code>fullname</code> (string): Full name of the prospect</p>\n</li>\n<li><p><code>age</code> (number): Age of the prospect</p>\n</li>\n<li><p><code>doc</code> (string): Document associated with the prospect</p>\n</li>\n<li><p><code>type</code> (string): Type of the prospect</p>\n</li>\n<li><p><code>phones</code> (array): Array of phone numbers associated with the prospect</p>\n</li>\n<li><p><code>addressNumber</code> (string): Address number of the prospect</p>\n</li>\n<li><p><code>relationshipRulerStatus</code> (boolean): Status of the relationship ruler</p>\n</li>\n<li><p><code>favoriteChannelToCommunication</code> (array): Favorite communication channels of the prospect</p>\n</li>\n<li><p><code>owners</code> (array): Owners of the prospect</p>\n</li>\n<li><p><code>participants</code> (array): Participants associated with the prospect</p>\n</li>\n<li><p><code>observers</code> (array): Observers associated with the prospect</p>\n</li>\n<li><p><code>interactions</code> (number): Number of interactions with the prospect</p>\n</li>\n<li><p><code>createdBy</code> (string): User who created the prospect</p>\n</li>\n<li><p><code>updatedBy</code> (string): User who last updated the prospect</p>\n</li>\n<li><p><code>createdAt</code> (string): Timestamp of creation</p>\n</li>\n<li><p><code>updatedAt</code> (string): Timestamp of last update</p>\n</li>\n<li><p><code>__v</code> (number): Version number</p>\n</li>\n</ul>\n<p>The response also includes pagination information:</p>\n<ul>\n<li><p><code>total</code> (number): Total number of prospects</p>\n</li>\n<li><p><code>limit</code> (number): Limit of prospects per page</p>\n</li>\n<li><p><code>page</code> (number): Current page number</p>\n</li>\n<li><p><code>pages</code> (number): Total number of pages</p>\n</li>\n<li><p><code>pagingCounter</code> (number): Counter for the current page</p>\n</li>\n<li><p><code>hasPrevPage</code> (boolean): Indicates if there is a previous page</p>\n</li>\n<li><p><code>hasNextPage</code> (boolean): Indicates if there is a next page</p>\n</li>\n<li><p><code>prevPage</code> (number): Previous page number</p>\n</li>\n<li><p><code>nextPage</code> (number): Next page number</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","prospects"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":"prospect@teste123.com"},{"disabled":true,"key":"limit","value":"15"},{"disabled":true,"key":"emailsEmpty","value":"false"},{"disabled":true,"key":"phonesEmpty","value":"false"},{"disabled":true,"key":"interactionsEmpty","value":"false"},{"disabled":true,"key":"sortBy","value":"email"},{"disabled":true,"key":"sortType","value":"desc"}],"variable":[]}},"response":[{"id":"768bb3f6-3b86-4505-b4eb-496c1424a65b","name":"List Contacts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","contacts"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 02:20:24 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"1528","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"5f8-dDuMVqrUuaQyjMwj46N1Al5xRZs\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"67f564adb5bae4c34eca19c6\",\n            \"customFields\": [],\n            \"lifeCycle\": \"customer\",\n            \"labels\": [],\n            \"source\": \"platform\",\n            \"name\": \"Carolina\",\n            \"lastname\": \"Albernaz\",\n            \"fullname\": \"Carolina Albernaz\",\n            \"age\": null,\n            \"doc\": \"\",\n            \"type\": \"physical\",\n            \"phones\": [\n                {\n                    \"typePhone\": \"cellphone\",\n                    \"number\": \"87791894144\",\n                    \"ddi\": \"+55\"\n                }\n            ],\n            \"addressNumber\": \"\",\n            \"relationshipRulerStatus\": true,\n            \"favoriteChannelToCommunication\": [\n                {\n                    \"name\": \"WhatsApp\",\n                    \"_id\": \"5c7185c246859d73bc2a92d1\"\n                },\n                {\n                    \"name\": \"Ligação humanizada\",\n                    \"_id\": \"5c7185c246859d73bc2a92d2\"\n                },\n                {\n                    \"name\": \"SMS\",\n                    \"_id\": \"5c7185c246859d73bc2a92d3\"\n                },\n                {\n                    \"name\": \"E-mail\",\n                    \"_id\": \"5c7185c246859d73bc2a92d5\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"_id\": \"66467477b8526919c10129cc\",\n                    \"email\": \"davi@magnetcustomer.com\",\n                    \"active\": true,\n                    \"admin\": true,\n                    \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                    \"customFields\": [],\n                    \"default\": false,\n                    \"fullname\": \"Davi Barboza | Magnet Customer\",\n                    \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                    \"role\": \"5d2e326a722df45b16b67099\",\n                    \"settings\": {\n                        \"sidebarCollapsed\": true,\n                        \"theme\": \"light\"\n                    },\n                    \"status\": \"online\",\n                    \"type\": \"user\",\n                    \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                    \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                    \"lastname\": \"Barboza | Magnet Customer\",\n                    \"name\": \"Davi\"\n                }\n            ],\n            \"participants\": [],\n            \"observers\": [],\n            \"interactions\": 0,\n            \"createdBy\": \"66467477b8526919c10129cc\",\n            \"updatedBy\": \"66467477b8526919c10129cc\",\n            \"createdAt\": \"2025-04-08T18:02:21.225Z\",\n            \"updatedAt\": \"2025-04-08T18:02:32.813Z\",\n            \"__v\": 0\n        }\n    ],\n    \"total\": 1,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"917790f0-23ad-405a-8c3f-72a6cfbc7373"},{"name":"Get One Prospect","id":"0924781d-d336-4341-ba20-a0c9838f58c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/prospects/67f5fa02f2f375edcc79b067","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","prospects","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"65039dad-8437-4aee-893d-83c987ffc221","name":"List Contacts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","contacts"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 02:20:24 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"1528","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"5f8-dDuMVqrUuaQyjMwj46N1Al5xRZs\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"67f564adb5bae4c34eca19c6\",\n            \"customFields\": [],\n            \"lifeCycle\": \"customer\",\n            \"labels\": [],\n            \"source\": \"platform\",\n            \"name\": \"Carolina\",\n            \"lastname\": \"Albernaz\",\n            \"fullname\": \"Carolina Albernaz\",\n            \"age\": null,\n            \"doc\": \"\",\n            \"type\": \"physical\",\n            \"phones\": [\n                {\n                    \"typePhone\": \"cellphone\",\n                    \"number\": \"87791894144\",\n                    \"ddi\": \"+55\"\n                }\n            ],\n            \"addressNumber\": \"\",\n            \"relationshipRulerStatus\": true,\n            \"favoriteChannelToCommunication\": [\n                {\n                    \"name\": \"WhatsApp\",\n                    \"_id\": \"5c7185c246859d73bc2a92d1\"\n                },\n                {\n                    \"name\": \"Ligação humanizada\",\n                    \"_id\": \"5c7185c246859d73bc2a92d2\"\n                },\n                {\n                    \"name\": \"SMS\",\n                    \"_id\": \"5c7185c246859d73bc2a92d3\"\n                },\n                {\n                    \"name\": \"E-mail\",\n                    \"_id\": \"5c7185c246859d73bc2a92d5\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"_id\": \"66467477b8526919c10129cc\",\n                    \"email\": \"davi@magnetcustomer.com\",\n                    \"active\": true,\n                    \"admin\": true,\n                    \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                    \"customFields\": [],\n                    \"default\": false,\n                    \"fullname\": \"Davi Barboza | Magnet Customer\",\n                    \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                    \"role\": \"5d2e326a722df45b16b67099\",\n                    \"settings\": {\n                        \"sidebarCollapsed\": true,\n                        \"theme\": \"light\"\n                    },\n                    \"status\": \"online\",\n                    \"type\": \"user\",\n                    \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                    \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                    \"lastname\": \"Barboza | Magnet Customer\",\n                    \"name\": \"Davi\"\n                }\n            ],\n            \"participants\": [],\n            \"observers\": [],\n            \"interactions\": 0,\n            \"createdBy\": \"66467477b8526919c10129cc\",\n            \"updatedBy\": \"66467477b8526919c10129cc\",\n            \"createdAt\": \"2025-04-08T18:02:21.225Z\",\n            \"updatedAt\": \"2025-04-08T18:02:32.813Z\",\n            \"__v\": 0\n        }\n    ],\n    \"total\": 1,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"0924781d-d336-4341-ba20-a0c9838f58c8"},{"name":"Create One Prospect","id":"3f58898c-3e47-494b-a697-0f060cce0bfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"lifeCycle\": \"customer\",\n    \"type\": \"physical\",\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"ddi\": \"+55\",\n            \"number\": \"67992377316\"\n        }\n    ],\n    \"owners\": [],\n    \"products\": [],\n    \"financialproducts\": [],\n    \"customFields\": [\n        {\n            \"customField\": \"66eaa238df8ca278a8588493\",\n            \"v\": \"Acumulação durante vida profissional\"\n        }\n    ],\n    \"email\": \"marcelo3@magnetcustomer.com\",\n    \"fullname\": \"Marcelo Santana 3\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/prospects","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","prospects"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"cffd3d60-795a-4cf6-9729-9681a010af9f","name":"Successful Create Contact","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"lifeCycle\": \"customer\",\n    \"type\": \"physical\",\n    \"owners\": [],\n    \"products\": [],\n    \"financialproducts\": [],\n    \"relationshipRulerStatus\": true,\n    \"fullname\": \"Teste 323\",\n    \"gender\": \"M\",\n    \"email\": \"tesar23a1231@arawea.com\",\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"ddi\": \"+55\",\n            \"number\": \"12331231232\"\n        }\n    ],\n    \"doc\": \"\",\n    \"customFields\": [\n        {\n            \"customField\": \"669c2479fcfa3841101c5255\",\n            \"k\": \"Status do usuário\",\n            \"v\": {\n                \"value\": \"Ativo\",\n                \"_id\": \"669c2479fcfa3841101c5256\"\n            }\n        },\n        {\n            \"customField\": \"669c25e3fcfa3841101c5c35\",\n            \"k\": \"Empresa\",\n            \"v\": \"Teste\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{platform_url}}/contacts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2025 21:22:13 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"971","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Vary","value":"X-HTTP-Method-Override","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"3cb-PP1UrzVDyyBu018EPsRcLFXATFM\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"customFields\": [\n        {\n            \"customField\": \"<ObjectId>\",\n            \"k\": \"<fieldName>\",\n            \"v\": \"<fieldValue>\"\n        }\n    ],\n    \"lifeCycle\": \"<string>\",\n    \"source\": \"<string>\",\n    \"name\": \"<string>\",\n    \"lastname\": \"<string>\",\n    \"fullname\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"age\": \"<number>\",\n    \"doc\": \"<string>\",\n    \"type\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phones\": [\n        {\n            \"typePhone\": \"<string>\",\n            \"number\": \"<string>\",\n            \"ddi\": \"<string>\"\n        }\n    ],\n    \"addressNumber\": \"<string>\",\n    \"relationshipRulerStatus\": \"<boolean>\",\n    \"owners\": [\n        {\n            \"_id\": \"<ObjectId>\",\n            \"fullname\": \"<string>\",\n            \"whatsAppPhone\": \"<string>\",\n            \"name\": \"<string>\",\n            \"lastname\": \"<string>\"\n        }\n    ],\n    \"participants\": [],\n    \"observers\": [],\n    \"interactions\": 0,\n    \"createdBy\": \"<ObjectId>\",\n    \"updatedBy\": \"<ObjectId>\",\n    \"_id\": \"<ObjectId>\",\n    \"favoriteChannelToCommunication\": [],\n    \"createdAt\": \"<DateISO>\",\n    \"updatedAt\": \"<DateISO>\",\n    \"__v\": 0\n}"},{"id":"5bdc2a2f-7578-4ef7-8d02-3baeb425d803","name":"Contact Duplicated","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"lifeCycle\": \"customer\",\n    \"type\": \"physical\",\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"ddi\": \"+55\",\n            \"number\": \"67992377316\"\n        }\n    ],\n    \"owners\": [],\n    \"products\": [],\n    \"financialproducts\": [],\n    \"customFields\": [\n        {\n            \"customField\": \"66eaa238df8ca278a8588493\",\n            \"v\": \"Acumulação durante vida profissional\"\n        }\n    ],\n    \"email\": \"marcelo@magnetcustomer.com\",\n    \"fullname\": \"Marcelo Santana\",\n    \"name\": \"Marcelo\",\n    \"lastname\": \"Santana\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 03:24:54 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"122","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Vary","value":"X-HTTP-Method-Override","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"7a-79rjdeHO8ZTx9VVktrnGKxbuNtY\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Contact is already registered\",\n    \"code\": 409,\n    \"codeName\": \"DUPLICATE\",\n    \"contact\": {\n        \"_id\": \"67f5e722b5bae4c34eca6d10\"\n    }\n}"}],"_postman_id":"3f58898c-3e47-494b-a697-0f060cce0bfe"},{"name":"Update One Prospect","id":"822d33f9-f365-4192-b2dd-c959b4c13c9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"lifeCycle\": \"customer\",\n    \"type\": \"physical\",\n\t\t\"owners\": [\n        \"66467477b8526919c10129be\"\n    ],\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"ddi\": \"+55\",\n            \"number\": \"67992377316\"\n        }\n    ],\n    \"customFields\": [\n        {\n            \"customField\": \"66eaa238df8ca278a8588493\",\n            \"v\": \"Acumulação durante vida profissional\"\n        }\n    ],\n    \"email\": \"marcelo4@magnetcustomer.com\",\n    \"fullname\": \"Marcelo Santana 4\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/prospects/67f5fa02f2f375edcc79b067","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","prospects","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"dfc9188a-e09e-4af9-8c9c-fbb9d5dca2d3","name":"Contact Updated Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"lifeCycle\": \"customer\",\n    \"type\": \"physical\",\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"ddi\": \"+55\",\n            \"number\": \"67992377316\"\n        }\n    ],\n    \"owners\": [],\n    \"products\": [],\n    \"financialproducts\": [],\n    \"customFields\": [\n        {\n            \"customField\": \"66eaa238df8ca278a8588493\",\n            \"v\": \"Acumulação durante vida profissional\"\n        }\n    ],\n    \"email\": \"marcelo2@magnetcustomer.com\",\n    \"fullname\": \"Marcelo Santana 2\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/contacts/67f5f5aa28a3f15d2e32f261"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"774","enabled":true},{"key":"ETag","value":"W/\"306-tK97G5I0Pg66IKaGH6xiVRFHP0k\"","enabled":true},{"key":"Date","value":"Wed, 09 Apr 2025 04:35:52 GMT","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Keep-Alive","value":"timeout=5","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"67f5f5aa28a3f15d2e32f261\",\n    \"customFields\": [\n        {\n            \"customField\": \"66eaa238df8ca278a8588493\",\n            \"k\": \"Qual a principal FONTE DE ORIGEM de seus recursos?\",\n            \"v\": {\n                \"value\": \"Acumulação durante vida profissional\",\n                \"_id\": \"66eaa238df8ca278a8588494\"\n            }\n        }\n    ],\n    \"lifeCycle\": \"customer\",\n    \"labels\": [],\n    \"source\": \"platform\",\n    \"name\": \"Marcelo\",\n    \"lastname\": \"Santana 2\",\n    \"fullname\": \"Marcelo Santana 2\",\n    \"type\": \"physical\",\n    \"email\": \"marcelo2@magnetcustomer.com\",\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"number\": \"67992377316\"\n        }\n    ],\n    \"relationshipRulerStatus\": true,\n    \"owners\": [],\n    \"participants\": [],\n    \"observers\": [],\n    \"interactions\": 0,\n    \"createdBy\": \"66467477b8526919c10129be\",\n    \"updatedBy\": \"66467477b8526919c10129be\",\n    \"favoriteChannelToCommunication\": [],\n    \"createdAt\": \"2025-04-09T04:20:58.880Z\",\n    \"updatedAt\": \"2025-04-09T04:35:51.901Z\",\n    \"__v\": 0\n}"}],"_postman_id":"822d33f9-f365-4192-b2dd-c959b4c13c9d"},{"name":"List Treatments by Prospect","id":"3a4a0cff-28ee-424e-9c31-264e72665324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/prospects/{{CONTACT_ID}}/treatments?page=1&limit=15","description":"<p>List treatments for a specific prospect (by contact).</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","prospects","{{CONTACT_ID}}","treatments"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"3a4a0cff-28ee-424e-9c31-264e72665324"},{"name":"List Tasks by Prospect","id":"673039de-47d2-4629-920e-b427310428c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/prospects/{{CONTACT_ID}}/tasks?page=1&limit=15","description":"<p>List tasks for a specific prospect (by contact).</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","prospects","{{CONTACT_ID}}","tasks"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"673039de-47d2-4629-920e-b427310428c9"},{"name":"List Tickets by Prospect","id":"d85f6936-cd4e-4a4e-8917-98ab5ab668cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/prospects/{{CONTACT_ID}}/tickets?page=1&limit=15","description":"<p>List tickets for a specific prospect (by contact).</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","prospects","{{CONTACT_ID}}","tickets"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"d85f6936-cd4e-4a4e-8917-98ab5ab668cf"},{"name":"List Meetings by Prospect","id":"db21bdb6-8149-4838-ad75-3fd6e95f6ee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/prospects/{{CONTACT_ID}}/meetings?page=1&limit=15","description":"<p>List meetings for a specific prospect (by contact).</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","prospects","{{CONTACT_ID}}","meetings"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"db21bdb6-8149-4838-ad75-3fd6e95f6ee0"},{"name":"List Observations by Prospect","id":"d09b0ee2-1cc4-43bd-8974-583a503a4955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/prospects/{{CONTACT_ID}}/observations?page=1&limit=15","description":"<p>List observations for a specific prospect (by contact).</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","prospects","{{CONTACT_ID}}","observations"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"d09b0ee2-1cc4-43bd-8974-583a503a4955"}],"id":"7e7353e5-3a47-463e-bfe6-20dcac59f951","description":"<p>Manages individual customer records, including personal details, communication history, and relationship data.</p>\n","_postman_id":"7e7353e5-3a47-463e-bfe6-20dcac59f951","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Leads","item":[{"name":"List Leads","id":"0cff273d-fce3-410f-b7d5-5e344aaf8341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/leads?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<p>The endpoint retrieves a list of leads with optional pagination and filtering. The response is a JSON object containing an array of lead documents, along with pagination information.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"docs\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"_id\": { \"type\": \"string\" },\n          \"customFields\": { \"type\": \"array\" },\n          \"lifeCycle\": { \"type\": \"string\" },\n          \"labels\": { \"type\": \"array\" },\n          \"source\": { \"type\": \"string\" },\n          \"name\": { \"type\": \"string\" },\n          \"lastname\": { \"type\": \"string\" },\n          \"fullname\": { \"type\": \"string\" },\n          \"age\": { \"type\": \"integer\" },\n          \"doc\": { \"type\": \"string\" },\n          \"type\": { \"type\": \"string\" },\n          \"phones\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"typePhone\": { \"type\": \"string\" },\n                \"number\": { \"type\": \"string\" },\n                \"ddi\": { \"type\": \"string\" }\n              }\n            }\n          },\n          \"addressNumber\": { \"type\": \"string\" },\n          \"relationshipRulerStatus\": { \"type\": \"boolean\" },\n          \"favoriteChannelToCommunication\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"name\": { \"type\": \"string\" },\n                \"_id\": { \"type\": \"string\" }\n              }\n            }\n          },\n          \"owners\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"_id\": { \"type\": \"string\" },\n                \"email\": { \"type\": \"string\" },\n                \"active\": { \"type\": \"boolean\" },\n                \"admin\": { \"type\": \"boolean\" },\n                \"createdAt\": { \"type\": \"string\" },\n                \"customFields\": { \"type\": \"array\" },\n                \"default\": { \"type\": \"boolean\" },\n                \"fullname\": { \"type\": \"string\" },\n                \"image\": { \"type\": \"string\" },\n                \"role\": { \"type\": \"string\" },\n                \"settings\": {\n                  \"type\": \"object\",\n                  \"properties\": {\n                    \"sidebarCollapsed\": { \"type\": \"boolean\" },\n                    \"theme\": { \"type\": \"string\" }\n                  }\n                },\n                \"status\": { \"type\": \"string\" },\n                \"type\": { \"type\": \"string\" },\n                \"updatedAt\": { \"type\": \"string\" },\n                \"lastLogin\": { \"type\": \"string\" },\n                \"lastname\": { \"type\": \"string\" },\n                \"name\": { \"type\": \"string\" }\n              }\n            }\n          },\n          \"participants\": { \"type\": \"array\" },\n          \"observers\": { \"type\": \"array\" },\n          \"interactions\": { \"type\": \"integer\" },\n          \"createdBy\": { \"type\": \"string\" },\n          \"updatedBy\": { \"type\": \"string\" },\n          \"createdAt\": { \"type\": \"string\" },\n          \"updatedAt\": { \"type\": \"string\" },\n          \"__v\": { \"type\": \"integer\" }\n        }\n      }\n    },\n    \"total\": { \"type\": \"integer\" },\n    \"limit\": { \"type\": \"integer\" },\n    \"page\": { \"type\": \"integer\" },\n    \"pages\": { \"type\": \"integer\" },\n    \"pagingCounter\": { \"type\": \"integer\" },\n    \"hasPrevPage\": { \"type\": \"boolean\" },\n    \"hasNextPage\": { \"type\": \"boolean\" },\n    \"prevPage\": { \"type\": \"null\" },\n    \"nextPage\": { \"type\": \"null\" }\n  }\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","leads"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[{"id":"747b7e0f-ad0a-45d1-884b-184d1fdaddc8","name":"List Contacts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","contacts"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 02:20:24 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"1528","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"5f8-dDuMVqrUuaQyjMwj46N1Al5xRZs\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"67f564adb5bae4c34eca19c6\",\n            \"customFields\": [],\n            \"lifeCycle\": \"customer\",\n            \"labels\": [],\n            \"source\": \"platform\",\n            \"name\": \"Carolina\",\n            \"lastname\": \"Albernaz\",\n            \"fullname\": \"Carolina Albernaz\",\n            \"age\": null,\n            \"doc\": \"\",\n            \"type\": \"physical\",\n            \"phones\": [\n                {\n                    \"typePhone\": \"cellphone\",\n                    \"number\": \"87791894144\",\n                    \"ddi\": \"+55\"\n                }\n            ],\n            \"addressNumber\": \"\",\n            \"relationshipRulerStatus\": true,\n            \"favoriteChannelToCommunication\": [\n                {\n                    \"name\": \"WhatsApp\",\n                    \"_id\": \"5c7185c246859d73bc2a92d1\"\n                },\n                {\n                    \"name\": \"Ligação humanizada\",\n                    \"_id\": \"5c7185c246859d73bc2a92d2\"\n                },\n                {\n                    \"name\": \"SMS\",\n                    \"_id\": \"5c7185c246859d73bc2a92d3\"\n                },\n                {\n                    \"name\": \"E-mail\",\n                    \"_id\": \"5c7185c246859d73bc2a92d5\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"_id\": \"66467477b8526919c10129cc\",\n                    \"email\": \"davi@magnetcustomer.com\",\n                    \"active\": true,\n                    \"admin\": true,\n                    \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                    \"customFields\": [],\n                    \"default\": false,\n                    \"fullname\": \"Davi Barboza | Magnet Customer\",\n                    \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                    \"role\": \"5d2e326a722df45b16b67099\",\n                    \"settings\": {\n                        \"sidebarCollapsed\": true,\n                        \"theme\": \"light\"\n                    },\n                    \"status\": \"online\",\n                    \"type\": \"user\",\n                    \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                    \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                    \"lastname\": \"Barboza | Magnet Customer\",\n                    \"name\": \"Davi\"\n                }\n            ],\n            \"participants\": [],\n            \"observers\": [],\n            \"interactions\": 0,\n            \"createdBy\": \"66467477b8526919c10129cc\",\n            \"updatedBy\": \"66467477b8526919c10129cc\",\n            \"createdAt\": \"2025-04-08T18:02:21.225Z\",\n            \"updatedAt\": \"2025-04-08T18:02:32.813Z\",\n            \"__v\": 0\n        }\n    ],\n    \"total\": 1,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"0cff273d-fce3-410f-b7d5-5e344aaf8341"},{"name":"Get One Lead","id":"273fd20e-b7a8-4677-95a8-838199ce2f2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/leads/67f5fa02f2f375edcc79b067","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","leads","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"59c03d8a-1d9b-4986-b03d-a83f4872e99a","name":"List Contacts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","contacts"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 02:20:24 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"1528","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"5f8-dDuMVqrUuaQyjMwj46N1Al5xRZs\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"67f564adb5bae4c34eca19c6\",\n            \"customFields\": [],\n            \"lifeCycle\": \"customer\",\n            \"labels\": [],\n            \"source\": \"platform\",\n            \"name\": \"Carolina\",\n            \"lastname\": \"Albernaz\",\n            \"fullname\": \"Carolina Albernaz\",\n            \"age\": null,\n            \"doc\": \"\",\n            \"type\": \"physical\",\n            \"phones\": [\n                {\n                    \"typePhone\": \"cellphone\",\n                    \"number\": \"87791894144\",\n                    \"ddi\": \"+55\"\n                }\n            ],\n            \"addressNumber\": \"\",\n            \"relationshipRulerStatus\": true,\n            \"favoriteChannelToCommunication\": [\n                {\n                    \"name\": \"WhatsApp\",\n                    \"_id\": \"5c7185c246859d73bc2a92d1\"\n                },\n                {\n                    \"name\": \"Ligação humanizada\",\n                    \"_id\": \"5c7185c246859d73bc2a92d2\"\n                },\n                {\n                    \"name\": \"SMS\",\n                    \"_id\": \"5c7185c246859d73bc2a92d3\"\n                },\n                {\n                    \"name\": \"E-mail\",\n                    \"_id\": \"5c7185c246859d73bc2a92d5\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"_id\": \"66467477b8526919c10129cc\",\n                    \"email\": \"davi@magnetcustomer.com\",\n                    \"active\": true,\n                    \"admin\": true,\n                    \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                    \"customFields\": [],\n                    \"default\": false,\n                    \"fullname\": \"Davi Barboza | Magnet Customer\",\n                    \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                    \"role\": \"5d2e326a722df45b16b67099\",\n                    \"settings\": {\n                        \"sidebarCollapsed\": true,\n                        \"theme\": \"light\"\n                    },\n                    \"status\": \"online\",\n                    \"type\": \"user\",\n                    \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                    \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                    \"lastname\": \"Barboza | Magnet Customer\",\n                    \"name\": \"Davi\"\n                }\n            ],\n            \"participants\": [],\n            \"observers\": [],\n            \"interactions\": 0,\n            \"createdBy\": \"66467477b8526919c10129cc\",\n            \"updatedBy\": \"66467477b8526919c10129cc\",\n            \"createdAt\": \"2025-04-08T18:02:21.225Z\",\n            \"updatedAt\": \"2025-04-08T18:02:32.813Z\",\n            \"__v\": 0\n        }\n    ],\n    \"total\": 1,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"273fd20e-b7a8-4677-95a8-838199ce2f2f"},{"name":"Create One Lead","id":"9793546b-160a-43c0-831d-fe95fcae288c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"lifeCycle\": \"customer\",\n    \"type\": \"physical\",\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"ddi\": \"+55\",\n            \"number\": \"67992377316\"\n        }\n    ],\n    \"owners\": [],\n    \"products\": [],\n    \"financialproducts\": [],\n    \"customFields\": [\n        {\n            \"customField\": \"66eaa238df8ca278a8588493\",\n            \"v\": \"Acumulação durante vida profissional\"\n        }\n    ],\n    \"email\": \"marcelo3@magnetcustomer.com\",\n    \"fullname\": \"Marcelo Santana 3\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/leads","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","leads"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"379e7241-066d-454d-9de7-a1f12d20315c","name":"Successful Create Contact","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"lifeCycle\": \"customer\",\n    \"type\": \"physical\",\n    \"owners\": [],\n    \"products\": [],\n    \"financialproducts\": [],\n    \"relationshipRulerStatus\": true,\n    \"fullname\": \"Teste 323\",\n    \"gender\": \"M\",\n    \"email\": \"tesar23a1231@arawea.com\",\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"ddi\": \"+55\",\n            \"number\": \"12331231232\"\n        }\n    ],\n    \"doc\": \"\",\n    \"customFields\": [\n        {\n            \"customField\": \"669c2479fcfa3841101c5255\",\n            \"k\": \"Status do usuário\",\n            \"v\": {\n                \"value\": \"Ativo\",\n                \"_id\": \"669c2479fcfa3841101c5256\"\n            }\n        },\n        {\n            \"customField\": \"669c25e3fcfa3841101c5c35\",\n            \"k\": \"Empresa\",\n            \"v\": \"Teste\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{platform_url}}/contacts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2025 21:22:13 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"971","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Vary","value":"X-HTTP-Method-Override","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"3cb-PP1UrzVDyyBu018EPsRcLFXATFM\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"customFields\": [\n        {\n            \"customField\": \"<ObjectId>\",\n            \"k\": \"<fieldName>\",\n            \"v\": \"<fieldValue>\"\n        }\n    ],\n    \"lifeCycle\": \"<string>\",\n    \"source\": \"<string>\",\n    \"name\": \"<string>\",\n    \"lastname\": \"<string>\",\n    \"fullname\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"age\": \"<number>\",\n    \"doc\": \"<string>\",\n    \"type\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phones\": [\n        {\n            \"typePhone\": \"<string>\",\n            \"number\": \"<string>\",\n            \"ddi\": \"<string>\"\n        }\n    ],\n    \"addressNumber\": \"<string>\",\n    \"relationshipRulerStatus\": \"<boolean>\",\n    \"owners\": [\n        {\n            \"_id\": \"<ObjectId>\",\n            \"fullname\": \"<string>\",\n            \"whatsAppPhone\": \"<string>\",\n            \"name\": \"<string>\",\n            \"lastname\": \"<string>\"\n        }\n    ],\n    \"participants\": [],\n    \"observers\": [],\n    \"interactions\": 0,\n    \"createdBy\": \"<ObjectId>\",\n    \"updatedBy\": \"<ObjectId>\",\n    \"_id\": \"<ObjectId>\",\n    \"favoriteChannelToCommunication\": [],\n    \"createdAt\": \"<DateISO>\",\n    \"updatedAt\": \"<DateISO>\",\n    \"__v\": 0\n}"},{"id":"2264fd7c-1420-41c7-8d79-baec05bb65f7","name":"Contact Duplicated","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"lifeCycle\": \"customer\",\n    \"type\": \"physical\",\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"ddi\": \"+55\",\n            \"number\": \"67992377316\"\n        }\n    ],\n    \"owners\": [],\n    \"products\": [],\n    \"financialproducts\": [],\n    \"customFields\": [\n        {\n            \"customField\": \"66eaa238df8ca278a8588493\",\n            \"v\": \"Acumulação durante vida profissional\"\n        }\n    ],\n    \"email\": \"marcelo@magnetcustomer.com\",\n    \"fullname\": \"Marcelo Santana\",\n    \"name\": \"Marcelo\",\n    \"lastname\": \"Santana\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/contacts"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 03:24:54 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"122","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Vary","value":"X-HTTP-Method-Override","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"7a-79rjdeHO8ZTx9VVktrnGKxbuNtY\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Contact is already registered\",\n    \"code\": 409,\n    \"codeName\": \"DUPLICATE\",\n    \"contact\": {\n        \"_id\": \"67f5e722b5bae4c34eca6d10\"\n    }\n}"}],"_postman_id":"9793546b-160a-43c0-831d-fe95fcae288c"},{"name":"Update One Lead","id":"1bea5ed5-1ce4-4db8-98a5-f4918725f651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"lifeCycle\": \"customer\",\n    \"type\": \"physical\",\n\t\t\"owners\": [\n        \"66467477b8526919c10129be\"\n    ],\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"ddi\": \"+55\",\n            \"number\": \"67992377316\"\n        }\n    ],\n    \"customFields\": [\n        {\n            \"customField\": \"66eaa238df8ca278a8588493\",\n            \"v\": \"Acumulação durante vida profissional\"\n        }\n    ],\n    \"email\": \"marcelo4@magnetcustomer.com\",\n    \"fullname\": \"Marcelo Santana 4\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/leads/67f5fa02f2f375edcc79b067","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","leads","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"58156c89-e248-4dbc-ba25-057caf78f036","name":"Contact Updated Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"lifeCycle\": \"customer\",\n    \"type\": \"physical\",\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"ddi\": \"+55\",\n            \"number\": \"67992377316\"\n        }\n    ],\n    \"owners\": [],\n    \"products\": [],\n    \"financialproducts\": [],\n    \"customFields\": [\n        {\n            \"customField\": \"66eaa238df8ca278a8588493\",\n            \"v\": \"Acumulação durante vida profissional\"\n        }\n    ],\n    \"email\": \"marcelo2@magnetcustomer.com\",\n    \"fullname\": \"Marcelo Santana 2\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/contacts/67f5f5aa28a3f15d2e32f261"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"774","enabled":true},{"key":"ETag","value":"W/\"306-tK97G5I0Pg66IKaGH6xiVRFHP0k\"","enabled":true},{"key":"Date","value":"Wed, 09 Apr 2025 04:35:52 GMT","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Keep-Alive","value":"timeout=5","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"67f5f5aa28a3f15d2e32f261\",\n    \"customFields\": [\n        {\n            \"customField\": \"66eaa238df8ca278a8588493\",\n            \"k\": \"Qual a principal FONTE DE ORIGEM de seus recursos?\",\n            \"v\": {\n                \"value\": \"Acumulação durante vida profissional\",\n                \"_id\": \"66eaa238df8ca278a8588494\"\n            }\n        }\n    ],\n    \"lifeCycle\": \"customer\",\n    \"labels\": [],\n    \"source\": \"platform\",\n    \"name\": \"Marcelo\",\n    \"lastname\": \"Santana 2\",\n    \"fullname\": \"Marcelo Santana 2\",\n    \"type\": \"physical\",\n    \"email\": \"marcelo2@magnetcustomer.com\",\n    \"phones\": [\n        {\n            \"typePhone\": \"cellphone\",\n            \"number\": \"67992377316\"\n        }\n    ],\n    \"relationshipRulerStatus\": true,\n    \"owners\": [],\n    \"participants\": [],\n    \"observers\": [],\n    \"interactions\": 0,\n    \"createdBy\": \"66467477b8526919c10129be\",\n    \"updatedBy\": \"66467477b8526919c10129be\",\n    \"favoriteChannelToCommunication\": [],\n    \"createdAt\": \"2025-04-09T04:20:58.880Z\",\n    \"updatedAt\": \"2025-04-09T04:35:51.901Z\",\n    \"__v\": 0\n}"}],"_postman_id":"1bea5ed5-1ce4-4db8-98a5-f4918725f651"},{"name":"List Treatments by Lead","id":"f114e602-0e23-4403-9352-e9d3df43cbc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/leads/{{CONTACT_ID}}/treatments?page=1&limit=15","description":"<p>List treatments for a specific lead (by contact).</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","leads","{{CONTACT_ID}}","treatments"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"f114e602-0e23-4403-9352-e9d3df43cbc6"},{"name":"List Tasks by Lead","id":"44cd720c-7710-4163-88d4-9f2de3421316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/leads/{{CONTACT_ID}}/tasks?page=1&limit=15","description":"<p>List tasks for a specific lead (by contact).</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","leads","{{CONTACT_ID}}","tasks"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"44cd720c-7710-4163-88d4-9f2de3421316"},{"name":"List Tickets by Lead","id":"f9725d7e-4196-403a-af66-7ca2ef27131d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/leads/{{CONTACT_ID}}/tickets?page=1&limit=15","description":"<p>List tickets for a specific lead (by contact).</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","leads","{{CONTACT_ID}}","tickets"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"f9725d7e-4196-403a-af66-7ca2ef27131d"},{"name":"List Meetings by Lead","id":"2c7ddea3-c870-42dc-a782-9fdb4ecb7933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/leads/{{CONTACT_ID}}/meetings?page=1&limit=15","description":"<p>List meetings for a specific lead (by contact).</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","leads","{{CONTACT_ID}}","meetings"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"2c7ddea3-c870-42dc-a782-9fdb4ecb7933"},{"name":"List Observations by Lead","id":"29ba336c-fae8-4862-b60c-91075b364e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/leads/{{CONTACT_ID}}/observations?page=1&limit=15","description":"<p>List observations for a specific lead (by contact).</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","leads","{{CONTACT_ID}}","observations"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"15"}],"variable":[]}},"response":[],"_postman_id":"29ba336c-fae8-4862-b60c-91075b364e49"}],"id":"dd2b979d-526d-4e46-82d7-59551adeb12b","description":"<p>Manages individual customer records, including personal details, communication history, and relationship data.</p>\n","_postman_id":"dd2b979d-526d-4e46-82d7-59551adeb12b","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Organizations","item":[{"name":"List Organizations","event":[{"listen":"test","script":{"id":"47635e05-c31e-4930-8648-207ee8a55a78","exec":["pm.test(\"Response status code is 200\", function () {","  pm.response.to.have.status(200);","});","","","pm.test(\"Response has the required fields\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData).to.have.property('docs');","    pm.expect(responseData).to.have.property('total');","    pm.expect(responseData).to.have.property('limit');","    pm.expect(responseData).to.have.property('page');","    pm.expect(responseData).to.have.property('pages');","    pm.expect(responseData).to.have.property('pagingCounter');","    pm.expect(responseData).to.have.property('hasPrevPage');","    pm.expect(responseData).to.have.property('hasNextPage');","    pm.expect(responseData).to.have.property('prevPage');","    pm.expect(responseData).to.have.property('nextPage');","});","","","pm.test(\"Verify the Content-Type header is 'application/json'\", function () {","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include('application/json');","});","","","pm.test(\"Response time is less than 200ms\", function () {","  pm.expect(pm.response.responseTime).to.be.below(200);","});",""],"type":"text/javascript","packages":{}}}],"id":"1e4ec6fd-7d9b-49d4-89d0-1ba0b30466e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/organizations?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<p>The endpoint makes an HTTP GET request to retrieve organizations from the platform API. The request includes query parameters for page number, search, limit, empty emails, empty phones, empty interactions, sort by email, and sort type.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is a JSON object with the following structure:</p>\n<ul>\n<li><p><code>docs</code> (array): An array of organization documents, each containing various properties such as <code>_id</code>, <code>customFields</code>, <code>labels</code>, <code>source</code>, <code>fullname</code>, <code>doc</code>, <code>age</code>, <code>phones</code>, <code>addressNumber</code>, <code>owners</code>, <code>interactions</code>, <code>createdBy</code>, <code>updatedBy</code>, <code>active</code>, <code>createdAt</code>, <code>updatedAt</code>, <code>__v</code>, <code>normalizedName</code>, and <code>contacts</code>.</p>\n</li>\n<li><p><code>total</code> (number): Total number of organizations.</p>\n</li>\n<li><p><code>limit</code> (number): Limit of organizations per page.</p>\n</li>\n<li><p><code>page</code> (number): Current page number.</p>\n</li>\n<li><p><code>pages</code> (number): Total number of pages.</p>\n</li>\n<li><p><code>pagingCounter</code> (number): Counter for the current page of results.</p>\n</li>\n<li><p><code>hasPrevPage</code> (boolean): Indicates if there is a previous page.</p>\n</li>\n<li><p><code>hasNextPage</code> (boolean): Indicates if there is a next page.</p>\n</li>\n<li><p><code>prevPage</code> (null or number): Previous page number, or null if there is no previous page.</p>\n</li>\n<li><p><code>nextPage</code> (null or number): Next page number, or null if there is no next page.</p>\n</li>\n</ul>\n<p>The user has requested to document the response of this request as a JSON schema.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","organizations"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[{"id":"04cd3d61-a698-403f-8e8c-d8af4b482fe0","name":"List Organizations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/organizations?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","organizations"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 02:28:55 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"2008","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"7d8-wGxZKNZ68qxO5LjFDUJZA9Zc6F8\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"67e14eab7242e8aa7e9a8961\",\n            \"customFields\": [],\n            \"labels\": [],\n            \"source\": \"platform\",\n            \"fullname\": \"Magnet Customer\",\n            \"doc\": \"\",\n            \"age\": null,\n            \"phones\": [],\n            \"addressNumber\": \"\",\n            \"owners\": [\n                {\n                    \"_id\": \"67d83c26cb7b61bd33595593\",\n                    \"customFields\": [],\n                    \"fullname\": \"Catia Manieri\",\n                    \"email\": \"catia@magnetcustomer.com\",\n                    \"workspaces\": [],\n                    \"role\": \"5d2e326a722df45b16b67099\",\n                    \"status\": \"online\",\n                    \"default\": false,\n                    \"admin\": false,\n                    \"active\": true,\n                    \"createdAt\": \"2025-03-17T15:13:42.640Z\",\n                    \"updatedAt\": \"2025-04-07T17:51:29.071Z\",\n                    \"name\": \"Catia\",\n                    \"lastname\": \"Manieri\",\n                    \"__v\": 0,\n                    \"lastLogin\": \"2025-04-07T17:51:29.070Z\",\n                    \"settings\": {\n                        \"sidebarCollapsed\": false,\n                        \"theme\": \"light\"\n                    }\n                }\n            ],\n            \"interactions\": 0,\n            \"createdBy\": \"67d83c26cb7b61bd33595593\",\n            \"updatedBy\": \"67d83c26cb7b61bd33595593\",\n            \"active\": true,\n            \"createdAt\": \"2025-03-24T12:23:07.898Z\",\n            \"updatedAt\": \"2025-03-24T12:23:07.898Z\",\n            \"__v\": 0,\n            \"normalizedName\": \"magnet customer\",\n            \"contacts\": []\n        },\n        {\n            \"_id\": \"67ed396f0137e8bbaba34376\",\n            \"customFields\": [],\n            \"labels\": [],\n            \"source\": \"platform\",\n            \"fullname\": \"Arton Advisor | AI BTG\",\n            \"doc\": \"\",\n            \"age\": null,\n            \"phones\": [],\n            \"addressNumber\": \"\",\n            \"owners\": [\n                {\n                    \"_id\": \"66467477b8526919c10129cc\",\n                    \"email\": \"davi@magnetcustomer.com\",\n                    \"active\": true,\n                    \"admin\": true,\n                    \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                    \"customFields\": [],\n                    \"default\": false,\n                    \"fullname\": \"Davi Barboza | Magnet Customer\",\n                    \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                    \"role\": \"5d2e326a722df45b16b67099\",\n                    \"settings\": {\n                        \"sidebarCollapsed\": true,\n                        \"theme\": \"light\"\n                    },\n                    \"status\": \"online\",\n                    \"type\": \"user\",\n                    \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                    \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                    \"lastname\": \"Barboza | Magnet Customer\",\n                    \"name\": \"Davi\"\n                }\n            ],\n            \"interactions\": 0,\n            \"createdBy\": \"66467477b8526919c10129cc\",\n            \"updatedBy\": \"66467477b8526919c10129cc\",\n            \"active\": true,\n            \"createdAt\": \"2025-04-02T13:19:43.503Z\",\n            \"updatedAt\": \"2025-04-02T13:19:43.503Z\",\n            \"__v\": 0,\n            \"normalizedName\": \"arton advisor | ai btg\",\n            \"contacts\": []\n        }\n    ],\n    \"total\": 2,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"1e4ec6fd-7d9b-49d4-89d0-1ba0b30466e9"},{"name":"Get One Organization","id":"1e77c3f5-ea28-4b89-88c5-32a6feeb1b76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/organizations/67f5fa02f2f375edcc79b067","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","organizations","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e77c3f5-ea28-4b89-88c5-32a6feeb1b76"},{"name":"Create One Organization","id":"3b35fcb0-cdbd-4208-b4cb-46c0c411544a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"owners\": [\n        \"66467477b8526919c10129be\"\n    ],\n    \"customFields\": [],\n    \"fullname\": \"Familia Santana\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/organizations","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","organizations"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"2466c342-5991-4598-8d9a-601140ac40c9","name":"Create One Organization","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"owners\": [\n        \"652d43747f25e00013a6a71d\"\n    ],\n    \"customFields\": [],\n    \"fullname\": \"Familia Santana\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/organizations"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 24 Oct 2025 19:42:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"481"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"da0b3fce27d4ba857532450e1217aed0"},{"key":"x-correlation-id","value":"da0b3fce27d4ba857532450e1217aed0"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1e1-UWnTtlFp/AbyJdcGWNAsJ0lBRkA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"customFields\": [],\n    \"labels\": [],\n    \"source\": \"platform\",\n    \"fullname\": \"Familia Santana\",\n    \"phones\": [],\n    \"owners\": [\n        {\n            \"_id\": \"652d43747f25e00013a6a71d\",\n            \"fullname\": \"Marcelo Santana\",\n            \"whatsAppPhone\": \"67992377316\",\n            \"name\": \"Marcelo\",\n            \"lastname\": \"Santana | Magnet Customer\"\n        }\n    ],\n    \"interactions\": 0,\n    \"createdBy\": \"652d43747f25e00013a6a71d\",\n    \"updatedBy\": \"652d43747f25e00013a6a71d\",\n    \"active\": true,\n    \"_id\": \"68fbd6a3e1fbcf0879b5f288\",\n    \"createdAt\": \"2025-10-24T19:42:27.046Z\",\n    \"updatedAt\": \"2025-10-24T19:42:27.046Z\",\n    \"__v\": 0\n}"}],"_postman_id":"3b35fcb0-cdbd-4208-b4cb-46c0c411544a"},{"name":"Update One Organization","id":"d976a71e-29ff-4cbb-bf94-87b0d03f2b0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"owners\": [\n        \"66467477b8526919c10129be\"\n    ],\n    \"customFields\": [],\n    \"fullname\": \"Familia Santana\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/organizations/67f5fa02f2f375edcc79b067","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","organizations","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"866e11f1-a7a1-40e0-92d5-013d5caef2e0","name":"Update One Organization","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"owners\": [\n        \"652d43747f25e00013a6a71d\"\n    ],\n    \"customFields\": [],\n    \"fullname\": \"Familia Santana\",\n    \"doc\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/organizations"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 24 Oct 2025 19:42:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"481"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"da0b3fce27d4ba857532450e1217aed0"},{"key":"x-correlation-id","value":"da0b3fce27d4ba857532450e1217aed0"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1e1-UWnTtlFp/AbyJdcGWNAsJ0lBRkA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"customFields\": [],\n    \"labels\": [],\n    \"source\": \"platform\",\n    \"fullname\": \"Familia Santana\",\n    \"phones\": [],\n    \"owners\": [\n        {\n            \"_id\": \"652d43747f25e00013a6a71d\",\n            \"fullname\": \"Marcelo Santana\",\n            \"whatsAppPhone\": \"67992377316\",\n            \"name\": \"Marcelo\",\n            \"lastname\": \"Santana | Magnet Customer\"\n        }\n    ],\n    \"interactions\": 0,\n    \"createdBy\": \"652d43747f25e00013a6a71d\",\n    \"updatedBy\": \"652d43747f25e00013a6a71d\",\n    \"active\": true,\n    \"_id\": \"68fbd6a3e1fbcf0879b5f288\",\n    \"createdAt\": \"2025-10-24T19:42:27.046Z\",\n    \"updatedAt\": \"2025-10-24T19:42:27.046Z\",\n    \"__v\": 0\n}"}],"_postman_id":"d976a71e-29ff-4cbb-bf94-87b0d03f2b0c"}],"id":"b3e874d8-1280-4cbb-8ee3-5c0bf4625d6b","description":"<p>Handles company-level data and associations between contacts and corporate accounts.</p>\n","_postman_id":"b3e874d8-1280-4cbb-8ee3-5c0bf4625d6b","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Deals","item":[{"name":"List Deals","id":"6d4737c7-4c7d-4805-9e99-fc143c8e5de3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/deals?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<h3 id=\"get-apideals\">GET /api/deals</h3>\n<p>This endpoint retrieves a list of deals with optional pagination and filtering.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/deals</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (optional): The page number for pagination (default: 1)</p>\n</li>\n<li><p>search (optional): Search keyword</p>\n</li>\n<li><p>limit (optional): The maximum number of deals per page (default: 15)</p>\n</li>\n<li><p>emailsEmpty (optional): Filter deals with empty emails</p>\n</li>\n<li><p>phonesEmpty (optional): Filter deals with empty phone numbers</p>\n</li>\n<li><p>interactionsEmpty (optional): Filter deals with empty interactions</p>\n</li>\n<li><p>sortBy (optional): Sort the deals by a specific field (e.g., email)</p>\n</li>\n<li><p>sortType (optional): Sort type (e.g., desc)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"docs\": [\n    {\n      \"_id\": \"\",\n      \"code\": 0,\n      \"labels\": [],\n      \"customFields\": [],\n      \"source\": \"\",\n      \"pipeline\": \"\",\n      \"stage\": {\n        \"_id\": \"\",\n        \"probability\": 0,\n        \"rottingEnabled\": true,\n        \"isExpanded\": true,\n        \"active\": true,\n        \"pipeline\": \"\",\n        \"name\": \"\",\n        \"won\": true,\n        \"system\": true,\n        \"position\": 0,\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0,\n        \"amount\": 0,\n        \"quantity\": 0\n      },\n      \"staff\": {\n        \"_id\": \"\",\n        \"email\": \"\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"\",\n        \"customFields\": [],\n        \"default\": true,\n        \"fullname\": \"\",\n        \"image\": \"\",\n        \"role\": \"\",\n        \"settings\": {\n          \"sidebarCollapsed\": true,\n          \"theme\": \"\"\n        },\n        \"status\": \"\",\n        \"type\": \"\",\n        \"updatedAt\": \"\",\n        \"lastLogin\": \"\",\n        \"lastname\": \"\",\n        \"name\": \"\"\n      },\n      \"participants\": [],\n      \"observers\": [],\n      \"title\": \"\",\n      \"amount\": 0,\n      \"expectedCloseDate\": \"\",\n      \"won\": true,\n      \"lost\": true,\n      \"closed\": true,\n      \"contact\": {\n        \"_id\": \"\",\n        \"customFields\": [],\n        \"lifeCycle\": \"\",\n        \"labels\": [],\n        \"source\": \"\",\n        \"name\": \"\",\n        \"lastname\": \"\",\n        \"fullname\": \"\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"\",\n        \"phones\": [\n          {\n            \"typePhone\": \"\",\n            \"number\": \"\",\n            \"ddi\": \"\"\n          }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"owners\": [\"\"],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 0,\n        \"createdBy\": \"\",\n        \"updatedBy\": \"\",\n        \"favoriteChannelToCommunication\": [],\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0\n      },\n      \"active\": true,\n      \"createdAt\": \"\",\n      \"updatedAt\": \"\",\n      \"__v\": 0,\n      \"enteredStageDate\": \"\",\n      \"requiredActionsPending\": {\n        \"task\": [],\n        \"meeting\": [],\n        \"ticket\": [],\n        \"validation\": true\n      },\n      \"requiredFieldPending\": {\n        \"contact\": [],\n        \"deal\": [],\n        \"validation\": true\n      },\n      \"lastActivity\": \"\",\n      \"closedDate\": \"\",\n      \"activities\": [\n        {\n          \"_id\": \"\",\n          \"title\": \"\",\n          \"subject\": \"\",\n          \"author\": \"\",\n          \"type\": \"\",\n          \"operation\": \"\",\n          \"status\": \"\",\n          \"dateOfExpires\": \"\",\n          \"contact\": \"\",\n          \"deal\": \"\",\n          \"meeting\": \"\",\n          \"active\": true,\n          \"createdAt\": \"\",\n          \"updatedAt\": \"\",\n          \"__v\": 0\n        }\n      ]\n    }\n  ],\n  \"total\": 0,\n  \"limit\": 0,\n  \"page\": 0,\n  \"pages\": 0,\n  \"pagingCounter\": 0,\n  \"hasPrevPage\": true,\n  \"hasNextPage\": true,\n  \"prevPage\": null,\n  \"nextPage\": 0\n}\n\n</code></pre>\n<p>The response includes an array of deal objects with various properties such as ID, code, labels, custom fields, source, pipeline, staff details, contact details, and more. The total number of deals, pagination information, and navigation flags are also provided.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","deals"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[{"id":"0c88e153-aa42-49ed-ac30-06e89e921825","name":"List Deals","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/deals?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","deals"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 02:30:06 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"43220","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"a8d4-Q+ykrrRhRHY7Ji5om9qhN3EOmPg\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"67ddae731f6da06bb99de845\",\n            \"code\": 101,\n            \"labels\": [],\n            \"customFields\": [],\n            \"source\": \"platform\",\n            \"pipeline\": \"651d89cafb4ceb0013119787\",\n            \"stage\": {\n                \"_id\": \"651d89cafb4ceb001311978c\",\n                \"probability\": 100,\n                \"rottingEnabled\": false,\n                \"isExpanded\": true,\n                \"active\": true,\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"name\": \"Negócio Fechado\",\n                \"won\": true,\n                \"system\": true,\n                \"position\": 6,\n                \"createdAt\": \"2023-10-04T15:50:34.229Z\",\n                \"updatedAt\": \"2025-04-08T19:21:22.381Z\",\n                \"__v\": 0,\n                \"amount\": 3328603,\n                \"quantity\": 12\n            },\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Demo com a Vamo\",\n            \"amount\": 300000,\n            \"expectedCloseDate\": \"2025-03-26T04:00:00.000Z\",\n            \"won\": true,\n            \"lost\": false,\n            \"closed\": true,\n            \"contact\": {\n                \"_id\": \"67ddae721f6da06bb99de83a\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Pedro\",\n                \"lastname\": \"H\",\n                \"fullname\": \"Pedro H\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"11450241353\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 6,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-21T18:22:42.113Z\",\n                \"updatedAt\": \"2025-03-21T18:35:28.939Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-03-21T18:22:43.011Z\",\n            \"updatedAt\": \"2025-03-21T18:28:05.252Z\",\n            \"__v\": 0,\n            \"enteredStageDate\": \"2025-03-21T18:27:53.285Z\",\n            \"requiredActionsPending\": {\n                \"task\": [],\n                \"meeting\": [],\n                \"ticket\": [],\n                \"validation\": true\n            },\n            \"requiredFieldPending\": {\n                \"contact\": [],\n                \"deal\": [],\n                \"validation\": true\n            },\n            \"lastActivity\": \"2025-03-21T18:27:59.554Z\",\n            \"closedDate\": \"2025-03-21T18:27:53.080Z\",\n            \"activities\": [\n                {\n                    \"_id\": \"67ddaf201f6da06bb99df8a2\",\n                    \"title\": \"Reunião\",\n                    \"subject\": \"Nova reunião\",\n                    \"author\": \"66467477b8526919c10129cc\",\n                    \"type\": \"meeting\",\n                    \"operation\": \"created\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-03-21T18:00:00.000Z\",\n                    \"contact\": \"67ddae721f6da06bb99de83a\",\n                    \"deal\": \"67ddae731f6da06bb99de845\",\n                    \"meeting\": \"67ddaf1f1f6da06bb99df8a0\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-03-21T18:25:36.143Z\",\n                    \"updatedAt\": \"2025-03-21T18:25:36.143Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"67ddaeaa1f6da06bb99dee6c\",\n                    \"title\": \"Tarefa\",\n                    \"subject\": \"Enviar apresentação\",\n                    \"author\": \"67d83d08cb7b61bd33595781\",\n                    \"type\": \"task\",\n                    \"operation\": \"updated\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-03-24T22:00:00.000Z\",\n                    \"contact\": \"67ddae721f6da06bb99de83a\",\n                    \"task\": \"67ddaeaa1f6da06bb99dee67\",\n                    \"deal\": \"67ddae731f6da06bb99de845\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-03-21T18:23:53.992Z\",\n                    \"updatedAt\": \"2025-03-21T18:23:53.992Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n        {\n            \"_id\": \"67ddbe971f6da06bb99e0ec1\",\n            \"code\": 102,\n            \"labels\": [],\n            \"customFields\": [],\n            \"source\": \"platform\",\n            \"pipeline\": \"651d89cafb4ceb0013119787\",\n            \"stage\": {\n                \"_id\": \"651d89cafb4ceb001311978c\",\n                \"probability\": 100,\n                \"rottingEnabled\": false,\n                \"isExpanded\": true,\n                \"active\": true,\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"name\": \"Negócio Fechado\",\n                \"won\": true,\n                \"system\": true,\n                \"position\": 6,\n                \"createdAt\": \"2023-10-04T15:50:34.229Z\",\n                \"updatedAt\": \"2025-04-08T19:21:22.381Z\",\n                \"__v\": 0,\n                \"amount\": 3328603,\n                \"quantity\": 12\n            },\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Yunofp - Demo\",\n            \"amount\": 300000,\n            \"expectedCloseDate\": \"2025-03-25T04:00:00.000Z\",\n            \"won\": true,\n            \"lost\": false,\n            \"observation\": \"<p>Empresa trabalha com Consultoria financeira</p>\",\n            \"closed\": true,\n            \"contact\": {\n                \"_id\": \"67ddbe931f6da06bb99e0eb6\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Ana\",\n                \"lastname\": \"Carolina\",\n                \"fullname\": \"Ana Carolina\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"62996880508\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 3,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-21T19:31:31.421Z\",\n                \"updatedAt\": \"2025-03-21T19:38:30.204Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-03-21T19:31:35.482Z\",\n            \"updatedAt\": \"2025-03-21T19:40:03.644Z\",\n            \"__v\": 0,\n            \"enteredStageDate\": \"2025-03-21T19:39:49.251Z\",\n            \"requiredActionsPending\": {\n                \"task\": [],\n                \"meeting\": [],\n                \"ticket\": [],\n                \"validation\": true\n            },\n            \"requiredFieldPending\": {\n                \"contact\": [],\n                \"deal\": [],\n                \"validation\": true\n            },\n            \"lastActivity\": \"2025-03-21T19:39:58.762Z\",\n            \"closedDate\": \"2025-03-21T19:39:48.563Z\",\n            \"activities\": []\n        },\n        {\n            \"_id\": \"67e14ead7242e8aa7e9a896b\",\n            \"code\": 103,\n            \"labels\": [],\n            \"customFields\": [],\n            \"source\": \"platform\",\n            \"pipeline\": \"651d89cafb4ceb0013119787\",\n            \"stage\": {\n                \"_id\": \"651d89cafb4ceb0013119788\",\n                \"probability\": 100,\n                \"rottingEnabled\": true,\n                \"isExpanded\": true,\n                \"active\": true,\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"name\": \"Novo\",\n                \"position\": 0,\n                \"createdAt\": \"2023-10-04T15:50:34.229Z\",\n                \"updatedAt\": \"2025-04-08T19:21:22.345Z\",\n                \"__v\": 0,\n                \"rottingDays\": 10,\n                \"amount\": 4300000,\n                \"quantity\": 3,\n                \"advanceStageWhenCompleted\": true,\n                \"requiredActions\": [\n                    \"66525158a5cc7ae275a959be\"\n                ]\n            },\n            \"staff\": {\n                \"_id\": \"67d83c26cb7b61bd33595593\",\n                \"customFields\": [],\n                \"fullname\": \"Catia Manieri\",\n                \"email\": \"catia@magnetcustomer.com\",\n                \"workspaces\": [],\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"status\": \"online\",\n                \"default\": false,\n                \"admin\": false,\n                \"active\": true,\n                \"createdAt\": \"2025-03-17T15:13:42.640Z\",\n                \"updatedAt\": \"2025-04-07T17:51:29.071Z\",\n                \"name\": \"Catia\",\n                \"lastname\": \"Manieri\",\n                \"__v\": 0,\n                \"lastLogin\": \"2025-04-07T17:51:29.070Z\",\n                \"settings\": {\n                    \"sidebarCollapsed\": false,\n                    \"theme\": \"light\"\n                }\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Magnet Customer\",\n            \"amount\": 1000000,\n            \"won\": false,\n            \"lost\": false,\n            \"closed\": false,\n            \"contact\": {\n                \"_id\": \"67e14eaa7242e8aa7e9a8950\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Cátia\",\n                \"lastname\": \"Manieri\",\n                \"fullname\": \"Cátia Manieri\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"11973236808\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"67d83c26cb7b61bd33595593\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"67d83c26cb7b61bd33595593\",\n                \"updatedBy\": \"67d83c26cb7b61bd33595593\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-24T12:23:06.436Z\",\n                \"updatedAt\": \"2025-03-24T12:23:06.436Z\",\n                \"__v\": 0\n            },\n            \"organization\": {\n                \"_id\": \"67e14eab7242e8aa7e9a8961\",\n                \"customFields\": [],\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"fullname\": \"Magnet Customer\",\n                \"doc\": \"\",\n                \"age\": null,\n                \"phones\": [],\n                \"addressNumber\": \"\",\n                \"owners\": [\n                    \"67d83c26cb7b61bd33595593\"\n                ],\n                \"interactions\": 0,\n                \"createdBy\": \"67d83c26cb7b61bd33595593\",\n                \"updatedBy\": \"67d83c26cb7b61bd33595593\",\n                \"active\": true,\n                \"createdAt\": \"2025-03-24T12:23:07.898Z\",\n                \"updatedAt\": \"2025-03-24T12:23:07.898Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-03-24T12:23:09.148Z\",\n            \"updatedAt\": \"2025-03-24T12:23:10.160Z\",\n            \"__v\": 0,\n            \"enteredStageDate\": \"2025-03-24T12:23:09.533Z\",\n            \"requiredActionsPending\": {\n                \"task\": [],\n                \"meeting\": [],\n                \"ticket\": [],\n                \"validation\": true\n            },\n            \"requiredFieldPending\": {\n                \"contact\": [],\n                \"deal\": [],\n                \"validation\": true\n            },\n            \"activities\": []\n        },\n        {\n            \"_id\": \"67e16b017242e8aa7e9aa9f3\",\n            \"code\": 104,\n            \"labels\": [],\n            \"customFields\": [],\n            \"source\": \"platform\",\n            \"pipeline\": \"651d89cafb4ceb0013119787\",\n            \"stage\": {\n                \"_id\": \"651d89cafb4ceb0013119788\",\n                \"probability\": 100,\n                \"rottingEnabled\": true,\n                \"isExpanded\": true,\n                \"active\": true,\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"name\": \"Novo\",\n                \"position\": 0,\n                \"createdAt\": \"2023-10-04T15:50:34.229Z\",\n                \"updatedAt\": \"2025-04-08T19:21:22.345Z\",\n                \"__v\": 0,\n                \"rottingDays\": 10,\n                \"amount\": 4300000,\n                \"quantity\": 3,\n                \"advanceStageWhenCompleted\": true,\n                \"requiredActions\": [\n                    \"66525158a5cc7ae275a959be\"\n                ]\n            },\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Demo com Victor\",\n            \"amount\": 300000,\n            \"won\": false,\n            \"lost\": false,\n            \"closed\": false,\n            \"contact\": {\n                \"_id\": \"67e16b017242e8aa7e9aa9e8\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Victor\",\n                \"lastname\": \"Paixão\",\n                \"fullname\": \"Victor Paixão\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"21983160907\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 3,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-24T14:24:01.120Z\",\n                \"updatedAt\": \"2025-03-24T14:25:10.081Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-03-24T14:24:01.927Z\",\n            \"updatedAt\": \"2025-04-08T18:09:24.361Z\",\n            \"__v\": 0,\n            \"enteredStageDate\": \"2025-03-24T14:24:02.054Z\",\n            \"requiredActionsPending\": {\n                \"task\": [\n                    {\n                        \"_id\": \"67f56646b5bae4c34eca2dcc\",\n                        \"title\": \"Fazer abordagem\",\n                        \"type\": \"6685924c37636fc245885841\"\n                    }\n                ],\n                \"meeting\": [],\n                \"ticket\": [],\n                \"validation\": false\n            },\n            \"requiredFieldPending\": {\n                \"contact\": [],\n                \"deal\": [],\n                \"validation\": true\n            },\n            \"lastActivity\": \"2025-03-24T14:25:10.200Z\",\n            \"activities\": [\n                {\n                    \"_id\": \"67e16b457242e8aa7e9aaded\",\n                    \"title\": \"Tarefa\",\n                    \"subject\": \"Retorno: Primeiro contato com o cliente\",\n                    \"author\": \"66467477b8526919c10129cc\",\n                    \"type\": \"task\",\n                    \"operation\": \"created\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-03-31T21:00:33.769Z\",\n                    \"contact\": \"67e16b017242e8aa7e9aa9e8\",\n                    \"task\": \"67e16b457242e8aa7e9aadd9\",\n                    \"deal\": \"67e16b017242e8aa7e9aa9f3\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-03-24T14:25:09.906Z\",\n                    \"updatedAt\": \"2025-03-24T14:25:09.906Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"67f56646b5bae4c34eca2dd4\",\n                    \"title\": \"Tarefa\",\n                    \"subject\": \"Fazer abordagem\",\n                    \"author\": \"66467477b8526919c10129cc\",\n                    \"type\": \"task\",\n                    \"operation\": \"created\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-04-09T18:09:10.691Z\",\n                    \"contact\": \"67e16b017242e8aa7e9aa9e8\",\n                    \"task\": \"67f56646b5bae4c34eca2dcc\",\n                    \"deal\": \"67e16b017242e8aa7e9aa9f3\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-04-08T18:09:10.713Z\",\n                    \"updatedAt\": \"2025-04-08T18:09:10.713Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n        {\n            \"_id\": \"67e2af807242e8aa7e9ac64e\",\n            \"code\": 105,\n            \"labels\": [],\n            \"customFields\": [],\n            \"source\": \"platform\",\n            \"pipeline\": \"651d89cafb4ceb0013119787\",\n            \"stage\": {\n                \"_id\": \"651d89cafb4ceb001311978b\",\n                \"probability\": 100,\n                \"rottingEnabled\": true,\n                \"isExpanded\": true,\n                \"active\": true,\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"name\": \"2º reunião agendada\",\n                \"position\": 4,\n                \"createdAt\": \"2023-10-04T15:50:34.229Z\",\n                \"updatedAt\": \"2025-04-08T19:21:22.371Z\",\n                \"__v\": 0,\n                \"rottingDays\": 5,\n                \"amount\": 300000,\n                \"quantity\": 1\n            },\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Novo cliente\",\n            \"amount\": 300000,\n            \"won\": false,\n            \"lost\": false,\n            \"closed\": false,\n            \"contact\": {\n                \"_id\": \"67e2af807242e8aa7e9ac643\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Guilherme\",\n                \"lastname\": \"Folchini\",\n                \"fullname\": \"Guilherme Folchini\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"54992001078\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-25T13:28:32.208Z\",\n                \"updatedAt\": \"2025-03-25T13:28:32.208Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-03-25T13:28:32.639Z\",\n            \"updatedAt\": \"2025-03-25T13:28:32.720Z\",\n            \"__v\": 0,\n            \"enteredStageDate\": \"2025-03-25T13:28:32.678Z\",\n            \"requiredActionsPending\": {\n                \"task\": [],\n                \"meeting\": [],\n                \"ticket\": [],\n                \"validation\": true\n            },\n            \"requiredFieldPending\": {\n                \"contact\": [],\n                \"deal\": [],\n                \"validation\": true\n            },\n            \"activities\": []\n        },\n        {\n            \"_id\": \"67ebe90fc0957e05a6d92f78\",\n            \"code\": 106,\n            \"labels\": [],\n            \"customFields\": [],\n            \"source\": \"platform\",\n            \"pipeline\": \"651d89cafb4ceb0013119787\",\n            \"stage\": {\n                \"_id\": \"651d89cafb4ceb001311978c\",\n                \"probability\": 100,\n                \"rottingEnabled\": false,\n                \"isExpanded\": true,\n                \"active\": true,\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"name\": \"Negócio Fechado\",\n                \"won\": true,\n                \"system\": true,\n                \"position\": 6,\n                \"createdAt\": \"2023-10-04T15:50:34.229Z\",\n                \"updatedAt\": \"2025-04-08T19:21:22.381Z\",\n                \"__v\": 0,\n                \"amount\": 3328603,\n                \"quantity\": 12\n            },\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Demo com Lecca\",\n            \"amount\": 300000,\n            \"expectedCloseDate\": \"2025-04-02T03:00:00.000Z\",\n            \"won\": true,\n            \"lost\": false,\n            \"observation\": \"<p>Clientes do RJ</p>\",\n            \"closed\": true,\n            \"contact\": {\n                \"_id\": \"67ebe90ec0957e05a6d92f6d\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Igor\",\n                \"lastname\": \"Valentim\",\n                \"fullname\": \"Igor Valentim\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"21998660348\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-01T13:24:30.685Z\",\n                \"updatedAt\": \"2025-04-01T13:27:38.464Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-01T13:24:31.083Z\",\n            \"updatedAt\": \"2025-04-01T13:27:02.876Z\",\n            \"__v\": 0,\n            \"enteredStageDate\": \"2025-04-01T13:26:58.341Z\",\n            \"requiredActionsPending\": {\n                \"task\": [],\n                \"meeting\": [],\n                \"ticket\": [],\n                \"validation\": true\n            },\n            \"requiredFieldPending\": {\n                \"contact\": [],\n                \"deal\": [],\n                \"validation\": true\n            },\n            \"lastActivity\": \"2025-04-01T13:27:01.393Z\",\n            \"closedDate\": \"2025-04-01T13:27:00.742Z\",\n            \"activities\": [\n                {\n                    \"_id\": \"67ebe95dc0957e05a6d933e3\",\n                    \"title\": \"Tarefa\",\n                    \"subject\": \"Retorno: Primeiro contato com o cliente\",\n                    \"author\": \"66467477b8526919c10129cc\",\n                    \"type\": \"task\",\n                    \"operation\": \"created\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-04-02T21:00:00.457Z\",\n                    \"contact\": \"67ebe90ec0957e05a6d92f6d\",\n                    \"task\": \"67ebe95dc0957e05a6d933cc\",\n                    \"deal\": \"67ebe90fc0957e05a6d92f78\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-04-01T13:25:49.887Z\",\n                    \"updatedAt\": \"2025-04-01T13:25:49.887Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"67ebe986c0957e05a6d9369b\",\n                    \"title\": \"Tarefa\",\n                    \"subject\": \"Montar apresentação\",\n                    \"author\": \"67d83ce6cb7b61bd33595736\",\n                    \"type\": \"task\",\n                    \"operation\": \"created\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-04-08T21:00:00.457Z\",\n                    \"contact\": \"67ebe90ec0957e05a6d92f6d\",\n                    \"task\": \"67ebe986c0957e05a6d93697\",\n                    \"deal\": \"67ebe90fc0957e05a6d92f78\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-04-01T13:26:30.392Z\",\n                    \"updatedAt\": \"2025-04-01T13:26:30.392Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n        {\n            \"_id\": \"67ebecf8c0957e05a6d95487\",\n            \"code\": 107,\n            \"labels\": [],\n            \"customFields\": [],\n            \"source\": \"platform\",\n            \"pipeline\": \"669ab34f008a725d66fa7f9d\",\n            \"stage\": {\n                \"_id\": \"669ab34f008a725d66fa7fa2\",\n                \"pipeline\": \"669ab34f008a725d66fa7f9d\",\n                \"name\": \"Coleta das informações\",\n                \"probability\": 100,\n                \"rottingEnabled\": true,\n                \"requiredFields\": [],\n                \"requiredActions\": [],\n                \"advanceStageWhenCompleted\": false,\n                \"amount\": 0,\n                \"quantity\": 0,\n                \"position\": 1,\n                \"isExpanded\": true,\n                \"active\": true,\n                \"createdAt\": \"2024-07-19T18:41:19.930Z\",\n                \"updatedAt\": \"2025-03-24T12:35:42.503Z\",\n                \"__v\": 0,\n                \"rottingDays\": 5\n            },\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Crédito\",\n            \"amount\": 28603,\n            \"won\": false,\n            \"lost\": false,\n            \"closed\": false,\n            \"contact\": {\n                \"_id\": \"67ebe90ec0957e05a6d92f6d\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Igor\",\n                \"lastname\": \"Valentim\",\n                \"fullname\": \"Igor Valentim\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"21998660348\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-01T13:24:30.685Z\",\n                \"updatedAt\": \"2025-04-01T13:27:38.464Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-01T13:41:12.832Z\",\n            \"updatedAt\": \"2025-04-01T13:41:12.873Z\",\n            \"__v\": 0,\n            \"enteredStageDate\": \"2025-04-01T13:41:12.848Z\",\n            \"requiredActionsPending\": {\n                \"task\": [],\n                \"meeting\": [],\n                \"ticket\": [],\n                \"validation\": true\n            },\n            \"requiredFieldPending\": {\n                \"contact\": [],\n                \"deal\": [],\n                \"validation\": true\n            },\n            \"activities\": []\n        },\n        {\n            \"_id\": \"67ebf4aab9cdf2f6cc751a73\",\n            \"code\": 108,\n            \"labels\": [],\n            \"customFields\": [],\n            \"source\": \"platform\",\n            \"pipeline\": \"651d89cafb4ceb0013119787\",\n            \"stage\": {\n                \"_id\": \"651d89cafb4ceb001311978c\",\n                \"probability\": 100,\n                \"rottingEnabled\": false,\n                \"isExpanded\": true,\n                \"active\": true,\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"name\": \"Negócio Fechado\",\n                \"won\": true,\n                \"system\": true,\n                \"position\": 6,\n                \"createdAt\": \"2023-10-04T15:50:34.229Z\",\n                \"updatedAt\": \"2025-04-08T19:21:22.381Z\",\n                \"__v\": 0,\n                \"amount\": 3328603,\n                \"quantity\": 12\n            },\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Demo com a Donma Capital\",\n            \"amount\": 300000,\n            \"expectedCloseDate\": \"2025-04-17T03:00:00.000Z\",\n            \"won\": true,\n            \"lost\": false,\n            \"closed\": true,\n            \"contact\": {\n                \"_id\": \"67ebf4aab9cdf2f6cc751a68\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Julio\",\n                \"lastname\": \"Braga\",\n                \"fullname\": \"Julio Braga\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"14991567820\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 4,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-01T14:14:02.529Z\",\n                \"updatedAt\": \"2025-04-01T14:22:29.506Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-01T14:14:02.972Z\",\n            \"updatedAt\": \"2025-04-01T14:17:07.354Z\",\n            \"__v\": 0,\n            \"enteredStageDate\": \"2025-04-01T14:17:03.363Z\",\n            \"requiredActionsPending\": {\n                \"task\": [],\n                \"meeting\": [],\n                \"ticket\": [],\n                \"validation\": true\n            },\n            \"requiredFieldPending\": {\n                \"contact\": [],\n                \"deal\": [],\n                \"validation\": true\n            },\n            \"lastActivity\": \"2025-04-01T14:17:05.839Z\",\n            \"closedDate\": \"2025-04-01T14:17:05.384Z\",\n            \"activities\": [\n                {\n                    \"_id\": \"67ebf506b9cdf2f6cc751e6a\",\n                    \"title\": \"Tarefa\",\n                    \"subject\": \"Retorno: Primeiro contato com o cliente\",\n                    \"author\": \"66467477b8526919c10129cc\",\n                    \"type\": \"task\",\n                    \"operation\": \"created\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-04-02T21:00:00.457Z\",\n                    \"contact\": \"67ebf4aab9cdf2f6cc751a68\",\n                    \"task\": \"67ebf506b9cdf2f6cc751e57\",\n                    \"deal\": \"67ebf4aab9cdf2f6cc751a73\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-04-01T14:15:34.634Z\",\n                    \"updatedAt\": \"2025-04-01T14:15:34.634Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"67ebf52db9cdf2f6cc75212f\",\n                    \"title\": \"Tarefa\",\n                    \"subject\": \"Montar apresentação\",\n                    \"author\": \"67d83ce6cb7b61bd33595736\",\n                    \"type\": \"task\",\n                    \"operation\": \"created\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-04-09T13:00:00.000Z\",\n                    \"contact\": \"67ebf4aab9cdf2f6cc751a68\",\n                    \"task\": \"67ebf52db9cdf2f6cc75212b\",\n                    \"deal\": \"67ebf4aab9cdf2f6cc751a73\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-04-01T14:16:13.543Z\",\n                    \"updatedAt\": \"2025-04-01T14:16:13.543Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n        {\n            \"_id\": \"67ed39700137e8bbaba34381\",\n            \"code\": 109,\n            \"labels\": [],\n            \"customFields\": [],\n            \"source\": \"platform\",\n            \"pipeline\": \"651d89cafb4ceb0013119787\",\n            \"stage\": {\n                \"_id\": \"651d89cafb4ceb0013119788\",\n                \"probability\": 100,\n                \"rottingEnabled\": true,\n                \"isExpanded\": true,\n                \"active\": true,\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"name\": \"Novo\",\n                \"position\": 0,\n                \"createdAt\": \"2023-10-04T15:50:34.229Z\",\n                \"updatedAt\": \"2025-04-08T19:21:22.345Z\",\n                \"__v\": 0,\n                \"rottingDays\": 10,\n                \"amount\": 4300000,\n                \"quantity\": 3,\n                \"advanceStageWhenCompleted\": true,\n                \"requiredActions\": [\n                    \"66525158a5cc7ae275a959be\"\n                ]\n            },\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"ETF Casa 11\",\n            \"amount\": 3000000,\n            \"expectedCloseDate\": \"2025-04-29T03:00:00.000Z\",\n            \"won\": false,\n            \"lost\": false,\n            \"observation\": \"<p>Escritorio com perfil private</p>\",\n            \"closed\": false,\n            \"contact\": {\n                \"_id\": \"67ed396e0137e8bbaba34364\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Ricardo\",\n                \"lastname\": \"Schneider\",\n                \"fullname\": \"Ricardo Schneider\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"11989614440\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-02T13:19:42.795Z\",\n                \"updatedAt\": \"2025-04-02T13:19:42.795Z\",\n                \"__v\": 0\n            },\n            \"organization\": {\n                \"_id\": \"67ed396f0137e8bbaba34376\",\n                \"customFields\": [],\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"fullname\": \"Arton Advisor | AI BTG\",\n                \"doc\": \"\",\n                \"age\": null,\n                \"phones\": [],\n                \"addressNumber\": \"\",\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"active\": true,\n                \"createdAt\": \"2025-04-02T13:19:43.503Z\",\n                \"updatedAt\": \"2025-04-02T13:19:43.503Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-02T13:19:44.018Z\",\n            \"updatedAt\": \"2025-04-08T18:09:24.372Z\",\n            \"__v\": 0,\n            \"enteredStageDate\": \"2025-04-02T13:19:44.064Z\",\n            \"requiredActionsPending\": {\n                \"task\": [\n                    {\n                        \"_id\": \"67f56654b5bae4c34eca2e08\",\n                        \"title\": \"Fazer abordagem\",\n                        \"type\": \"6685924c37636fc245885841\"\n                    }\n                ],\n                \"meeting\": [],\n                \"ticket\": [],\n                \"validation\": false\n            },\n            \"requiredFieldPending\": {\n                \"contact\": [],\n                \"deal\": [],\n                \"validation\": true\n            },\n            \"activities\": [\n                {\n                    \"_id\": \"67f56654b5bae4c34eca2e13\",\n                    \"title\": \"Tarefa\",\n                    \"subject\": \"Fazer abordagem\",\n                    \"author\": \"66467477b8526919c10129cc\",\n                    \"type\": \"task\",\n                    \"operation\": \"created\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-04-09T18:09:24.338Z\",\n                    \"contact\": \"67ed396e0137e8bbaba34364\",\n                    \"task\": \"67f56654b5bae4c34eca2e08\",\n                    \"deal\": \"67ed39700137e8bbaba34381\",\n                    \"organization\": \"67ed396f0137e8bbaba34376\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-04-08T18:09:24.353Z\",\n                    \"updatedAt\": \"2025-04-08T18:09:24.353Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n        {\n            \"_id\": \"67ed8de70137e8bbaba3502a\",\n            \"code\": 110,\n            \"labels\": [],\n            \"customFields\": [],\n            \"source\": \"platform\",\n            \"pipeline\": \"651d89cafb4ceb0013119787\",\n            \"stage\": {\n                \"_id\": \"651d89cafb4ceb001311978c\",\n                \"probability\": 100,\n                \"rottingEnabled\": false,\n                \"isExpanded\": true,\n                \"active\": true,\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"name\": \"Negócio Fechado\",\n                \"won\": true,\n                \"system\": true,\n                \"position\": 6,\n                \"createdAt\": \"2023-10-04T15:50:34.229Z\",\n                \"updatedAt\": \"2025-04-08T19:21:22.381Z\",\n                \"__v\": 0,\n                \"amount\": 3328603,\n                \"quantity\": 12\n            },\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Demo com Filipe\",\n            \"amount\": 300000,\n            \"expectedCloseDate\": \"2025-04-16T03:00:00.000Z\",\n            \"won\": true,\n            \"lost\": false,\n            \"observation\": \"<p>Contato torce para o Ceara </p>\",\n            \"closed\": true,\n            \"contact\": {\n                \"_id\": \"67ed8de70137e8bbaba3501f\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Filipe\",\n                \"lastname\": \"Barbosa\",\n                \"fullname\": \"Filipe Barbosa\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"85982192702\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-02T19:20:07.157Z\",\n                \"updatedAt\": \"2025-04-02T19:20:07.157Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-02T19:20:07.562Z\",\n            \"updatedAt\": \"2025-04-02T19:23:46.274Z\",\n            \"__v\": 0,\n            \"enteredStageDate\": \"2025-04-02T19:23:42.362Z\",\n            \"requiredActionsPending\": {\n                \"task\": [],\n                \"meeting\": [],\n                \"ticket\": [],\n                \"validation\": true\n            },\n            \"requiredFieldPending\": {\n                \"contact\": [],\n                \"deal\": [],\n                \"validation\": true\n            },\n            \"lastActivity\": \"2025-04-02T19:23:45.920Z\",\n            \"closedDate\": \"2025-04-02T19:23:44.865Z\",\n            \"activities\": []\n        },\n        {\n            \"_id\": \"67eec828f18d7a1ae5b9250c\",\n            \"code\": 111,\n            \"labels\": [],\n            \"customFields\": [],\n            \"source\": \"platform\",\n            \"pipeline\": \"651d89cafb4ceb0013119787\",\n            \"stage\": {\n                \"_id\": \"651d89cafb4ceb001311978c\",\n                \"probability\": 100,\n                \"rottingEnabled\": false,\n                \"isExpanded\": true,\n                \"active\": true,\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"name\": \"Negócio Fechado\",\n                \"won\": true,\n                \"system\": true,\n                \"position\": 6,\n                \"createdAt\": \"2023-10-04T15:50:34.229Z\",\n                \"updatedAt\": \"2025-04-08T19:21:22.381Z\",\n                \"__v\": 0,\n                \"amount\": 3328603,\n                \"quantity\": 12\n            },\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Demo com a Reserva Capital\",\n            \"amount\": 300000,\n            \"won\": true,\n            \"lost\": false,\n            \"observation\": \"<p>Clientes do Agro</p>\",\n            \"closed\": true,\n            \"contact\": {\n                \"_id\": \"67eec828f18d7a1ae5b92501\",\n                \"customFields\": [\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6a91460d4f00123b3d72\",\n                        \"k\": \"Hobbies preferidos\",\n                        \"v\": [\n                            {\n                                \"value\": \"Viagens\",\n                                \"_id\": \"63ed6a91460d4f00123b3d74\"\n                            },\n                            {\n                                \"value\": \"Bebidas\",\n                                \"_id\": \"63ed6a91460d4f00123b3d77\"\n                            },\n                            {\n                                \"value\": \"Animais\",\n                                \"_id\": \"63ed6a91460d4f00123b3d7a\"\n                            }\n                        ]\n                    },\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6bda460d4f00123b3da0\",\n                        \"k\": \"Bebida preferida?\",\n                        \"v\": [\n                            {\n                                \"_id\": \"63ed6bda460d4f00123b3da1\",\n                                \"value\": \"Whisky\"\n                            },\n                            {\n                                \"_id\": \"63ed6bda460d4f00123b3da3\",\n                                \"value\": \" Espumante\"\n                            }\n                        ]\n                    }\n                ],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Henrique\",\n                \"lastname\": \"Pamplona\",\n                \"fullname\": \"Henrique Pamplona\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"17996566959\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 5,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-03T17:40:56.530Z\",\n                \"updatedAt\": \"2025-04-03T17:50:10.236Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-03T17:40:56.934Z\",\n            \"updatedAt\": \"2025-04-03T17:44:15.356Z\",\n            \"__v\": 0,\n            \"enteredStageDate\": \"2025-04-03T17:44:11.361Z\",\n            \"requiredActionsPending\": {\n                \"task\": [],\n                \"meeting\": [],\n                \"ticket\": [],\n                \"validation\": true\n            },\n            \"requiredFieldPending\": {\n                \"contact\": [],\n                \"deal\": [],\n                \"validation\": true\n            },\n            \"lastActivity\": \"2025-04-03T17:44:14.572Z\",\n            \"closedDate\": \"2025-04-03T17:44:14.202Z\",\n            \"activities\": [\n                {\n                    \"_id\": \"67eec84ef18d7a1ae5b9297a\",\n                    \"title\": \"Tarefa\",\n                    \"subject\": \"Retorno: Primeiro contato com o cliente\",\n                    \"author\": \"66467477b8526919c10129cc\",\n                    \"type\": \"task\",\n                    \"operation\": \"created\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-04-03T21:00:33.287Z\",\n                    \"contact\": \"67eec828f18d7a1ae5b92501\",\n                    \"task\": \"67eec84ef18d7a1ae5b92966\",\n                    \"deal\": \"67eec828f18d7a1ae5b9250c\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-04-03T17:41:34.642Z\",\n                    \"updatedAt\": \"2025-04-03T17:41:34.642Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"67eec885f18d7a1ae5b92c33\",\n                    \"title\": \"Tarefa\",\n                    \"subject\": \"Montar apresentação\",\n                    \"author\": \"67d83c26cb7b61bd33595593\",\n                    \"type\": \"task\",\n                    \"operation\": \"created\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-04-09T21:00:33.287Z\",\n                    \"contact\": \"67eec828f18d7a1ae5b92501\",\n                    \"task\": \"67eec885f18d7a1ae5b92c2f\",\n                    \"deal\": \"67eec828f18d7a1ae5b9250c\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-04-03T17:42:29.106Z\",\n                    \"updatedAt\": \"2025-04-03T17:42:29.106Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n        {\n            \"_id\": \"67efdb80f18d7a1ae5b9478d\",\n            \"code\": 112,\n            \"labels\": [],\n            \"customFields\": [],\n            \"source\": \"platform\",\n            \"pipeline\": \"651d89cafb4ceb0013119787\",\n            \"stage\": {\n                \"_id\": \"651d89cafb4ceb001311978c\",\n                \"probability\": 100,\n                \"rottingEnabled\": false,\n                \"isExpanded\": true,\n                \"active\": true,\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"name\": \"Negócio Fechado\",\n                \"won\": true,\n                \"system\": true,\n                \"position\": 6,\n                \"createdAt\": \"2023-10-04T15:50:34.229Z\",\n                \"updatedAt\": \"2025-04-08T19:21:22.381Z\",\n                \"__v\": 0,\n                \"amount\": 3328603,\n                \"quantity\": 12\n            },\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Demo com a Ágata\",\n            \"amount\": 300000,\n            \"expectedCloseDate\": \"2025-04-04T03:00:00.000Z\",\n            \"won\": true,\n            \"lost\": false,\n            \"observation\": \"<p>Felippe era da Unifique</p>\",\n            \"closed\": true,\n            \"contact\": {\n                \"_id\": \"67efdb80f18d7a1ae5b94782\",\n                \"customFields\": [\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"62fe8c2292142402e32d67b0\",\n                        \"k\": \"Presentes que possam agradar o cliente\",\n                        \"v\": [\n                            {\n                                \"value\": \" Vinho\",\n                                \"_id\": \"62fe8c2292142402e32d67b2\"\n                            },\n                            {\n                                \"value\": \" Chocolate\",\n                                \"_id\": \"62fe8c2292142402e32d67b5\"\n                            }\n                        ]\n                    },\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6a91460d4f00123b3d72\",\n                        \"k\": \"Hobbies preferidos\",\n                        \"v\": [\n                            {\n                                \"value\": \"Viagens\",\n                                \"_id\": \"63ed6a91460d4f00123b3d74\"\n                            },\n                            {\n                                \"value\": \"Gastronomia\",\n                                \"_id\": \"63ed6a91460d4f00123b3d76\"\n                            }\n                        ]\n                    }\n                ],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Felippe\",\n                \"lastname\": \"Rasera\",\n                \"fullname\": \"Felippe Rasera\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"48999217834\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-04T13:15:44.293Z\",\n                \"updatedAt\": \"2025-04-04T13:23:02.249Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-04T13:15:44.675Z\",\n            \"updatedAt\": \"2025-04-04T13:19:29.208Z\",\n            \"__v\": 0,\n            \"enteredStageDate\": \"2025-04-04T13:19:24.478Z\",\n            \"requiredActionsPending\": {\n                \"task\": [],\n                \"meeting\": [],\n                \"ticket\": [],\n                \"validation\": true\n            },\n            \"requiredFieldPending\": {\n                \"contact\": [],\n                \"deal\": [],\n                \"validation\": true\n            },\n            \"lastActivity\": \"2025-04-04T13:19:28.597Z\",\n            \"closedDate\": \"2025-04-04T13:19:27.652Z\",\n            \"activities\": [\n                {\n                    \"_id\": \"67efdbd3f18d7a1ae5b94bfe\",\n                    \"title\": \"Tarefa\",\n                    \"subject\": \"Retorno: Demonstração do CRM\",\n                    \"author\": \"66467477b8526919c10129cc\",\n                    \"type\": \"task\",\n                    \"operation\": \"created\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-04-05T21:00:35.490Z\",\n                    \"contact\": \"67efdb80f18d7a1ae5b94782\",\n                    \"task\": \"67efdbd3f18d7a1ae5b94bf0\",\n                    \"deal\": \"67efdb80f18d7a1ae5b9478d\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-04-04T13:17:07.950Z\",\n                    \"updatedAt\": \"2025-04-04T13:17:07.950Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"67efdbfef18d7a1ae5b94eb8\",\n                    \"title\": \"Tarefa\",\n                    \"subject\": \"Enviar apresentação\",\n                    \"author\": \"67d83ce6cb7b61bd33595736\",\n                    \"type\": \"task\",\n                    \"operation\": \"created\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-04-07T21:00:35.490Z\",\n                    \"contact\": \"67efdb80f18d7a1ae5b94782\",\n                    \"task\": \"67efdbfef18d7a1ae5b94eb4\",\n                    \"deal\": \"67efdb80f18d7a1ae5b9478d\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-04-04T13:17:50.382Z\",\n                    \"updatedAt\": \"2025-04-04T13:17:50.382Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n        {\n            \"_id\": \"67efdcaaf18d7a1ae5b95b6e\",\n            \"code\": 113,\n            \"labels\": [],\n            \"customFields\": [],\n            \"source\": \"platform\",\n            \"pipeline\": \"669ab34f008a725d66fa7f9d\",\n            \"stage\": {\n                \"_id\": \"669ab34f008a725d66fa7fa1\",\n                \"pipeline\": \"669ab34f008a725d66fa7f9d\",\n                \"name\": \"Elaboração de carteira\",\n                \"probability\": 100,\n                \"rottingEnabled\": true,\n                \"requiredFields\": [],\n                \"requiredActions\": [],\n                \"advanceStageWhenCompleted\": false,\n                \"amount\": 0,\n                \"quantity\": 0,\n                \"position\": 2,\n                \"isExpanded\": true,\n                \"active\": true,\n                \"createdAt\": \"2024-07-19T18:41:19.930Z\",\n                \"updatedAt\": \"2025-03-24T12:35:42.507Z\",\n                \"__v\": 0,\n                \"rottingDays\": 5\n            },\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Seguro de Vida\",\n            \"amount\": 0,\n            \"won\": false,\n            \"lost\": false,\n            \"closed\": false,\n            \"contact\": {\n                \"_id\": \"67efdb80f18d7a1ae5b94782\",\n                \"customFields\": [\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"62fe8c2292142402e32d67b0\",\n                        \"k\": \"Presentes que possam agradar o cliente\",\n                        \"v\": [\n                            {\n                                \"value\": \" Vinho\",\n                                \"_id\": \"62fe8c2292142402e32d67b2\"\n                            },\n                            {\n                                \"value\": \" Chocolate\",\n                                \"_id\": \"62fe8c2292142402e32d67b5\"\n                            }\n                        ]\n                    },\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6a91460d4f00123b3d72\",\n                        \"k\": \"Hobbies preferidos\",\n                        \"v\": [\n                            {\n                                \"value\": \"Viagens\",\n                                \"_id\": \"63ed6a91460d4f00123b3d74\"\n                            },\n                            {\n                                \"value\": \"Gastronomia\",\n                                \"_id\": \"63ed6a91460d4f00123b3d76\"\n                            }\n                        ]\n                    }\n                ],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Felippe\",\n                \"lastname\": \"Rasera\",\n                \"fullname\": \"Felippe Rasera\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"48999217834\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-04T13:15:44.293Z\",\n                \"updatedAt\": \"2025-04-04T13:23:02.249Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-04T13:20:42.669Z\",\n            \"updatedAt\": \"2025-04-04T13:20:42.697Z\",\n            \"__v\": 0,\n            \"enteredStageDate\": \"2025-04-04T13:20:42.679Z\",\n            \"requiredActionsPending\": {\n                \"task\": [],\n                \"meeting\": [],\n                \"ticket\": [],\n                \"validation\": true\n            },\n            \"requiredFieldPending\": {\n                \"contact\": [],\n                \"deal\": [],\n                \"validation\": true\n            },\n            \"activities\": []\n        },\n        {\n            \"_id\": \"67f01659f18d7a1ae5b9719f\",\n            \"code\": 114,\n            \"labels\": [],\n            \"customFields\": [],\n            \"source\": \"platform\",\n            \"pipeline\": \"651d89cafb4ceb0013119787\",\n            \"stage\": {\n                \"_id\": \"651d89cafb4ceb001311978c\",\n                \"probability\": 100,\n                \"rottingEnabled\": false,\n                \"isExpanded\": true,\n                \"active\": true,\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"name\": \"Negócio Fechado\",\n                \"won\": true,\n                \"system\": true,\n                \"position\": 6,\n                \"createdAt\": \"2023-10-04T15:50:34.229Z\",\n                \"updatedAt\": \"2025-04-08T19:21:22.381Z\",\n                \"__v\": 0,\n                \"amount\": 3328603,\n                \"quantity\": 12\n            },\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Demo com a Angular\",\n            \"amount\": 300000,\n            \"expectedCloseDate\": \"2025-04-17T03:00:00.000Z\",\n            \"won\": true,\n            \"lost\": false,\n            \"closed\": true,\n            \"contact\": {\n                \"_id\": \"67f01658f18d7a1ae5b97194\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Douglas\",\n                \"lastname\": \"Medeiros\",\n                \"fullname\": \"Douglas Medeiros\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"11912034049\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-04T17:26:48.689Z\",\n                \"updatedAt\": \"2025-04-04T17:26:48.689Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-04T17:26:49.059Z\",\n            \"updatedAt\": \"2025-04-04T17:28:48.546Z\",\n            \"__v\": 0,\n            \"enteredStageDate\": \"2025-04-04T17:28:44.393Z\",\n            \"requiredActionsPending\": {\n                \"task\": [],\n                \"meeting\": [],\n                \"ticket\": [],\n                \"validation\": true\n            },\n            \"requiredFieldPending\": {\n                \"contact\": [],\n                \"deal\": [],\n                \"validation\": true\n            },\n            \"lastActivity\": \"2025-04-04T17:28:47.349Z\",\n            \"closedDate\": \"2025-04-04T17:28:47.070Z\",\n            \"activities\": [\n                {\n                    \"_id\": \"67f0167bf18d7a1ae5b9760c\",\n                    \"title\": \"Tarefa\",\n                    \"subject\": \"Retorno: Primeiro contato com o cliente\",\n                    \"author\": \"66467477b8526919c10129cc\",\n                    \"type\": \"task\",\n                    \"operation\": \"created\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-04-05T21:00:55.078Z\",\n                    \"contact\": \"67f01658f18d7a1ae5b97194\",\n                    \"task\": \"67f0167bf18d7a1ae5b97603\",\n                    \"deal\": \"67f01659f18d7a1ae5b9719f\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-04-04T17:27:23.325Z\",\n                    \"updatedAt\": \"2025-04-04T17:27:23.325Z\",\n                    \"__v\": 0\n                },\n                {\n                    \"_id\": \"67f016a2f18d7a1ae5b978ba\",\n                    \"title\": \"Tarefa\",\n                    \"subject\": \"Montar apresentação\",\n                    \"author\": \"67d83c26cb7b61bd33595593\",\n                    \"type\": \"task\",\n                    \"operation\": \"created\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-04-11T21:00:55.078Z\",\n                    \"contact\": \"67f01658f18d7a1ae5b97194\",\n                    \"task\": \"67f016a2f18d7a1ae5b978b6\",\n                    \"deal\": \"67f01659f18d7a1ae5b9719f\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-04-04T17:28:02.817Z\",\n                    \"updatedAt\": \"2025-04-04T17:28:02.817Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n        {\n            \"_id\": \"67f3d0b2eda4e47d6fc3ab26\",\n            \"code\": 115,\n            \"labels\": [],\n            \"customFields\": [],\n            \"source\": \"platform\",\n            \"pipeline\": \"651d89cafb4ceb0013119787\",\n            \"stage\": {\n                \"_id\": \"651d89cafb4ceb001311978c\",\n                \"probability\": 100,\n                \"rottingEnabled\": false,\n                \"isExpanded\": true,\n                \"active\": true,\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"name\": \"Negócio Fechado\",\n                \"won\": true,\n                \"system\": true,\n                \"position\": 6,\n                \"createdAt\": \"2023-10-04T15:50:34.229Z\",\n                \"updatedAt\": \"2025-04-08T19:21:22.381Z\",\n                \"__v\": 0,\n                \"amount\": 3328603,\n                \"quantity\": 12\n            },\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Demo com a CN Partners\",\n            \"amount\": 300000,\n            \"expectedCloseDate\": \"2025-04-10T03:00:00.000Z\",\n            \"won\": true,\n            \"lost\": false,\n            \"closed\": true,\n            \"contact\": {\n                \"_id\": \"67f3d0b2eda4e47d6fc3ab1b\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Murilo\",\n                \"lastname\": \"Ovelar\",\n                \"fullname\": \"Murilo Ovelar\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"67992812336\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 4,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-07T13:18:42.242Z\",\n                \"updatedAt\": \"2025-04-07T13:24:20.954Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-07T13:18:42.784Z\",\n            \"updatedAt\": \"2025-04-07T13:23:34.669Z\",\n            \"__v\": 0,\n            \"enteredStageDate\": \"2025-04-07T13:23:29.644Z\",\n            \"requiredActionsPending\": {\n                \"task\": [],\n                \"meeting\": [],\n                \"ticket\": [],\n                \"validation\": true\n            },\n            \"requiredFieldPending\": {\n                \"contact\": [],\n                \"deal\": [],\n                \"validation\": true\n            },\n            \"lastActivity\": \"2025-04-07T13:23:32.784Z\",\n            \"closedDate\": \"2025-04-07T13:23:32.177Z\",\n            \"activities\": [\n                {\n                    \"_id\": \"67f3d1bfeda4e47d6fc3b3c9\",\n                    \"title\": \"Tarefa\",\n                    \"subject\": \"Enviar apresentação\",\n                    \"author\": \"67d83ce6cb7b61bd33595736\",\n                    \"type\": \"task\",\n                    \"operation\": \"created\",\n                    \"status\": \"pending\",\n                    \"dateOfExpires\": \"2025-04-08T21:00:41.709Z\",\n                    \"contact\": \"67f3d0b2eda4e47d6fc3ab1b\",\n                    \"task\": \"67f3d1bfeda4e47d6fc3b3c5\",\n                    \"deal\": \"67f3d0b2eda4e47d6fc3ab26\",\n                    \"active\": true,\n                    \"createdAt\": \"2025-04-07T13:23:11.471Z\",\n                    \"updatedAt\": \"2025-04-07T13:23:11.471Z\",\n                    \"__v\": 0\n                }\n            ]\n        }\n    ],\n    \"total\": 23,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 2,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": true,\n    \"prevPage\": null,\n    \"nextPage\": 2\n}"}],"_postman_id":"6d4737c7-4c7d-4805-9e99-fc143c8e5de3"},{"name":"Get One Deal","id":"84dafa33-dec5-4a1b-b06e-ac1468a3d503","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/deals/67f5fa02f2f375edcc79b067","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","deals","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"84dafa33-dec5-4a1b-b06e-ac1468a3d503"},{"name":"Create One Deal","id":"3deddd3b-84f9-4174-9086-909686212912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pipeline\": \"669ab34f008a725d66fa7f9d\",\n    \"customFields\": [],\n    \"staff\": {\n        \"_id\": \"66467477b8526919c10129be\",\n        \"email\": \"marcelo@magnetcustomer.com\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"2024-05-16T21:02:47.283Z\",\n        \"customFields\": [],\n        \"default\": false,\n        \"fullname\": \"Marcelo Santana | Magnet Customer\",\n        \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n        \"role\": \"5d2e326a722df45b16b67099\",\n        \"settings\": {\n            \"sidebarCollapsed\": true,\n            \"theme\": \"light\"\n        },\n        \"status\": \"online\",\n        \"type\": \"user\",\n        \"updatedAt\": \"2025-04-09T05:13:45.775Z\",\n        \"lastLogin\": \"2025-04-09T05:13:45.774Z\",\n        \"lastname\": \"Santana | Magnet Customer\",\n        \"name\": \"Marcelo\"\n    },\n    \"stage\": \"669ab34f008a725d66fa7f9f\",\n    \"contact\": {\n        \"_id\": \"67f5e722b5bae4c34eca6d10\",\n        \"customFields\": [\n            {\n                \"customField\": \"66eaa238df8ca278a8588493\",\n                \"k\": \"Qual a principal FONTE DE ORIGEM de seus recursos?\",\n                \"v\": {\n                    \"value\": \"Acumulação durante vida profissional\",\n                    \"_id\": \"66eaa238df8ca278a8588494\"\n                }\n            }\n        ],\n        \"lifeCycle\": \"customer\",\n        \"labels\": [],\n        \"source\": \"platform\",\n        \"name\": \"Marcelo\",\n        \"lastname\": \"Santana\",\n        \"fullname\": \"Marcelo Santana\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"physical\",\n        \"email\": \"marcelo@magnetcustomer.com\",\n        \"phones\": [\n            {\n                \"typePhone\": \"cellphone\",\n                \"number\": \"67992377316\",\n                \"ddi\": \"+55\"\n            }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"favoriteChannelToCommunication\": [\n            {\n                \"name\": \"WhatsApp\",\n                \"_id\": \"5c7185c246859d73bc2a92d1\"\n            },\n            {\n                \"name\": \"Ligação humanizada\",\n                \"_id\": \"5c7185c246859d73bc2a92d2\"\n            },\n            {\n                \"name\": \"SMS\",\n                \"_id\": \"5c7185c246859d73bc2a92d3\"\n            },\n            {\n                \"name\": \"E-mail\",\n                \"_id\": \"5c7185c246859d73bc2a92d5\"\n            }\n        ],\n        \"owners\": [\n            {\n                \"_id\": \"66467477b8526919c10129be\",\n                \"email\": \"marcelo@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.283Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Marcelo Santana | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-09T05:13:55.119Z\",\n                \"lastLogin\": \"2025-04-09T05:13:55.119Z\",\n                \"lastname\": \"Santana | Magnet Customer\",\n                \"name\": \"Marcelo\"\n            }\n        ],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 0,\n        \"createdBy\": \"66467477b8526919c10129be\",\n        \"updatedBy\": \"66467477b8526919c10129be\",\n        \"createdAt\": \"2025-04-09T03:18:58.395Z\",\n        \"updatedAt\": \"2025-04-09T03:18:58.395Z\",\n        \"__v\": 0\n    },\n    \"title\": \"Compra de cotas\",\n    \"amount\": 150000\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/deals","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","deals"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3deddd3b-84f9-4174-9086-909686212912"},{"name":"Update One Deal","id":"c400bfda-3603-4d93-a69f-aa6ba12b1ea0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"pipeline\": \"669ab34f008a725d66fa7f9d\",\n    \"customFields\": [],\n    \"staff\": {\n        \"_id\": \"66467477b8526919c10129be\",\n        \"email\": \"marcelo@magnetcustomer.com\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"2024-05-16T21:02:47.283Z\",\n        \"customFields\": [],\n        \"default\": false,\n        \"fullname\": \"Marcelo Santana | Magnet Customer\",\n        \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n        \"role\": \"5d2e326a722df45b16b67099\",\n        \"settings\": {\n            \"sidebarCollapsed\": true,\n            \"theme\": \"light\"\n        },\n        \"status\": \"online\",\n        \"type\": \"user\",\n        \"updatedAt\": \"2025-04-09T05:13:45.775Z\",\n        \"lastLogin\": \"2025-04-09T05:13:45.774Z\",\n        \"lastname\": \"Santana | Magnet Customer\",\n        \"name\": \"Marcelo\"\n    },\n    \"stage\": \"669ab34f008a725d66fa7f9f\",\n    \"contact\": {\n        \"_id\": \"67f5e722b5bae4c34eca6d10\",\n        \"customFields\": [\n            {\n                \"customField\": \"66eaa238df8ca278a8588493\",\n                \"k\": \"Qual a principal FONTE DE ORIGEM de seus recursos?\",\n                \"v\": {\n                    \"value\": \"Acumulação durante vida profissional\",\n                    \"_id\": \"66eaa238df8ca278a8588494\"\n                }\n            }\n        ],\n        \"lifeCycle\": \"customer\",\n        \"labels\": [],\n        \"source\": \"platform\",\n        \"name\": \"Marcelo\",\n        \"lastname\": \"Santana\",\n        \"fullname\": \"Marcelo Santana\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"physical\",\n        \"email\": \"marcelo@magnetcustomer.com\",\n        \"phones\": [\n            {\n                \"typePhone\": \"cellphone\",\n                \"number\": \"67992377316\",\n                \"ddi\": \"+55\"\n            }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"favoriteChannelToCommunication\": [\n            {\n                \"name\": \"WhatsApp\",\n                \"_id\": \"5c7185c246859d73bc2a92d1\"\n            },\n            {\n                \"name\": \"Ligação humanizada\",\n                \"_id\": \"5c7185c246859d73bc2a92d2\"\n            },\n            {\n                \"name\": \"SMS\",\n                \"_id\": \"5c7185c246859d73bc2a92d3\"\n            },\n            {\n                \"name\": \"E-mail\",\n                \"_id\": \"5c7185c246859d73bc2a92d5\"\n            }\n        ],\n        \"owners\": [\n            {\n                \"_id\": \"66467477b8526919c10129be\",\n                \"email\": \"marcelo@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.283Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Marcelo Santana | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-09T05:13:55.119Z\",\n                \"lastLogin\": \"2025-04-09T05:13:55.119Z\",\n                \"lastname\": \"Santana | Magnet Customer\",\n                \"name\": \"Marcelo\"\n            }\n        ],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 0,\n        \"createdBy\": \"66467477b8526919c10129be\",\n        \"updatedBy\": \"66467477b8526919c10129be\",\n        \"createdAt\": \"2025-04-09T03:18:58.395Z\",\n        \"updatedAt\": \"2025-04-09T03:18:58.395Z\",\n        \"__v\": 0\n    },\n    \"title\": \"Compra de cotas\",\n    \"amount\": 150000\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/deals/67f5fa02f2f375edcc79b067","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","deals","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c400bfda-3603-4d93-a69f-aa6ba12b1ea0"}],"id":"6f658a5f-ff0e-4736-b40a-2ee7a3f0b1a0","description":"<p>Tracks sales opportunities throughout the pipeline stages, including status, value, and expected close date.</p>\n","_postman_id":"6f658a5f-ff0e-4736-b40a-2ee7a3f0b1a0","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Pipelines","item":[{"name":"List Pipelines","id":"d7f0d98a-7bf5-478e-9b19-5824715c8ba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/pipelines?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<p>This endpoint makes an HTTP GET request to retrieve pipelines from the platform. The request includes query parameters for page number, search, limit, and filtering options for empty emails, phones, and interactions, along with sorting parameters.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/pipelines</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number): The page number to retrieve</p>\n</li>\n<li><p>search (string): Search query</p>\n</li>\n<li><p>limit (number): Number of items per page</p>\n</li>\n<li><p>emailsEmpty (boolean): Filter for empty emails</p>\n</li>\n<li><p>phonesEmpty (boolean): Filter for empty phones</p>\n</li>\n<li><p>interactionsEmpty (boolean): Filter for empty interactions</p>\n</li>\n<li><p>sortBy (string): Field to sort by</p>\n</li>\n<li><p>sortType (string): Sorting order (asc/desc)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n<li><p>{ \"docs\": [ { \"_id\": \"\", \"active\": true, \"defaultView\": true, \"title\": \"\", \"branch\": \"\", \"partner\": \"\", \"staff\": \"\", \"createdAt\": \"\", \"updatedAt\": \"\", \"__v\": 0, \"forModel\": \"\", \"roles\": [\"\"], \"staffs\": [], \"id\": \"\" } ], \"total\": 0, \"limit\": 0, \"page\": 0, \"pages\": 0}</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","pipelines"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[{"id":"e87ca49e-6ce9-46ba-8006-c43cb21a6458","name":"List Pipelines","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/pipelines?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","pipelines"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 02:39:33 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"1225","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"4c9-nsmeeYJxmQT6vIDO89MtYJrMHU8\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"651d89cafb4ceb0013119787\",\n            \"active\": true,\n            \"defaultView\": true,\n            \"title\": \"Prospects\",\n            \"branch\": \"5cf92542d20b093741751e52\",\n            \"partner\": \"5cf92541d20b093741751e4c\",\n            \"staff\": \"64fa49b7ff8c44001432a3a8\",\n            \"createdAt\": \"2023-10-04T15:50:34.124Z\",\n            \"updatedAt\": \"2025-04-02T13:15:33.680Z\",\n            \"__v\": 0,\n            \"forModel\": \"Role\",\n            \"roles\": [\n                \"5d438bb48f113ecbce77b0a4\",\n                \"5d2e326a722df45b16b67099\",\n                \"64c136f1e7db4a0013bc3fa4\",\n                \"5d438bb48f113ecbce77b0a5\",\n                \"5d438bb48f113ecbce77b0a3\"\n            ],\n            \"staffs\": [],\n            \"id\": \"651d89cafb4ceb0013119787\"\n        },\n        {\n            \"_id\": \"669ab34f008a725d66fa7f9d\",\n            \"staff\": \"669a7864008a725d66f9fffc\",\n            \"title\": \"Clientes\",\n            \"active\": true,\n            \"defaultView\": false,\n            \"roles\": [\n                \"64c136f1e7db4a0013bc3fa4\",\n                \"5d2e326a722df45b16b67099\",\n                \"5d438bb48f113ecbce77b0a3\",\n                \"5d438bb48f113ecbce77b0a4\",\n                \"5d438bb48f113ecbce77b0a5\"\n            ],\n            \"staffs\": [],\n            \"createdAt\": \"2024-07-19T18:41:19.923Z\",\n            \"updatedAt\": \"2024-09-18T16:58:38.577Z\",\n            \"__v\": 0,\n            \"forModel\": \"Role\",\n            \"id\": \"669ab34f008a725d66fa7f9d\"\n        },\n        {\n            \"_id\": \"67f565dcb5bae4c34eca286b\",\n            \"staff\": \"66467477b8526919c10129cc\",\n            \"title\": \"Seguro de Vida\",\n            \"active\": true,\n            \"defaultView\": false,\n            \"roles\": [],\n            \"staffs\": [],\n            \"createdAt\": \"2025-04-08T18:07:24.298Z\",\n            \"updatedAt\": \"2025-04-08T18:08:48.126Z\",\n            \"__v\": 0,\n            \"id\": \"67f565dcb5bae4c34eca286b\"\n        }\n    ],\n    \"total\": 3,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 1\n}"}],"_postman_id":"d7f0d98a-7bf5-478e-9b19-5824715c8ba1"},{"name":"Get One Pipeline","id":"8a294a7c-3b96-463c-9715-f1f175635ae8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/pipelines/67f60538b5bae4c34eca7eb3","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","pipelines","67f60538b5bae4c34eca7eb3"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a294a7c-3b96-463c-9715-f1f175635ae8"},{"name":"Create One Pipeline","id":"b30f60b2-585d-4d5d-84a7-2a3d57fb47cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Novo pipeline - 09/04/2025 às 01:27\",\n    \"staff\": \"66467477b8526919c10129be\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/pipelines","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","pipelines"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b30f60b2-585d-4d5d-84a7-2a3d57fb47cb"},{"name":"Update One Pipeline","id":"a2da802b-bd51-49d7-b2aa-a2aaa92a6d8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"defaultView\": false,\n\t\"roles\": [],\n\t\"staffs\": [],\n\t\"stages\": [\n\t\t{\n\t\t\t\"_id\": \"67f60538b5bae4c34eca7ebb\",\n\t\t\t\"pipeline\": \"67f60538b5bae4c34eca7eb3\",\n\t\t\t\"name\": \"Negócio Fechado\",\n\t\t\t\"probability\": 100,\n\t\t\t\"rottingEnabled\": false,\n\t\t\t\"requiredFields\": [],\n\t\t\t\"requiredActions\": [],\n\t\t\t\"advanceStageWhenCompleted\": false,\n\t\t\t\"amount\": 0,\n\t\t\t\"quantity\": 0,\n\t\t\t\"position\": 0,\n\t\t\t\"active\": true,\n\t\t\t\"system\": true,\n\t\t\t\"won\": true,\n\t\t\t\"createdAt\": \"2025-04-09T05:27:20.584Z\",\n\t\t\t\"updatedAt\": \"2025-04-09T05:27:20.584Z\",\n\t\t\t\"__v\": 0,\n\t\t\t\"isExpanded\": true\n\t\t},\n\t\t{\n\t\t\t\"_id\": \"67f60538b5bae4c34eca7eb7\",\n\t\t\t\"pipeline\": \"67f60538b5bae4c34eca7eb3\",\n\t\t\t\"name\": \"Qualificado\",\n\t\t\t\"probability\": 100,\n\t\t\t\"rottingEnabled\": false,\n\t\t\t\"requiredFields\": [],\n\t\t\t\"requiredActions\": [],\n\t\t\t\"advanceStageWhenCompleted\": false,\n\t\t\t\"amount\": 0,\n\t\t\t\"quantity\": 0,\n\t\t\t\"position\": 1,\n\t\t\t\"active\": true,\n\t\t\t\"createdAt\": \"2025-04-09T05:27:20.584Z\",\n\t\t\t\"updatedAt\": \"2025-04-09T05:27:20.584Z\",\n\t\t\t\"__v\": 0,\n\t\t\t\"isExpanded\": true\n\t\t},\n\t\t{\n\t\t\t\"_id\": \"67f60538b5bae4c34eca7eb8\",\n\t\t\t\"pipeline\": \"67f60538b5bae4c34eca7eb3\",\n\t\t\t\"name\": \"Contato Realizado\",\n\t\t\t\"probability\": 100,\n\t\t\t\"rottingEnabled\": false,\n\t\t\t\"requiredFields\": [],\n\t\t\t\"requiredActions\": [],\n\t\t\t\"advanceStageWhenCompleted\": false,\n\t\t\t\"amount\": 0,\n\t\t\t\"quantity\": 0,\n\t\t\t\"position\": 2,\n\t\t\t\"active\": true,\n\t\t\t\"createdAt\": \"2025-04-09T05:27:20.584Z\",\n\t\t\t\"updatedAt\": \"2025-04-09T05:27:20.584Z\",\n\t\t\t\"__v\": 0,\n\t\t\t\"isExpanded\": true\n\t\t},\n\t\t{\n\t\t\t\"_id\": \"67f60538b5bae4c34eca7eb9\",\n\t\t\t\"pipeline\": \"67f60538b5bae4c34eca7eb3\",\n\t\t\t\"name\": \"Demo Agendada\",\n\t\t\t\"probability\": 100,\n\t\t\t\"rottingEnabled\": false,\n\t\t\t\"requiredFields\": [],\n\t\t\t\"requiredActions\": [],\n\t\t\t\"advanceStageWhenCompleted\": false,\n\t\t\t\"amount\": 0,\n\t\t\t\"quantity\": 0,\n\t\t\t\"position\": 3,\n\t\t\t\"active\": true,\n\t\t\t\"createdAt\": \"2025-04-09T05:27:20.584Z\",\n\t\t\t\"updatedAt\": \"2025-04-09T05:27:20.584Z\",\n\t\t\t\"__v\": 0,\n\t\t\t\"isExpanded\": true\n\t\t},\n\t\t{\n\t\t\t\"_id\": \"67f60538b5bae4c34eca7eba\",\n\t\t\t\"pipeline\": \"67f60538b5bae4c34eca7eb3\",\n\t\t\t\"name\": \"Proposta Realizada\",\n\t\t\t\"probability\": 100,\n\t\t\t\"rottingEnabled\": false,\n\t\t\t\"requiredFields\": [],\n\t\t\t\"requiredActions\": [],\n\t\t\t\"advanceStageWhenCompleted\": false,\n\t\t\t\"amount\": 0,\n\t\t\t\"quantity\": 0,\n\t\t\t\"position\": 4,\n\t\t\t\"active\": true,\n\t\t\t\"createdAt\": \"2025-04-09T05:27:20.584Z\",\n\t\t\t\"updatedAt\": \"2025-04-09T05:27:20.584Z\",\n\t\t\t\"__v\": 0,\n\t\t\t\"isExpanded\": true\n\t\t},\n\t\t{\n\t\t\t\"_id\": \"67f60538b5bae4c34eca7ebc\",\n\t\t\t\"pipeline\": \"67f60538b5bae4c34eca7eb3\",\n\t\t\t\"name\": \"Negócio Perdido\",\n\t\t\t\"probability\": 100,\n\t\t\t\"rottingEnabled\": false,\n\t\t\t\"requiredFields\": [],\n\t\t\t\"requiredActions\": [],\n\t\t\t\"advanceStageWhenCompleted\": false,\n\t\t\t\"amount\": 0,\n\t\t\t\"quantity\": 0,\n\t\t\t\"position\": 5,\n\t\t\t\"active\": true,\n\t\t\t\"system\": true,\n\t\t\t\"lost\": true,\n\t\t\t\"createdAt\": \"2025-04-09T05:27:20.584Z\",\n\t\t\t\"updatedAt\": \"2025-04-09T05:27:20.584Z\",\n\t\t\t\"__v\": 0,\n\t\t\t\"isExpanded\": true\n\t\t}\n\t],\n\t\"amountPipeline\": 0,\n\t\"quantityPipeline\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/pipelines/67f60538b5bae4c34eca7eb3","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","pipelines","67f60538b5bae4c34eca7eb3"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2da802b-bd51-49d7-b2aa-a2aaa92a6d8d"}],"id":"63f05a46-5119-458f-bae3-a4d04dea6833","description":"<p>Defines and manages sales pipelines with customizable stages to reflect your business process.</p>\n","_postman_id":"63f05a46-5119-458f-bae3-a4d04dea6833","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Tasks","item":[{"name":"Types","item":[{"name":"List Task Types","id":"b544183e-e48e-4885-9bc5-a03f843f9363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks/types?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number): The page number to retrieve</p>\n</li>\n<li><p>search (string): Search query</p>\n</li>\n<li><p>limit (number): Number of items per page</p>\n</li>\n<li><p>emailsEmpty (boolean): Filter for empty emails</p>\n</li>\n<li><p>phonesEmpty (boolean): Filter for empty phones</p>\n</li>\n<li><p>interactionsEmpty (boolean): Filter for empty interactions</p>\n</li>\n<li><p>sortBy (string): Field to sort by</p>\n</li>\n<li><p>sortType (string): Sorting order (asc/desc)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"docs\": [\n    {\n      \"_id\": \"\",\n      \"code\": 0,\n      \"owner\": {\n        \"_id\": \"\",\n        \"email\": \"\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"\",\n        \"customFields\": [],\n        \"default\": true,\n        \"fullname\": \"\",\n        \"image\": \"\",\n        \"role\": \"\",\n        \"settings\": {\n          \"sidebarCollapsed\": true,\n          \"theme\": \"\"\n        },\n        \"status\": \"\",\n        \"type\": \"\",\n        \"updatedAt\": \"\",\n        \"lastLogin\": \"\",\n        \"lastname\": \"\",\n        \"name\": \"\"\n      },\n      \"participants\": [],\n      \"observers\": [],\n      \"title\": \"\",\n      \"dateOfExpires\": \"\",\n      \"type\": {\n        \"_id\": \"\",\n        \"slug\": \"\",\n        \"active\": true,\n        \"default\": true,\n        \"defaultForNewTask\": true,\n        \"name\": \"\",\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\"\n      },\n      \"status\": \"\",\n      \"observation\": \"\",\n      \"source\": \"\",\n      \"contact\": {\n        \"_id\": \"\",\n        \"customFields\": [],\n        \"lifeCycle\": \"\",\n        \"labels\": [],\n        \"source\": \"\",\n        \"name\": \"\",\n        \"lastname\": \"\",\n        \"fullname\": \"\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"\",\n        \"phones\": [\n          {\n            \"typePhone\": \"\",\n            \"number\": \"\",\n            \"ddi\": \"\"\n          }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"owners\": [\"\"],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 0,\n        \"createdBy\": \"\",\n        \"updatedBy\": \"\",\n        \"favoriteChannelToCommunication\": [],\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0\n      },\n      \"deal\": {\n        \"_id\": \"\",\n        \"code\": 0,\n        \"labels\": [],\n        \"customFields\": [],\n        \"source\": \"\",\n        \"pipeline\": \"\",\n        \"stage\": \"\",\n        \"staff\": \"\",\n        \"participants\": [],\n        \"observers\": [],\n        \"title\": \"\",\n        \"amount\": 0,\n        \"expectedCloseDate\": \"\",\n        \"won\": true,\n        \"lost\": true,\n        \"closed\": true,\n        \"contact\": \"\",\n        \"active\": true,\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0,\n        \"enteredStageDate\": \"\",\n        \"requiredActionsPending\": {\n          \"task\": [],\n          \"meeting\": [],\n          \"ticket\": [],\n          \"validation\": true\n        },\n        \"requiredFieldPending\": {\n          \"contact\": [],\n          \"deal\": [],\n          \"validation\": true\n        },\n        \"lastActivity\": \"\",\n        \"closedDate\": \"\"\n      },\n      \"pipelineStage\": \"\",\n      \"resourceTemplate\": \"\",\n      \"active\": true,\n      \"createdAt\": \"\",\n      \"updatedAt\": \"\",\n      \"__v\": 0,\n      \"dateFinished\": \"\"\n    }\n  ],\n  \"total\": 0,\n  \"limit\": 0,\n  \"page\": 0,\n  \"pages\": 0,\n  \"pagingCounter\": 0,\n  \"hasPrevPage\": true,\n  \"hasNextPage\": true,\n  \"prevPage\": null,\n  \"nextPage\": 0\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","tasks","types"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[],"_postman_id":"b544183e-e48e-4885-9bc5-a03f843f9363"},{"name":"Get One Task Type","id":"a2f52067-68e3-4f2f-bc69-2615725d85bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks/types/67f5fa02f2f375edcc79b067","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","tasks","types","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2f52067-68e3-4f2f-bc69-2615725d85bd"},{"name":"Create One Task Type","id":"6ef1753b-f3ca-4366-a077-733c603d35bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"task\",\n    \"dateOfExpires\": \"2025-04-12T22:00:10.289Z\",\n    \"owner\": \"66467477b8526919c10129be\",\n    \"type\": \"6685924c37636fc245885841\",\n    \"title\": \"Verificar registro\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks/types","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","tasks","types"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ef1753b-f3ca-4366-a077-733c603d35bf"},{"name":"Update One Task Type","id":"6a1e6409-7dee-4e4f-886d-ec58696316a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"task\",\n    \"dateOfExpires\": \"2025-04-12T22:00:10.289Z\",\n    \"owner\": \"66467477b8526919c10129be\",\n    \"type\": \"6685924c37636fc245885841\",\n    \"title\": \"Verificar registro\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks/types/67f60538b5bae4c34eca7eb3","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","tasks","types","67f60538b5bae4c34eca7eb3"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a1e6409-7dee-4e4f-886d-ec58696316a8"}],"id":"9346ca50-c1e2-479c-9791-8d3064f92191","_postman_id":"9346ca50-c1e2-479c-9791-8d3064f92191","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"List Tasks","id":"8e50b2ba-3c80-4acc-bdfb-93b986f02648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number): The page number to retrieve</p>\n</li>\n<li><p>search (string): Search query</p>\n</li>\n<li><p>limit (number): Number of items per page</p>\n</li>\n<li><p>emailsEmpty (boolean): Filter for empty emails</p>\n</li>\n<li><p>phonesEmpty (boolean): Filter for empty phones</p>\n</li>\n<li><p>interactionsEmpty (boolean): Filter for empty interactions</p>\n</li>\n<li><p>sortBy (string): Field to sort by</p>\n</li>\n<li><p>sortType (string): Sorting order (asc/desc)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"docs\": [\n    {\n      \"_id\": \"\",\n      \"code\": 0,\n      \"owner\": {\n        \"_id\": \"\",\n        \"email\": \"\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"\",\n        \"customFields\": [],\n        \"default\": true,\n        \"fullname\": \"\",\n        \"image\": \"\",\n        \"role\": \"\",\n        \"settings\": {\n          \"sidebarCollapsed\": true,\n          \"theme\": \"\"\n        },\n        \"status\": \"\",\n        \"type\": \"\",\n        \"updatedAt\": \"\",\n        \"lastLogin\": \"\",\n        \"lastname\": \"\",\n        \"name\": \"\"\n      },\n      \"participants\": [],\n      \"observers\": [],\n      \"title\": \"\",\n      \"dateOfExpires\": \"\",\n      \"type\": {\n        \"_id\": \"\",\n        \"slug\": \"\",\n        \"active\": true,\n        \"default\": true,\n        \"defaultForNewTask\": true,\n        \"name\": \"\",\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\"\n      },\n      \"status\": \"\",\n      \"observation\": \"\",\n      \"source\": \"\",\n      \"contact\": {\n        \"_id\": \"\",\n        \"customFields\": [],\n        \"lifeCycle\": \"\",\n        \"labels\": [],\n        \"source\": \"\",\n        \"name\": \"\",\n        \"lastname\": \"\",\n        \"fullname\": \"\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"\",\n        \"phones\": [\n          {\n            \"typePhone\": \"\",\n            \"number\": \"\",\n            \"ddi\": \"\"\n          }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"owners\": [\"\"],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 0,\n        \"createdBy\": \"\",\n        \"updatedBy\": \"\",\n        \"favoriteChannelToCommunication\": [],\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0\n      },\n      \"deal\": {\n        \"_id\": \"\",\n        \"code\": 0,\n        \"labels\": [],\n        \"customFields\": [],\n        \"source\": \"\",\n        \"pipeline\": \"\",\n        \"stage\": \"\",\n        \"staff\": \"\",\n        \"participants\": [],\n        \"observers\": [],\n        \"title\": \"\",\n        \"amount\": 0,\n        \"expectedCloseDate\": \"\",\n        \"won\": true,\n        \"lost\": true,\n        \"closed\": true,\n        \"contact\": \"\",\n        \"active\": true,\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0,\n        \"enteredStageDate\": \"\",\n        \"requiredActionsPending\": {\n          \"task\": [],\n          \"meeting\": [],\n          \"ticket\": [],\n          \"validation\": true\n        },\n        \"requiredFieldPending\": {\n          \"contact\": [],\n          \"deal\": [],\n          \"validation\": true\n        },\n        \"lastActivity\": \"\",\n        \"closedDate\": \"\"\n      },\n      \"pipelineStage\": \"\",\n      \"resourceTemplate\": \"\",\n      \"active\": true,\n      \"createdAt\": \"\",\n      \"updatedAt\": \"\",\n      \"__v\": 0,\n      \"dateFinished\": \"\"\n    }\n  ],\n  \"total\": 0,\n  \"limit\": 0,\n  \"page\": 0,\n  \"pages\": 0,\n  \"pagingCounter\": 0,\n  \"hasPrevPage\": true,\n  \"hasNextPage\": true,\n  \"prevPage\": null,\n  \"nextPage\": 0\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","tasks"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[{"id":"0e0cecb6-7420-4dde-960d-92c0d6988bf2","name":"List Tasks","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","tasks"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 03:02:48 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"41190","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"a0e6-at74iUEYOvf4jwH3gfQVzB++hUw\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"67ddaf851f6da06bb99dfff5\",\n            \"code\": 102,\n            \"owner\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Fazer abordagem\",\n            \"dateOfExpires\": \"2025-03-22T18:27:17.196Z\",\n            \"type\": {\n                \"_id\": \"6685924c37636fc245885841\",\n                \"slug\": \"task\",\n                \"active\": true,\n                \"default\": true,\n                \"defaultForNewTask\": true,\n                \"name\": \"Tarefa\",\n                \"createdAt\": \"2024-07-03T18:02:52.000Z\",\n                \"updatedAt\": \"2024-07-03T18:02:52.000Z\"\n            },\n            \"status\": \"finished\",\n            \"observation\": \"<p>Registre a interação com seu contato</p>\",\n            \"source\": \"deal\",\n            \"contact\": {\n                \"_id\": \"67ddae721f6da06bb99de83a\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Pedro\",\n                \"lastname\": \"H\",\n                \"fullname\": \"Pedro H\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"11450241353\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 6,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-21T18:22:42.113Z\",\n                \"updatedAt\": \"2025-03-21T18:35:28.939Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67ddae731f6da06bb99de845\",\n                \"code\": 101,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb001311978c\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Demo com a Vamo\",\n                \"amount\": 300000,\n                \"expectedCloseDate\": \"2025-03-26T04:00:00.000Z\",\n                \"won\": true,\n                \"lost\": false,\n                \"closed\": true,\n                \"contact\": \"67ddae721f6da06bb99de83a\",\n                \"active\": true,\n                \"createdAt\": \"2025-03-21T18:22:43.011Z\",\n                \"updatedAt\": \"2025-03-21T18:28:05.252Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-03-21T18:27:53.285Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": true\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-03-21T18:27:59.554Z\",\n                \"closedDate\": \"2025-03-21T18:27:53.080Z\"\n            },\n            \"pipelineStage\": \"651d8dbbfb4ceb0013119795\",\n            \"resourceTemplate\": \"66525158a5cc7ae275a959be\",\n            \"active\": true,\n            \"createdAt\": \"2025-03-21T18:27:17.202Z\",\n            \"updatedAt\": \"2025-03-21T18:27:50.801Z\",\n            \"__v\": 0,\n            \"dateFinished\": \"2025-03-21T18:27:50.800Z\"\n        },\n        {\n            \"_id\": \"67ddc0411f6da06bb99e158c\",\n            \"code\": 103,\n            \"owner\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Fazer abordagem\",\n            \"dateOfExpires\": \"2025-03-22T19:38:41.556Z\",\n            \"type\": {\n                \"_id\": \"6685924c37636fc245885841\",\n                \"slug\": \"task\",\n                \"active\": true,\n                \"default\": true,\n                \"defaultForNewTask\": true,\n                \"name\": \"Tarefa\",\n                \"createdAt\": \"2024-07-03T18:02:52.000Z\",\n                \"updatedAt\": \"2024-07-03T18:02:52.000Z\"\n            },\n            \"status\": \"finished\",\n            \"observation\": \"<p>Registre a interação com seu contato</p>\",\n            \"source\": \"deal\",\n            \"contact\": {\n                \"_id\": \"67ddbe931f6da06bb99e0eb6\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Ana\",\n                \"lastname\": \"Carolina\",\n                \"fullname\": \"Ana Carolina\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"62996880508\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 3,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-21T19:31:31.421Z\",\n                \"updatedAt\": \"2025-03-21T19:38:30.204Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67ddbe971f6da06bb99e0ec1\",\n                \"code\": 102,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb001311978c\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Yunofp - Demo\",\n                \"amount\": 300000,\n                \"expectedCloseDate\": \"2025-03-25T04:00:00.000Z\",\n                \"won\": true,\n                \"lost\": false,\n                \"observation\": \"<p>Empresa trabalha com Consultoria financeira</p>\",\n                \"closed\": true,\n                \"contact\": \"67ddbe931f6da06bb99e0eb6\",\n                \"active\": true,\n                \"createdAt\": \"2025-03-21T19:31:35.482Z\",\n                \"updatedAt\": \"2025-03-21T19:40:03.644Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-03-21T19:39:49.251Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": true\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-03-21T19:39:58.762Z\",\n                \"closedDate\": \"2025-03-21T19:39:48.563Z\"\n            },\n            \"pipelineStage\": \"651d8dbbfb4ceb0013119795\",\n            \"resourceTemplate\": \"66525158a5cc7ae275a959be\",\n            \"active\": true,\n            \"createdAt\": \"2025-03-21T19:38:41.559Z\",\n            \"updatedAt\": \"2025-03-21T19:39:43.124Z\",\n            \"__v\": 0,\n            \"dateFinished\": \"2025-03-21T19:39:43.124Z\"\n        },\n        {\n            \"_id\": \"67ed8e2b0137e8bbaba3546e\",\n            \"code\": 109,\n            \"owner\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Retorno: Primeiro contato com o cliente\",\n            \"dateOfExpires\": \"2025-04-03T21:00:33.287Z\",\n            \"type\": {\n                \"_id\": \"6685924c37636fc245885848\",\n                \"slug\": \"whatsapp\",\n                \"active\": true,\n                \"default\": true,\n                \"name\": \"Whatsapp\",\n                \"createdAt\": \"2024-07-03T18:02:52.000Z\",\n                \"updatedAt\": \"2024-07-03T18:02:52.000Z\"\n            },\n            \"status\": \"finished\",\n            \"observation\": \"<p>Falei com Filipe e ele quer evoluir</p>\",\n            \"source\": \"deal\",\n            \"contact\": {\n                \"_id\": \"67ed8de70137e8bbaba3501f\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Filipe\",\n                \"lastname\": \"Barbosa\",\n                \"fullname\": \"Filipe Barbosa\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"85982192702\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-02T19:20:07.157Z\",\n                \"updatedAt\": \"2025-04-02T19:20:07.157Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67ed8de70137e8bbaba3502a\",\n                \"code\": 110,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb001311978c\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Demo com Filipe\",\n                \"amount\": 300000,\n                \"expectedCloseDate\": \"2025-04-16T03:00:00.000Z\",\n                \"won\": true,\n                \"lost\": false,\n                \"observation\": \"<p>Contato torce para o Ceara </p>\",\n                \"closed\": true,\n                \"contact\": \"67ed8de70137e8bbaba3501f\",\n                \"active\": true,\n                \"createdAt\": \"2025-04-02T19:20:07.562Z\",\n                \"updatedAt\": \"2025-04-02T19:23:46.274Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-04-02T19:23:42.362Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": true\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-04-02T19:23:45.920Z\",\n                \"closedDate\": \"2025-04-02T19:23:44.865Z\"\n            },\n            \"treatment\": \"67ed8e2b0137e8bbaba3545d\",\n            \"active\": true,\n            \"createdAt\": \"2025-04-02T19:21:15.575Z\",\n            \"updatedAt\": \"2025-04-08T17:46:57.336Z\",\n            \"__v\": 0,\n            \"dateFinished\": \"2025-04-08T17:46:57.336Z\"\n        },\n        {\n            \"_id\": \"67ed8e630137e8bbaba35756\",\n            \"code\": 110,\n            \"owner\": {\n                \"_id\": \"67d83ce6cb7b61bd33595736\",\n                \"customFields\": [],\n                \"fullname\": \"Caroline Grigolon\",\n                \"email\": \"caroline@magnetcustomer.com\",\n                \"workspaces\": [],\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"status\": \"online\",\n                \"default\": false,\n                \"admin\": false,\n                \"active\": true,\n                \"createdAt\": \"2025-03-17T15:16:54.885Z\",\n                \"updatedAt\": \"2025-04-07T18:45:38.325Z\",\n                \"name\": \"Caroline\",\n                \"lastname\": \"Grigolon\",\n                \"__v\": 0,\n                \"lastLogin\": \"2025-04-07T18:45:38.324Z\",\n                \"settings\": {\n                    \"sidebarCollapsed\": false,\n                    \"theme\": \"light\"\n                }\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Montar uma apresentação\",\n            \"dateOfExpires\": \"2025-04-09T21:00:33.287Z\",\n            \"type\": {\n                \"_id\": \"6685924c37636fc245885841\",\n                \"slug\": \"task\",\n                \"active\": true,\n                \"default\": true,\n                \"defaultForNewTask\": true,\n                \"name\": \"Tarefa\",\n                \"createdAt\": \"2024-07-03T18:02:52.000Z\",\n                \"updatedAt\": \"2024-07-03T18:02:52.000Z\"\n            },\n            \"status\": \"finished\",\n            \"observation\": \"<p>Cliente gosta de RV</p>\",\n            \"source\": \"deal\",\n            \"contact\": {\n                \"_id\": \"67ed8de70137e8bbaba3501f\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Filipe\",\n                \"lastname\": \"Barbosa\",\n                \"fullname\": \"Filipe Barbosa\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"85982192702\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-02T19:20:07.157Z\",\n                \"updatedAt\": \"2025-04-02T19:20:07.157Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67ed8de70137e8bbaba3502a\",\n                \"code\": 110,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb001311978c\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Demo com Filipe\",\n                \"amount\": 300000,\n                \"expectedCloseDate\": \"2025-04-16T03:00:00.000Z\",\n                \"won\": true,\n                \"lost\": false,\n                \"observation\": \"<p>Contato torce para o Ceara </p>\",\n                \"closed\": true,\n                \"contact\": \"67ed8de70137e8bbaba3501f\",\n                \"active\": true,\n                \"createdAt\": \"2025-04-02T19:20:07.562Z\",\n                \"updatedAt\": \"2025-04-02T19:23:46.274Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-04-02T19:23:42.362Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": true\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-04-02T19:23:45.920Z\",\n                \"closedDate\": \"2025-04-02T19:23:44.865Z\"\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-02T19:22:11.560Z\",\n            \"updatedAt\": \"2025-04-08T17:47:02.098Z\",\n            \"__v\": 0,\n            \"dateFinished\": \"2025-04-08T17:47:02.098Z\"\n        },\n        {\n            \"_id\": \"67f56692b5bae4c34eca2fcf\",\n            \"code\": 121,\n            \"owner\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Fazer abordagem\",\n            \"dateOfExpires\": \"2025-04-09T18:10:26.660Z\",\n            \"type\": {\n                \"_id\": \"6685924c37636fc245885841\",\n                \"slug\": \"task\",\n                \"active\": true,\n                \"default\": true,\n                \"defaultForNewTask\": true,\n                \"name\": \"Tarefa\",\n                \"createdAt\": \"2024-07-03T18:02:52.000Z\",\n                \"updatedAt\": \"2024-07-03T18:02:52.000Z\"\n            },\n            \"status\": \"finished\",\n            \"observation\": \"<p>Registre a interação com seu contato</p>\",\n            \"source\": \"deal\",\n            \"contact\": {\n                \"_id\": \"67f56692b5bae4c34eca2fb3\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Rubens\",\n                \"lastname\": \"Ribas\",\n                \"fullname\": \"Rubens Ribas\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"3423342322\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-08T18:10:26.204Z\",\n                \"updatedAt\": \"2025-04-08T18:21:14.080Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67f56692b5bae4c34eca2fbe\",\n                \"code\": 120,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb001311978c\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Demo com a Yuno\",\n                \"amount\": 300000,\n                \"expectedCloseDate\": \"2025-04-10T03:00:00.000Z\",\n                \"won\": true,\n                \"lost\": false,\n                \"closed\": true,\n                \"contact\": \"67f56692b5bae4c34eca2fb3\",\n                \"active\": true,\n                \"createdAt\": \"2025-04-08T18:10:26.617Z\",\n                \"updatedAt\": \"2025-04-08T18:17:42.967Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-04-08T18:17:40.725Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": true\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-04-08T18:17:42.125Z\",\n                \"closedDate\": \"2025-04-08T18:17:42.318Z\"\n            },\n            \"pipelineStage\": \"651d89cafb4ceb0013119788\",\n            \"resourceTemplate\": \"66525158a5cc7ae275a959be\",\n            \"active\": true,\n            \"createdAt\": \"2025-04-08T18:10:26.661Z\",\n            \"updatedAt\": \"2025-04-08T18:12:57.981Z\",\n            \"__v\": 0,\n            \"dateFinished\": \"2025-04-08T18:12:57.981Z\"\n        },\n        {\n            \"_id\": \"67f5762db5bae4c34eca503e\",\n            \"code\": 125,\n            \"owner\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Fazer abordagem\",\n            \"dateOfExpires\": \"2025-04-09T19:17:01.071Z\",\n            \"type\": {\n                \"_id\": \"6685924c37636fc245885841\",\n                \"slug\": \"task\",\n                \"active\": true,\n                \"default\": true,\n                \"defaultForNewTask\": true,\n                \"name\": \"Tarefa\",\n                \"createdAt\": \"2024-07-03T18:02:52.000Z\",\n                \"updatedAt\": \"2024-07-03T18:02:52.000Z\"\n            },\n            \"status\": \"finished\",\n            \"observation\": \"<p>Registre a interação com seu contato</p>\",\n            \"source\": \"deal\",\n            \"contact\": {\n                \"_id\": \"67f5762cb5bae4c34eca5022\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Pedro\",\n                \"lastname\": \"Coutinho\",\n                \"fullname\": \"Pedro Coutinho\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"313131132124\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-08T19:17:00.595Z\",\n                \"updatedAt\": \"2025-04-08T19:17:00.595Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67f5762cb5bae4c34eca502d\",\n                \"code\": 122,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb001311978c\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Demo com a Lecca\",\n                \"amount\": 300000,\n                \"expectedCloseDate\": \"2025-04-10T03:00:00.000Z\",\n                \"won\": true,\n                \"lost\": false,\n                \"closed\": true,\n                \"contact\": \"67f5762cb5bae4c34eca5022\",\n                \"active\": true,\n                \"createdAt\": \"2025-04-08T19:17:00.982Z\",\n                \"updatedAt\": \"2025-04-08T19:21:22.610Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-04-08T19:21:17.927Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": true\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-04-08T19:21:21.672Z\",\n                \"closedDate\": \"2025-04-08T19:21:21.155Z\"\n            },\n            \"pipelineStage\": \"651d89cafb4ceb0013119788\",\n            \"resourceTemplate\": \"66525158a5cc7ae275a959be\",\n            \"active\": true,\n            \"createdAt\": \"2025-04-08T19:17:01.072Z\",\n            \"updatedAt\": \"2025-04-08T19:17:47.175Z\",\n            \"__v\": 0,\n            \"dateFinished\": \"2025-04-08T19:17:47.175Z\"\n        },\n        {\n            \"_id\": \"67ddaeaa1f6da06bb99dee67\",\n            \"code\": 101,\n            \"owner\": {\n                \"_id\": \"67d83d08cb7b61bd33595781\",\n                \"customFields\": [],\n                \"fullname\": \"Lorena Almeida\",\n                \"email\": \"lorena@magnetcustomer.com\",\n                \"workspaces\": [],\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"status\": \"online\",\n                \"default\": false,\n                \"admin\": false,\n                \"active\": true,\n                \"createdAt\": \"2025-03-17T15:17:28.350Z\",\n                \"updatedAt\": \"2025-04-01T12:46:10.303Z\",\n                \"name\": \"Lorena\",\n                \"lastname\": \"Almeida\",\n                \"__v\": 0,\n                \"lastLogin\": \"2025-04-01T12:46:10.303Z\",\n                \"settings\": {\n                    \"sidebarCollapsed\": false,\n                    \"theme\": \"light\"\n                }\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Enviar apresentação\",\n            \"dateOfExpires\": \"2025-03-24T22:00:00.000Z\",\n            \"type\": {\n                \"_id\": \"6685924c37636fc245885841\",\n                \"slug\": \"task\",\n                \"active\": true,\n                \"default\": true,\n                \"defaultForNewTask\": true,\n                \"name\": \"Tarefa\",\n                \"createdAt\": \"2024-07-03T18:02:52.000Z\",\n                \"updatedAt\": \"2024-07-03T18:02:52.000Z\"\n            },\n            \"status\": \"pending\",\n            \"observation\": \"<p>Cliente gosta de RF e RV</p>\",\n            \"source\": \"deal\",\n            \"contact\": {\n                \"_id\": \"67ddae721f6da06bb99de83a\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Pedro\",\n                \"lastname\": \"H\",\n                \"fullname\": \"Pedro H\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"11450241353\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 6,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-21T18:22:42.113Z\",\n                \"updatedAt\": \"2025-03-21T18:35:28.939Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67ddae731f6da06bb99de845\",\n                \"code\": 101,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb001311978c\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Demo com a Vamo\",\n                \"amount\": 300000,\n                \"expectedCloseDate\": \"2025-03-26T04:00:00.000Z\",\n                \"won\": true,\n                \"lost\": false,\n                \"closed\": true,\n                \"contact\": \"67ddae721f6da06bb99de83a\",\n                \"active\": true,\n                \"createdAt\": \"2025-03-21T18:22:43.011Z\",\n                \"updatedAt\": \"2025-03-21T18:28:05.252Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-03-21T18:27:53.285Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": true\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-03-21T18:27:59.554Z\",\n                \"closedDate\": \"2025-03-21T18:27:53.080Z\"\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-03-21T18:23:38.360Z\",\n            \"updatedAt\": \"2025-03-21T18:23:53.853Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"67e16b457242e8aa7e9aadd9\",\n            \"code\": 104,\n            \"owner\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Retorno: Primeiro contato com o cliente\",\n            \"dateOfExpires\": \"2025-03-31T21:00:33.769Z\",\n            \"type\": {\n                \"_id\": \"6685924c37636fc245885859\",\n                \"slug\": \"email\",\n                \"active\": true,\n                \"default\": true,\n                \"name\": \"E-mail\",\n                \"createdAt\": \"2024-07-03T18:02:52.000Z\",\n                \"updatedAt\": \"2024-07-03T18:02:52.000Z\"\n            },\n            \"status\": \"pending\",\n            \"observation\": \"<p>Falei com Victor e vamos avançar para contratação</p>\",\n            \"source\": \"deal\",\n            \"contact\": {\n                \"_id\": \"67e16b017242e8aa7e9aa9e8\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Victor\",\n                \"lastname\": \"Paixão\",\n                \"fullname\": \"Victor Paixão\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"21983160907\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 3,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-24T14:24:01.120Z\",\n                \"updatedAt\": \"2025-03-24T14:25:10.081Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67e16b017242e8aa7e9aa9f3\",\n                \"code\": 104,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb0013119788\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Demo com Victor\",\n                \"amount\": 300000,\n                \"won\": false,\n                \"lost\": false,\n                \"closed\": false,\n                \"contact\": \"67e16b017242e8aa7e9aa9e8\",\n                \"active\": true,\n                \"createdAt\": \"2025-03-24T14:24:01.927Z\",\n                \"updatedAt\": \"2025-04-08T18:09:24.361Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-03-24T14:24:02.054Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [\n                        {\n                            \"_id\": \"67f56646b5bae4c34eca2dcc\",\n                            \"title\": \"Fazer abordagem\",\n                            \"type\": \"6685924c37636fc245885841\"\n                        }\n                    ],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": false\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-03-24T14:25:10.200Z\"\n            },\n            \"treatment\": \"67e16b447242e8aa7e9aadb5\",\n            \"active\": true,\n            \"createdAt\": \"2025-03-24T14:25:09.666Z\",\n            \"updatedAt\": \"2025-03-24T14:25:09.666Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"67ebe95dc0957e05a6d933cc\",\n            \"code\": 105,\n            \"owner\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Retorno: Primeiro contato com o cliente\",\n            \"dateOfExpires\": \"2025-04-02T21:00:00.457Z\",\n            \"type\": {\n                \"_id\": \"6685924c37636fc245885848\",\n                \"slug\": \"whatsapp\",\n                \"active\": true,\n                \"default\": true,\n                \"name\": \"Whatsapp\",\n                \"createdAt\": \"2024-07-03T18:02:52.000Z\",\n                \"updatedAt\": \"2024-07-03T18:02:52.000Z\"\n            },\n            \"status\": \"pending\",\n            \"observation\": \"<p>Falei com Igor e ele quer avançar</p>\",\n            \"source\": \"deal\",\n            \"contact\": {\n                \"_id\": \"67ebe90ec0957e05a6d92f6d\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Igor\",\n                \"lastname\": \"Valentim\",\n                \"fullname\": \"Igor Valentim\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"21998660348\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-01T13:24:30.685Z\",\n                \"updatedAt\": \"2025-04-01T13:27:38.464Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67ebe90fc0957e05a6d92f78\",\n                \"code\": 106,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb001311978c\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Demo com Lecca\",\n                \"amount\": 300000,\n                \"expectedCloseDate\": \"2025-04-02T03:00:00.000Z\",\n                \"won\": true,\n                \"lost\": false,\n                \"observation\": \"<p>Clientes do RJ</p>\",\n                \"closed\": true,\n                \"contact\": \"67ebe90ec0957e05a6d92f6d\",\n                \"active\": true,\n                \"createdAt\": \"2025-04-01T13:24:31.083Z\",\n                \"updatedAt\": \"2025-04-01T13:27:02.876Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-04-01T13:26:58.341Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": true\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-04-01T13:27:01.393Z\",\n                \"closedDate\": \"2025-04-01T13:27:00.742Z\"\n            },\n            \"treatment\": \"67ebe95dc0957e05a6d933ad\",\n            \"active\": true,\n            \"createdAt\": \"2025-04-01T13:25:49.825Z\",\n            \"updatedAt\": \"2025-04-01T13:25:49.825Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"67ebe986c0957e05a6d93697\",\n            \"code\": 106,\n            \"owner\": {\n                \"_id\": \"67d83ce6cb7b61bd33595736\",\n                \"customFields\": [],\n                \"fullname\": \"Caroline Grigolon\",\n                \"email\": \"caroline@magnetcustomer.com\",\n                \"workspaces\": [],\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"status\": \"online\",\n                \"default\": false,\n                \"admin\": false,\n                \"active\": true,\n                \"createdAt\": \"2025-03-17T15:16:54.885Z\",\n                \"updatedAt\": \"2025-04-07T18:45:38.325Z\",\n                \"name\": \"Caroline\",\n                \"lastname\": \"Grigolon\",\n                \"__v\": 0,\n                \"lastLogin\": \"2025-04-07T18:45:38.324Z\",\n                \"settings\": {\n                    \"sidebarCollapsed\": false,\n                    \"theme\": \"light\"\n                }\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Montar apresentação\",\n            \"dateOfExpires\": \"2025-04-08T21:00:00.457Z\",\n            \"type\": {\n                \"_id\": \"6685924c37636fc245885841\",\n                \"slug\": \"task\",\n                \"active\": true,\n                \"default\": true,\n                \"defaultForNewTask\": true,\n                \"name\": \"Tarefa\",\n                \"createdAt\": \"2024-07-03T18:02:52.000Z\",\n                \"updatedAt\": \"2024-07-03T18:02:52.000Z\"\n            },\n            \"status\": \"pending\",\n            \"observation\": \"<p>Cliente gosta de RV</p>\",\n            \"source\": \"deal\",\n            \"contact\": {\n                \"_id\": \"67ebe90ec0957e05a6d92f6d\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Igor\",\n                \"lastname\": \"Valentim\",\n                \"fullname\": \"Igor Valentim\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"21998660348\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-01T13:24:30.685Z\",\n                \"updatedAt\": \"2025-04-01T13:27:38.464Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67ebe90fc0957e05a6d92f78\",\n                \"code\": 106,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb001311978c\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Demo com Lecca\",\n                \"amount\": 300000,\n                \"expectedCloseDate\": \"2025-04-02T03:00:00.000Z\",\n                \"won\": true,\n                \"lost\": false,\n                \"observation\": \"<p>Clientes do RJ</p>\",\n                \"closed\": true,\n                \"contact\": \"67ebe90ec0957e05a6d92f6d\",\n                \"active\": true,\n                \"createdAt\": \"2025-04-01T13:24:31.083Z\",\n                \"updatedAt\": \"2025-04-01T13:27:02.876Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-04-01T13:26:58.341Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": true\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-04-01T13:27:01.393Z\",\n                \"closedDate\": \"2025-04-01T13:27:00.742Z\"\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-01T13:26:30.384Z\",\n            \"updatedAt\": \"2025-04-01T13:26:30.384Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"67ebf506b9cdf2f6cc751e57\",\n            \"code\": 107,\n            \"owner\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Retorno: Primeiro contato com o cliente\",\n            \"dateOfExpires\": \"2025-04-02T21:00:00.457Z\",\n            \"type\": {\n                \"_id\": \"6685924c37636fc245885848\",\n                \"slug\": \"whatsapp\",\n                \"active\": true,\n                \"default\": true,\n                \"name\": \"Whatsapp\",\n                \"createdAt\": \"2024-07-03T18:02:52.000Z\",\n                \"updatedAt\": \"2024-07-03T18:02:52.000Z\"\n            },\n            \"status\": \"pending\",\n            \"observation\": \"<p>Falei com Julio e ele gostou bastante do CRM. Vamos avançar</p>\",\n            \"source\": \"deal\",\n            \"contact\": {\n                \"_id\": \"67ebf4aab9cdf2f6cc751a68\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Julio\",\n                \"lastname\": \"Braga\",\n                \"fullname\": \"Julio Braga\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"14991567820\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 4,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-01T14:14:02.529Z\",\n                \"updatedAt\": \"2025-04-01T14:22:29.506Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67ebf4aab9cdf2f6cc751a73\",\n                \"code\": 108,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb001311978c\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Demo com a Donma Capital\",\n                \"amount\": 300000,\n                \"expectedCloseDate\": \"2025-04-17T03:00:00.000Z\",\n                \"won\": true,\n                \"lost\": false,\n                \"closed\": true,\n                \"contact\": \"67ebf4aab9cdf2f6cc751a68\",\n                \"active\": true,\n                \"createdAt\": \"2025-04-01T14:14:02.972Z\",\n                \"updatedAt\": \"2025-04-01T14:17:07.354Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-04-01T14:17:03.363Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": true\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-04-01T14:17:05.839Z\",\n                \"closedDate\": \"2025-04-01T14:17:05.384Z\"\n            },\n            \"treatment\": \"67ebf506b9cdf2f6cc751e32\",\n            \"active\": true,\n            \"createdAt\": \"2025-04-01T14:15:34.600Z\",\n            \"updatedAt\": \"2025-04-01T14:15:34.600Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"67ebf52db9cdf2f6cc75212b\",\n            \"code\": 108,\n            \"owner\": {\n                \"_id\": \"67d83ce6cb7b61bd33595736\",\n                \"customFields\": [],\n                \"fullname\": \"Caroline Grigolon\",\n                \"email\": \"caroline@magnetcustomer.com\",\n                \"workspaces\": [],\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"status\": \"online\",\n                \"default\": false,\n                \"admin\": false,\n                \"active\": true,\n                \"createdAt\": \"2025-03-17T15:16:54.885Z\",\n                \"updatedAt\": \"2025-04-07T18:45:38.325Z\",\n                \"name\": \"Caroline\",\n                \"lastname\": \"Grigolon\",\n                \"__v\": 0,\n                \"lastLogin\": \"2025-04-07T18:45:38.324Z\",\n                \"settings\": {\n                    \"sidebarCollapsed\": false,\n                    \"theme\": \"light\"\n                }\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Montar apresentação\",\n            \"dateOfExpires\": \"2025-04-09T13:00:00.000Z\",\n            \"type\": {\n                \"_id\": \"6685924c37636fc245885841\",\n                \"slug\": \"task\",\n                \"active\": true,\n                \"default\": true,\n                \"defaultForNewTask\": true,\n                \"name\": \"Tarefa\",\n                \"createdAt\": \"2024-07-03T18:02:52.000Z\",\n                \"updatedAt\": \"2024-07-03T18:02:52.000Z\"\n            },\n            \"status\": \"pending\",\n            \"observation\": \"<p>Cliente gosta de RV</p>\",\n            \"source\": \"deal\",\n            \"contact\": {\n                \"_id\": \"67ebf4aab9cdf2f6cc751a68\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Julio\",\n                \"lastname\": \"Braga\",\n                \"fullname\": \"Julio Braga\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"14991567820\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 4,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-01T14:14:02.529Z\",\n                \"updatedAt\": \"2025-04-01T14:22:29.506Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67ebf4aab9cdf2f6cc751a73\",\n                \"code\": 108,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb001311978c\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Demo com a Donma Capital\",\n                \"amount\": 300000,\n                \"expectedCloseDate\": \"2025-04-17T03:00:00.000Z\",\n                \"won\": true,\n                \"lost\": false,\n                \"closed\": true,\n                \"contact\": \"67ebf4aab9cdf2f6cc751a68\",\n                \"active\": true,\n                \"createdAt\": \"2025-04-01T14:14:02.972Z\",\n                \"updatedAt\": \"2025-04-01T14:17:07.354Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-04-01T14:17:03.363Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": true\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-04-01T14:17:05.839Z\",\n                \"closedDate\": \"2025-04-01T14:17:05.384Z\"\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-01T14:16:13.531Z\",\n            \"updatedAt\": \"2025-04-01T14:16:13.531Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"67eec84ef18d7a1ae5b92966\",\n            \"code\": 111,\n            \"owner\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Retorno: Primeiro contato com o cliente\",\n            \"dateOfExpires\": \"2025-04-03T21:00:33.287Z\",\n            \"type\": {\n                \"_id\": \"6685924c37636fc245885848\",\n                \"slug\": \"whatsapp\",\n                \"active\": true,\n                \"default\": true,\n                \"name\": \"Whatsapp\",\n                \"createdAt\": \"2024-07-03T18:02:52.000Z\",\n                \"updatedAt\": \"2024-07-03T18:02:52.000Z\"\n            },\n            \"status\": \"pending\",\n            \"observation\": \"<p>Falei com Henrique e ele gostou da nossa Plataforma</p>\",\n            \"source\": \"deal\",\n            \"contact\": {\n                \"_id\": \"67eec828f18d7a1ae5b92501\",\n                \"customFields\": [\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6a91460d4f00123b3d72\",\n                        \"k\": \"Hobbies preferidos\",\n                        \"v\": [\n                            {\n                                \"value\": \"Viagens\",\n                                \"_id\": \"63ed6a91460d4f00123b3d74\"\n                            },\n                            {\n                                \"value\": \"Bebidas\",\n                                \"_id\": \"63ed6a91460d4f00123b3d77\"\n                            },\n                            {\n                                \"value\": \"Animais\",\n                                \"_id\": \"63ed6a91460d4f00123b3d7a\"\n                            }\n                        ]\n                    },\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6bda460d4f00123b3da0\",\n                        \"k\": \"Bebida preferida?\",\n                        \"v\": [\n                            {\n                                \"_id\": \"63ed6bda460d4f00123b3da1\",\n                                \"value\": \"Whisky\"\n                            },\n                            {\n                                \"_id\": \"63ed6bda460d4f00123b3da3\",\n                                \"value\": \" Espumante\"\n                            }\n                        ]\n                    }\n                ],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Henrique\",\n                \"lastname\": \"Pamplona\",\n                \"fullname\": \"Henrique Pamplona\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"17996566959\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 5,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-03T17:40:56.530Z\",\n                \"updatedAt\": \"2025-04-03T17:50:10.236Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67eec828f18d7a1ae5b9250c\",\n                \"code\": 111,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb001311978c\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Demo com a Reserva Capital\",\n                \"amount\": 300000,\n                \"won\": true,\n                \"lost\": false,\n                \"observation\": \"<p>Clientes do Agro</p>\",\n                \"closed\": true,\n                \"contact\": \"67eec828f18d7a1ae5b92501\",\n                \"active\": true,\n                \"createdAt\": \"2025-04-03T17:40:56.934Z\",\n                \"updatedAt\": \"2025-04-03T17:44:15.356Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-04-03T17:44:11.361Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": true\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-04-03T17:44:14.572Z\",\n                \"closedDate\": \"2025-04-03T17:44:14.202Z\"\n            },\n            \"treatment\": \"67eec84ef18d7a1ae5b92942\",\n            \"active\": true,\n            \"createdAt\": \"2025-04-03T17:41:34.599Z\",\n            \"updatedAt\": \"2025-04-03T17:41:34.599Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"67eec885f18d7a1ae5b92c2f\",\n            \"code\": 112,\n            \"owner\": {\n                \"_id\": \"67d83c26cb7b61bd33595593\",\n                \"customFields\": [],\n                \"fullname\": \"Catia Manieri\",\n                \"email\": \"catia@magnetcustomer.com\",\n                \"workspaces\": [],\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"status\": \"online\",\n                \"default\": false,\n                \"admin\": false,\n                \"active\": true,\n                \"createdAt\": \"2025-03-17T15:13:42.640Z\",\n                \"updatedAt\": \"2025-04-07T17:51:29.071Z\",\n                \"name\": \"Catia\",\n                \"lastname\": \"Manieri\",\n                \"__v\": 0,\n                \"lastLogin\": \"2025-04-07T17:51:29.070Z\",\n                \"settings\": {\n                    \"sidebarCollapsed\": false,\n                    \"theme\": \"light\"\n                }\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Montar apresentação\",\n            \"dateOfExpires\": \"2025-04-09T21:00:33.287Z\",\n            \"type\": {\n                \"_id\": \"6685924c37636fc245885841\",\n                \"slug\": \"task\",\n                \"active\": true,\n                \"default\": true,\n                \"defaultForNewTask\": true,\n                \"name\": \"Tarefa\",\n                \"createdAt\": \"2024-07-03T18:02:52.000Z\",\n                \"updatedAt\": \"2024-07-03T18:02:52.000Z\"\n            },\n            \"status\": \"pending\",\n            \"observation\": \"<p>Cliente gosta de comprar gado, então vale a pena falarmos sobre RF</p>\",\n            \"source\": \"deal\",\n            \"contact\": {\n                \"_id\": \"67eec828f18d7a1ae5b92501\",\n                \"customFields\": [\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6a91460d4f00123b3d72\",\n                        \"k\": \"Hobbies preferidos\",\n                        \"v\": [\n                            {\n                                \"value\": \"Viagens\",\n                                \"_id\": \"63ed6a91460d4f00123b3d74\"\n                            },\n                            {\n                                \"value\": \"Bebidas\",\n                                \"_id\": \"63ed6a91460d4f00123b3d77\"\n                            },\n                            {\n                                \"value\": \"Animais\",\n                                \"_id\": \"63ed6a91460d4f00123b3d7a\"\n                            }\n                        ]\n                    },\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6bda460d4f00123b3da0\",\n                        \"k\": \"Bebida preferida?\",\n                        \"v\": [\n                            {\n                                \"_id\": \"63ed6bda460d4f00123b3da1\",\n                                \"value\": \"Whisky\"\n                            },\n                            {\n                                \"_id\": \"63ed6bda460d4f00123b3da3\",\n                                \"value\": \" Espumante\"\n                            }\n                        ]\n                    }\n                ],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Henrique\",\n                \"lastname\": \"Pamplona\",\n                \"fullname\": \"Henrique Pamplona\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"17996566959\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 5,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-03T17:40:56.530Z\",\n                \"updatedAt\": \"2025-04-03T17:50:10.236Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67eec828f18d7a1ae5b9250c\",\n                \"code\": 111,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb001311978c\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Demo com a Reserva Capital\",\n                \"amount\": 300000,\n                \"won\": true,\n                \"lost\": false,\n                \"observation\": \"<p>Clientes do Agro</p>\",\n                \"closed\": true,\n                \"contact\": \"67eec828f18d7a1ae5b92501\",\n                \"active\": true,\n                \"createdAt\": \"2025-04-03T17:40:56.934Z\",\n                \"updatedAt\": \"2025-04-03T17:44:15.356Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-04-03T17:44:11.361Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": true\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-04-03T17:44:14.572Z\",\n                \"closedDate\": \"2025-04-03T17:44:14.202Z\"\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-03T17:42:29.098Z\",\n            \"updatedAt\": \"2025-04-03T17:42:29.098Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"67efdbd3f18d7a1ae5b94bf0\",\n            \"code\": 113,\n            \"owner\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"title\": \"Retorno: Demonstração do CRM\",\n            \"dateOfExpires\": \"2025-04-05T21:00:35.490Z\",\n            \"type\": {\n                \"_id\": \"6685924c37636fc245885848\",\n                \"slug\": \"whatsapp\",\n                \"active\": true,\n                \"default\": true,\n                \"name\": \"Whatsapp\",\n                \"createdAt\": \"2024-07-03T18:02:52.000Z\",\n                \"updatedAt\": \"2024-07-03T18:02:52.000Z\"\n            },\n            \"status\": \"pending\",\n            \"observation\": \"<p>Apresentei a Plataforma para Felippe e Maycon e ambos gostaram. Vamos seguir para contratação.</p>\",\n            \"source\": \"deal\",\n            \"contact\": {\n                \"_id\": \"67efdb80f18d7a1ae5b94782\",\n                \"customFields\": [\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"62fe8c2292142402e32d67b0\",\n                        \"k\": \"Presentes que possam agradar o cliente\",\n                        \"v\": [\n                            {\n                                \"value\": \" Vinho\",\n                                \"_id\": \"62fe8c2292142402e32d67b2\"\n                            },\n                            {\n                                \"value\": \" Chocolate\",\n                                \"_id\": \"62fe8c2292142402e32d67b5\"\n                            }\n                        ]\n                    },\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6a91460d4f00123b3d72\",\n                        \"k\": \"Hobbies preferidos\",\n                        \"v\": [\n                            {\n                                \"value\": \"Viagens\",\n                                \"_id\": \"63ed6a91460d4f00123b3d74\"\n                            },\n                            {\n                                \"value\": \"Gastronomia\",\n                                \"_id\": \"63ed6a91460d4f00123b3d76\"\n                            }\n                        ]\n                    }\n                ],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Felippe\",\n                \"lastname\": \"Rasera\",\n                \"fullname\": \"Felippe Rasera\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"48999217834\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-04T13:15:44.293Z\",\n                \"updatedAt\": \"2025-04-04T13:23:02.249Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67efdb80f18d7a1ae5b9478d\",\n                \"code\": 112,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb001311978c\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Demo com a Ágata\",\n                \"amount\": 300000,\n                \"expectedCloseDate\": \"2025-04-04T03:00:00.000Z\",\n                \"won\": true,\n                \"lost\": false,\n                \"observation\": \"<p>Felippe era da Unifique</p>\",\n                \"closed\": true,\n                \"contact\": \"67efdb80f18d7a1ae5b94782\",\n                \"active\": true,\n                \"createdAt\": \"2025-04-04T13:15:44.675Z\",\n                \"updatedAt\": \"2025-04-04T13:19:29.208Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-04-04T13:19:24.478Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": true\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-04-04T13:19:28.597Z\",\n                \"closedDate\": \"2025-04-04T13:19:27.652Z\"\n            },\n            \"treatment\": \"67efdbd3f18d7a1ae5b94bc8\",\n            \"active\": true,\n            \"createdAt\": \"2025-04-04T13:17:07.915Z\",\n            \"updatedAt\": \"2025-04-04T13:17:07.915Z\",\n            \"__v\": 0\n        }\n    ],\n    \"total\": 27,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 2,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": true,\n    \"prevPage\": null,\n    \"nextPage\": 2\n}"}],"_postman_id":"8e50b2ba-3c80-4acc-bdfb-93b986f02648"},{"name":"Get One Task","id":"eddd31f4-319f-416e-b0e4-730fe1458477","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks/67f5fa02f2f375edcc79b067","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","tasks","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"eddd31f4-319f-416e-b0e4-730fe1458477"},{"name":"Create One Task","id":"b1b768b0-b593-486b-a59e-e899ce0c97bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"task\",\n    \"dateOfExpires\": \"2025-04-12T22:00:10.289Z\",\n    \"owner\": \"66467477b8526919c10129be\",\n    \"type\": \"6685924c37636fc245885841\",\n    \"title\": \"Verificar registro\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","tasks"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1b768b0-b593-486b-a59e-e899ce0c97bd"},{"name":"Update One Task","id":"e08992e4-82a6-4f7c-8bfb-8982170c4d2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"task\",\n    \"dateOfExpires\": \"2025-04-12T22:00:10.289Z\",\n    \"owner\": \"66467477b8526919c10129be\",\n    \"type\": \"6685924c37636fc245885841\",\n    \"title\": \"Verificar registro\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks/67f60538b5bae4c34eca7eb3","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","tasks","67f60538b5bae4c34eca7eb3"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e08992e4-82a6-4f7c-8bfb-8982170c4d2d"}],"id":"d17d392f-0d7f-4561-ba4f-64ce17002ab2","description":"<p>Represents internal or customer-related action items, assignable to users with due dates and statuses.</p>\n","_postman_id":"d17d392f-0d7f-4561-ba4f-64ce17002ab2","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Meetings","item":[{"name":"Types","item":[{"name":"List Meeting Types","id":"f83f20e2-9b54-4cbb-9bc2-ceee11624f6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/meetings/types?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number): The page number to retrieve</p>\n</li>\n<li><p>search (string): Search query</p>\n</li>\n<li><p>limit (number): Number of items per page</p>\n</li>\n<li><p>emailsEmpty (boolean): Filter for empty emails</p>\n</li>\n<li><p>phonesEmpty (boolean): Filter for empty phones</p>\n</li>\n<li><p>interactionsEmpty (boolean): Filter for empty interactions</p>\n</li>\n<li><p>sortBy (string): Field to sort by</p>\n</li>\n<li><p>sortType (string): Sorting order (asc/desc)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"docs\": [\n    {\n      \"_id\": \"\",\n      \"code\": 0,\n      \"owner\": {\n        \"_id\": \"\",\n        \"email\": \"\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"\",\n        \"customFields\": [],\n        \"default\": true,\n        \"fullname\": \"\",\n        \"image\": \"\",\n        \"role\": \"\",\n        \"settings\": {\n          \"sidebarCollapsed\": true,\n          \"theme\": \"\"\n        },\n        \"status\": \"\",\n        \"type\": \"\",\n        \"updatedAt\": \"\",\n        \"lastLogin\": \"\",\n        \"lastname\": \"\",\n        \"name\": \"\"\n      },\n      \"participants\": [],\n      \"observers\": [],\n      \"title\": \"\",\n      \"dateOfExpires\": \"\",\n      \"type\": {\n        \"_id\": \"\",\n        \"slug\": \"\",\n        \"active\": true,\n        \"default\": true,\n        \"defaultForNewTask\": true,\n        \"name\": \"\",\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\"\n      },\n      \"status\": \"\",\n      \"observation\": \"\",\n      \"source\": \"\",\n      \"contact\": {\n        \"_id\": \"\",\n        \"customFields\": [],\n        \"lifeCycle\": \"\",\n        \"labels\": [],\n        \"source\": \"\",\n        \"name\": \"\",\n        \"lastname\": \"\",\n        \"fullname\": \"\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"\",\n        \"phones\": [\n          {\n            \"typePhone\": \"\",\n            \"number\": \"\",\n            \"ddi\": \"\"\n          }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"owners\": [\"\"],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 0,\n        \"createdBy\": \"\",\n        \"updatedBy\": \"\",\n        \"favoriteChannelToCommunication\": [],\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0\n      },\n      \"deal\": {\n        \"_id\": \"\",\n        \"code\": 0,\n        \"labels\": [],\n        \"customFields\": [],\n        \"source\": \"\",\n        \"pipeline\": \"\",\n        \"stage\": \"\",\n        \"staff\": \"\",\n        \"participants\": [],\n        \"observers\": [],\n        \"title\": \"\",\n        \"amount\": 0,\n        \"expectedCloseDate\": \"\",\n        \"won\": true,\n        \"lost\": true,\n        \"closed\": true,\n        \"contact\": \"\",\n        \"active\": true,\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0,\n        \"enteredStageDate\": \"\",\n        \"requiredActionsPending\": {\n          \"task\": [],\n          \"meeting\": [],\n          \"ticket\": [],\n          \"validation\": true\n        },\n        \"requiredFieldPending\": {\n          \"contact\": [],\n          \"deal\": [],\n          \"validation\": true\n        },\n        \"lastActivity\": \"\",\n        \"closedDate\": \"\"\n      },\n      \"pipelineStage\": \"\",\n      \"resourceTemplate\": \"\",\n      \"active\": true,\n      \"createdAt\": \"\",\n      \"updatedAt\": \"\",\n      \"__v\": 0,\n      \"dateFinished\": \"\"\n    }\n  ],\n  \"total\": 0,\n  \"limit\": 0,\n  \"page\": 0,\n  \"pages\": 0,\n  \"pagingCounter\": 0,\n  \"hasPrevPage\": true,\n  \"hasNextPage\": true,\n  \"prevPage\": null,\n  \"nextPage\": 0\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","meetings","types"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[],"_postman_id":"f83f20e2-9b54-4cbb-9bc2-ceee11624f6e"},{"name":"Get One Meeting Type","id":"ed9cdc97-d9d4-448d-9783-6471856e9fb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/meetings/types/67f5fa02f2f375edcc79b067","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","meetings","types","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed9cdc97-d9d4-448d-9783-6471856e9fb7"},{"name":"Create One Meeting Type","id":"a6ba63b8-c97f-43ee-b6d2-ee0dd9857bf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"task\",\n    \"dateOfExpires\": \"2025-04-12T22:00:10.289Z\",\n    \"owner\": \"66467477b8526919c10129be\",\n    \"type\": \"6685924c37636fc245885841\",\n    \"title\": \"Verificar registro\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/meetings/types","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","meetings","types"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6ba63b8-c97f-43ee-b6d2-ee0dd9857bf0"},{"name":"Update One Meeting Type","id":"0c0efedf-7a2e-42f0-89ff-945b052ec24e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"task\",\n    \"dateOfExpires\": \"2025-04-12T22:00:10.289Z\",\n    \"owner\": \"66467477b8526919c10129be\",\n    \"type\": \"6685924c37636fc245885841\",\n    \"title\": \"Verificar registro\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/meetings/types/67f60538b5bae4c34eca7eb3","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","meetings","types","67f60538b5bae4c34eca7eb3"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c0efedf-7a2e-42f0-89ff-945b052ec24e"}],"id":"e19ea235-1208-490e-b6e7-19a94909eb4b","_postman_id":"e19ea235-1208-490e-b6e7-19a94909eb4b","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Rooms","item":[{"name":"List Meeting Rooms","id":"70c5f25d-d363-41ab-9c47-c6895a0b3d25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/meetings/rooms?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number): The page number to retrieve</p>\n</li>\n<li><p>search (string): Search query</p>\n</li>\n<li><p>limit (number): Number of items per page</p>\n</li>\n<li><p>emailsEmpty (boolean): Filter for empty emails</p>\n</li>\n<li><p>phonesEmpty (boolean): Filter for empty phones</p>\n</li>\n<li><p>interactionsEmpty (boolean): Filter for empty interactions</p>\n</li>\n<li><p>sortBy (string): Field to sort by</p>\n</li>\n<li><p>sortType (string): Sorting order (asc/desc)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"docs\": [\n    {\n      \"_id\": \"\",\n      \"code\": 0,\n      \"owner\": {\n        \"_id\": \"\",\n        \"email\": \"\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"\",\n        \"customFields\": [],\n        \"default\": true,\n        \"fullname\": \"\",\n        \"image\": \"\",\n        \"role\": \"\",\n        \"settings\": {\n          \"sidebarCollapsed\": true,\n          \"theme\": \"\"\n        },\n        \"status\": \"\",\n        \"type\": \"\",\n        \"updatedAt\": \"\",\n        \"lastLogin\": \"\",\n        \"lastname\": \"\",\n        \"name\": \"\"\n      },\n      \"participants\": [],\n      \"observers\": [],\n      \"title\": \"\",\n      \"dateOfExpires\": \"\",\n      \"type\": {\n        \"_id\": \"\",\n        \"slug\": \"\",\n        \"active\": true,\n        \"default\": true,\n        \"defaultForNewTask\": true,\n        \"name\": \"\",\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\"\n      },\n      \"status\": \"\",\n      \"observation\": \"\",\n      \"source\": \"\",\n      \"contact\": {\n        \"_id\": \"\",\n        \"customFields\": [],\n        \"lifeCycle\": \"\",\n        \"labels\": [],\n        \"source\": \"\",\n        \"name\": \"\",\n        \"lastname\": \"\",\n        \"fullname\": \"\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"\",\n        \"phones\": [\n          {\n            \"typePhone\": \"\",\n            \"number\": \"\",\n            \"ddi\": \"\"\n          }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"owners\": [\"\"],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 0,\n        \"createdBy\": \"\",\n        \"updatedBy\": \"\",\n        \"favoriteChannelToCommunication\": [],\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0\n      },\n      \"deal\": {\n        \"_id\": \"\",\n        \"code\": 0,\n        \"labels\": [],\n        \"customFields\": [],\n        \"source\": \"\",\n        \"pipeline\": \"\",\n        \"stage\": \"\",\n        \"staff\": \"\",\n        \"participants\": [],\n        \"observers\": [],\n        \"title\": \"\",\n        \"amount\": 0,\n        \"expectedCloseDate\": \"\",\n        \"won\": true,\n        \"lost\": true,\n        \"closed\": true,\n        \"contact\": \"\",\n        \"active\": true,\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0,\n        \"enteredStageDate\": \"\",\n        \"requiredActionsPending\": {\n          \"task\": [],\n          \"meeting\": [],\n          \"ticket\": [],\n          \"validation\": true\n        },\n        \"requiredFieldPending\": {\n          \"contact\": [],\n          \"deal\": [],\n          \"validation\": true\n        },\n        \"lastActivity\": \"\",\n        \"closedDate\": \"\"\n      },\n      \"pipelineStage\": \"\",\n      \"resourceTemplate\": \"\",\n      \"active\": true,\n      \"createdAt\": \"\",\n      \"updatedAt\": \"\",\n      \"__v\": 0,\n      \"dateFinished\": \"\"\n    }\n  ],\n  \"total\": 0,\n  \"limit\": 0,\n  \"page\": 0,\n  \"pages\": 0,\n  \"pagingCounter\": 0,\n  \"hasPrevPage\": true,\n  \"hasNextPage\": true,\n  \"prevPage\": null,\n  \"nextPage\": 0\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","meetings","rooms"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[],"_postman_id":"70c5f25d-d363-41ab-9c47-c6895a0b3d25"},{"name":"Get One Meeting Room","id":"6fa08d56-afb0-4759-a630-4312ad66d4ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/meetings/rooms/67f5fa02f2f375edcc79b067","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","meetings","rooms","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fa08d56-afb0-4759-a630-4312ad66d4ed"},{"name":"Create One Meeting Room","id":"1f8b2dd1-21bc-471c-a2bf-e1b4faf04f18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"task\",\n    \"dateOfExpires\": \"2025-04-12T22:00:10.289Z\",\n    \"owner\": \"66467477b8526919c10129be\",\n    \"type\": \"6685924c37636fc245885841\",\n    \"title\": \"Verificar registro\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/meetings/rooms","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","meetings","rooms"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f8b2dd1-21bc-471c-a2bf-e1b4faf04f18"},{"name":"Update One Meeting Room","id":"a544089f-d633-4a72-8b84-11e14305e366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"source\": \"task\",\n    \"dateOfExpires\": \"2025-04-12T22:00:10.289Z\",\n    \"owner\": \"66467477b8526919c10129be\",\n    \"type\": \"6685924c37636fc245885841\",\n    \"title\": \"Verificar registro\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/meetings/rooms/67f60538b5bae4c34eca7eb3","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","meetings","rooms","67f60538b5bae4c34eca7eb3"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a544089f-d633-4a72-8b84-11e14305e366"}],"id":"d0963fe4-6077-4a8a-a27e-4d2ad536064e","_postman_id":"d0963fe4-6077-4a8a-a27e-4d2ad536064e","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"List Meetings","id":"f6d777dc-12f6-4f08-b2cd-b88ff8e0bc41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/meetings?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/meetings</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number): The page number to retrieve</p>\n</li>\n<li><p>search (string): Search query</p>\n</li>\n<li><p>limit (number): Number of items per page</p>\n</li>\n<li><p>emailsEmpty (boolean): Filter for empty emails</p>\n</li>\n<li><p>phonesEmpty (boolean): Filter for empty phones</p>\n</li>\n<li><p>interactionsEmpty (boolean): Filter for empty interactions</p>\n</li>\n<li><p>sortBy (string): Field to sort by</p>\n</li>\n<li><p>sortType (string): Sorting order (asc/desc)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<p>The response body contains an array of \"docs\" which includes meeting details such as \"_id\", \"calendar\", \"staff\", \"participants\", \"observers\", \"title\", \"description\", \"start\", \"end\", \"status\", \"contact\", \"deal\", \"active\", \"createdAt\", and \"updatedAt\". Additionally, the response includes \"total\", \"limit\", \"page\", \"pages\", \"pagingCounter\", \"hasPrevPage\", \"hasNextPage\", \"prevPage\", and \"nextPage\" properties.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","meetings"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[{"id":"cfeb7e6a-c2f7-4b62-9907-3b37c75daa60","name":"List Meetings","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/meetings?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","meetings"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 03:00:26 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"7570","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"1d92-hz5IMV8MCVFxEwibGRt8wPRvb+Q\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"67ddaf1f1f6da06bb99df8a0\",\n            \"calendar\": \"67ddaec41f6da06bb99df1da\",\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [\n                {\n                    \"_id\": \"66467477b8526919c10129cc\",\n                    \"email\": \"davi@magnetcustomer.com\",\n                    \"active\": true,\n                    \"admin\": true,\n                    \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                    \"customFields\": [],\n                    \"default\": false,\n                    \"fullname\": \"Davi Barboza | Magnet Customer\",\n                    \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                    \"role\": \"5d2e326a722df45b16b67099\",\n                    \"settings\": {\n                        \"sidebarCollapsed\": true,\n                        \"theme\": \"light\"\n                    },\n                    \"status\": \"online\",\n                    \"type\": \"user\",\n                    \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                    \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                    \"lastname\": \"Barboza | Magnet Customer\",\n                    \"name\": \"Davi\"\n                }\n            ],\n            \"observers\": [],\n            \"title\": \"Nova reunião\",\n            \"description\": \"<p>Apresentar a proposta</p>\",\n            \"start\": \"2025-03-21T18:00:00.000Z\",\n            \"end\": \"2025-03-21T19:00:00.000Z\",\n            \"status\": \"pending\",\n            \"contact\": {\n                \"_id\": \"67ddae721f6da06bb99de83a\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Pedro\",\n                \"lastname\": \"H\",\n                \"fullname\": \"Pedro H\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"11450241353\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 6,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-21T18:22:42.113Z\",\n                \"updatedAt\": \"2025-03-21T18:35:28.939Z\",\n                \"__v\": 0\n            },\n            \"deal\": {\n                \"_id\": \"67ddae731f6da06bb99de845\",\n                \"code\": 101,\n                \"labels\": [],\n                \"customFields\": [],\n                \"source\": \"platform\",\n                \"pipeline\": \"651d89cafb4ceb0013119787\",\n                \"stage\": \"651d89cafb4ceb001311978c\",\n                \"staff\": \"66467477b8526919c10129cc\",\n                \"participants\": [],\n                \"observers\": [],\n                \"title\": \"Demo com a Vamo\",\n                \"amount\": 300000,\n                \"expectedCloseDate\": \"2025-03-26T04:00:00.000Z\",\n                \"won\": true,\n                \"lost\": false,\n                \"closed\": true,\n                \"contact\": \"67ddae721f6da06bb99de83a\",\n                \"active\": true,\n                \"createdAt\": \"2025-03-21T18:22:43.011Z\",\n                \"updatedAt\": \"2025-03-21T18:28:05.252Z\",\n                \"__v\": 0,\n                \"enteredStageDate\": \"2025-03-21T18:27:53.285Z\",\n                \"requiredActionsPending\": {\n                    \"task\": [],\n                    \"meeting\": [],\n                    \"ticket\": [],\n                    \"validation\": true\n                },\n                \"requiredFieldPending\": {\n                    \"contact\": [],\n                    \"deal\": [],\n                    \"validation\": true\n                },\n                \"lastActivity\": \"2025-03-21T18:27:59.554Z\",\n                \"closedDate\": \"2025-03-21T18:27:53.080Z\"\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-03-21T18:25:35.935Z\",\n            \"updatedAt\": \"2025-03-21T18:25:35.935Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"67ebf602b9cdf2f6cc75297c\",\n            \"calendar\": \"67ddaec41f6da06bb99df1da\",\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [\n                {\n                    \"_id\": \"66467477b8526919c10129cc\",\n                    \"email\": \"davi@magnetcustomer.com\",\n                    \"active\": true,\n                    \"admin\": true,\n                    \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                    \"customFields\": [],\n                    \"default\": false,\n                    \"fullname\": \"Davi Barboza | Magnet Customer\",\n                    \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                    \"role\": \"5d2e326a722df45b16b67099\",\n                    \"settings\": {\n                        \"sidebarCollapsed\": true,\n                        \"theme\": \"light\"\n                    },\n                    \"status\": \"online\",\n                    \"type\": \"user\",\n                    \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                    \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                    \"lastname\": \"Barboza | Magnet Customer\",\n                    \"name\": \"Davi\"\n                }\n            ],\n            \"observers\": [],\n            \"title\": \"Apresentação de carteira\",\n            \"start\": \"2025-04-01T14:00:00.000Z\",\n            \"end\": \"2025-04-01T15:00:00.000Z\",\n            \"status\": \"pending\",\n            \"contact\": {\n                \"_id\": \"67ebf4aab9cdf2f6cc751a68\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Julio\",\n                \"lastname\": \"Braga\",\n                \"fullname\": \"Julio Braga\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"14991567820\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 4,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-01T14:14:02.529Z\",\n                \"updatedAt\": \"2025-04-01T14:22:29.506Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-01T14:19:46.583Z\",\n            \"updatedAt\": \"2025-04-01T14:19:46.583Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"67f564ddb5bae4c34eca2114\",\n            \"calendar\": \"67ddaec41f6da06bb99df1da\",\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"participants\": [\n                {\n                    \"_id\": \"66467477b8526919c10129cc\",\n                    \"email\": \"davi@magnetcustomer.com\",\n                    \"active\": true,\n                    \"admin\": true,\n                    \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                    \"customFields\": [],\n                    \"default\": false,\n                    \"fullname\": \"Davi Barboza | Magnet Customer\",\n                    \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                    \"role\": \"5d2e326a722df45b16b67099\",\n                    \"settings\": {\n                        \"sidebarCollapsed\": true,\n                        \"theme\": \"light\"\n                    },\n                    \"status\": \"online\",\n                    \"type\": \"user\",\n                    \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                    \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                    \"lastname\": \"Barboza | Magnet Customer\",\n                    \"name\": \"Davi\"\n                }\n            ],\n            \"observers\": [],\n            \"title\": \"Alinhamento de carteira\",\n            \"start\": \"2025-04-08T18:00:00.000Z\",\n            \"end\": \"2025-04-08T19:00:00.000Z\",\n            \"status\": \"finished\",\n            \"contact\": {\n                \"_id\": \"67f564adb5bae4c34eca19c6\",\n                \"customFields\": [],\n                \"lifeCycle\": \"customer\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Carolina\",\n                \"lastname\": \"Albernaz\",\n                \"fullname\": \"Carolina Albernaz\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"87791894144\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"favoriteChannelToCommunication\": [\n                    {\n                        \"name\": \"WhatsApp\",\n                        \"_id\": \"5c7185c246859d73bc2a92d1\"\n                    },\n                    {\n                        \"name\": \"Ligação humanizada\",\n                        \"_id\": \"5c7185c246859d73bc2a92d2\"\n                    },\n                    {\n                        \"name\": \"SMS\",\n                        \"_id\": \"5c7185c246859d73bc2a92d3\"\n                    },\n                    {\n                        \"name\": \"E-mail\",\n                        \"_id\": \"5c7185c246859d73bc2a92d5\"\n                    }\n                ],\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"createdAt\": \"2025-04-08T18:02:21.225Z\",\n                \"updatedAt\": \"2025-04-08T18:02:32.813Z\",\n                \"__v\": 0\n            },\n            \"active\": true,\n            \"createdAt\": \"2025-04-08T18:03:09.020Z\",\n            \"updatedAt\": \"2025-04-08T18:03:55.147Z\",\n            \"__v\": 0,\n            \"description\": \"<p>Falamos sobre x coisas</p>\",\n            \"dateFinished\": \"2025-04-08T18:03:55.145Z\"\n        }\n    ],\n    \"total\": 3,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"f6d777dc-12f6-4f08-b2cd-b88ff8e0bc41"},{"name":"Get One Meeting","id":"7b31945e-e709-4ab9-a83c-f1d36867b79d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/meetings/67f5fa02f2f375edcc79b067","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","meetings","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b31945e-e709-4ab9-a83c-f1d36867b79d"},{"name":"Create One Meeting","id":"f8de78b2-9f8e-4eea-80a3-7e0b3c6df64c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Nova reunião\",\n    \"start\": \"2025-04-09T05:00:00.000Z\",\n    \"end\": \"2025-04-09T06:00:00.000Z\",\n    \"calendar\": \"67f60accb5bae4c34eca859e\",\n    \"workspace\": \"640a0ed0e917b10013758b5d\",\n    \"participants\": [\n        \"66467477b8526919c10129be\"\n    ],\n    \"staff\": \"66467477b8526919c10129be\",\n    \"type\": \"67f60ae3b5bae4c34eca85d1\",\n    \"room\": \"67f60af0b5bae4c34eca85eb\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\",\n    \"branch\": \"5cf92542d20b093741751e52\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/meetings","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","meetings"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8de78b2-9f8e-4eea-80a3-7e0b3c6df64c"},{"name":"Update One Meeting","id":"15398d61-b871-4172-b282-89e9fa89786b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Nova reunião\",\n    \"start\": \"2025-04-09T05:00:00.000Z\",\n    \"end\": \"2025-04-09T06:00:00.000Z\",\n    \"calendar\": \"67f60accb5bae4c34eca859e\",\n    \"workspace\": \"640a0ed0e917b10013758b5d\",\n    \"participants\": [\n        \"66467477b8526919c10129be\"\n    ],\n    \"staff\": \"66467477b8526919c10129be\",\n    \"type\": \"67f60ae3b5bae4c34eca85d1\",\n    \"room\": \"67f60af0b5bae4c34eca85eb\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\",\n    \"branch\": \"5cf92542d20b093741751e52\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/meetings/67f60538b5bae4c34eca7eb3","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","meetings","67f60538b5bae4c34eca7eb3"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"15398d61-b871-4172-b282-89e9fa89786b"}],"id":"3041a7bf-7017-404f-b05f-4ae2cc4b25c2","description":"<p>Schedules and logs meetings between users and clients, supporting integrations with calendar tools.</p>\n","_postman_id":"3041a7bf-7017-404f-b05f-4ae2cc4b25c2","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Treatments","item":[{"name":"Types","item":[{"name":"List Treatment Types","id":"368cd5de-c3b5-477d-a4f7-3329eba9e8cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments/types?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number): The page number to retrieve</p>\n</li>\n<li><p>search (string): Search query</p>\n</li>\n<li><p>limit (number): Number of items per page</p>\n</li>\n<li><p>emailsEmpty (boolean): Filter for empty emails</p>\n</li>\n<li><p>phonesEmpty (boolean): Filter for empty phones</p>\n</li>\n<li><p>interactionsEmpty (boolean): Filter for empty interactions</p>\n</li>\n<li><p>sortBy (string): Field to sort by</p>\n</li>\n<li><p>sortType (string): Sorting order (asc/desc)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"docs\": [\n    {\n      \"_id\": \"\",\n      \"code\": 0,\n      \"owner\": {\n        \"_id\": \"\",\n        \"email\": \"\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"\",\n        \"customFields\": [],\n        \"default\": true,\n        \"fullname\": \"\",\n        \"image\": \"\",\n        \"role\": \"\",\n        \"settings\": {\n          \"sidebarCollapsed\": true,\n          \"theme\": \"\"\n        },\n        \"status\": \"\",\n        \"type\": \"\",\n        \"updatedAt\": \"\",\n        \"lastLogin\": \"\",\n        \"lastname\": \"\",\n        \"name\": \"\"\n      },\n      \"participants\": [],\n      \"observers\": [],\n      \"title\": \"\",\n      \"dateOfExpires\": \"\",\n      \"type\": {\n        \"_id\": \"\",\n        \"slug\": \"\",\n        \"active\": true,\n        \"default\": true,\n        \"defaultForNewTask\": true,\n        \"name\": \"\",\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\"\n      },\n      \"status\": \"\",\n      \"observation\": \"\",\n      \"source\": \"\",\n      \"contact\": {\n        \"_id\": \"\",\n        \"customFields\": [],\n        \"lifeCycle\": \"\",\n        \"labels\": [],\n        \"source\": \"\",\n        \"name\": \"\",\n        \"lastname\": \"\",\n        \"fullname\": \"\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"\",\n        \"phones\": [\n          {\n            \"typePhone\": \"\",\n            \"number\": \"\",\n            \"ddi\": \"\"\n          }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"owners\": [\"\"],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 0,\n        \"createdBy\": \"\",\n        \"updatedBy\": \"\",\n        \"favoriteChannelToCommunication\": [],\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0\n      },\n      \"deal\": {\n        \"_id\": \"\",\n        \"code\": 0,\n        \"labels\": [],\n        \"customFields\": [],\n        \"source\": \"\",\n        \"pipeline\": \"\",\n        \"stage\": \"\",\n        \"staff\": \"\",\n        \"participants\": [],\n        \"observers\": [],\n        \"title\": \"\",\n        \"amount\": 0,\n        \"expectedCloseDate\": \"\",\n        \"won\": true,\n        \"lost\": true,\n        \"closed\": true,\n        \"contact\": \"\",\n        \"active\": true,\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0,\n        \"enteredStageDate\": \"\",\n        \"requiredActionsPending\": {\n          \"task\": [],\n          \"meeting\": [],\n          \"ticket\": [],\n          \"validation\": true\n        },\n        \"requiredFieldPending\": {\n          \"contact\": [],\n          \"deal\": [],\n          \"validation\": true\n        },\n        \"lastActivity\": \"\",\n        \"closedDate\": \"\"\n      },\n      \"pipelineStage\": \"\",\n      \"resourceTemplate\": \"\",\n      \"active\": true,\n      \"createdAt\": \"\",\n      \"updatedAt\": \"\",\n      \"__v\": 0,\n      \"dateFinished\": \"\"\n    }\n  ],\n  \"total\": 0,\n  \"limit\": 0,\n  \"page\": 0,\n  \"pages\": 0,\n  \"pagingCounter\": 0,\n  \"hasPrevPage\": true,\n  \"hasNextPage\": true,\n  \"prevPage\": null,\n  \"nextPage\": 0\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","treatments","types"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[{"id":"35eaae6a-3e54-41f4-9374-a5df05b0d516","name":"List Treatment Types","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments/types?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","treatments","types"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 09:00:02 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"1069","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"42d-KpKK3S8pU2aE+nPuBVXu6P1ZhKU\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"5e418f078406410db2ebe2fd\",\n            \"active\": true,\n            \"default\": false,\n            \"name\": \"E-mail\",\n            \"slug\": \"E-mail\",\n            \"partner\": \"5cf92541d20b093741751e4c\",\n            \"__v\": 0,\n            \"createdAt\": \"2020-02-10T17:12:39.000Z\",\n            \"updatedAt\": \"2020-02-10T17:12:39.000Z\",\n            \"id\": \"5e418f078406410db2ebe2fd\"\n        },\n        {\n            \"_id\": \"642ecf9bfc1ba3001356e719\",\n            \"active\": true,\n            \"default\": false,\n            \"name\": \"Reunião\",\n            \"slug\": \"evento\",\n            \"partner\": \"5cf92541d20b093741751e4c\",\n            \"__v\": 0,\n            \"createdAt\": \"2023-04-06T13:56:43.000Z\",\n            \"updatedAt\": \"2023-04-06T13:56:43.000Z\",\n            \"id\": \"642ecf9bfc1ba3001356e719\"\n        },\n        {\n            \"_id\": \"642ecf85fc1ba3001356e718\",\n            \"active\": true,\n            \"default\": false,\n            \"name\": \"Ligação\",\n            \"slug\": \"telefone\",\n            \"partner\": \"5cf92541d20b093741751e4c\",\n            \"__v\": 0,\n            \"createdAt\": \"2023-04-06T13:56:21.000Z\",\n            \"updatedAt\": \"2023-04-06T13:56:21.000Z\",\n            \"id\": \"642ecf85fc1ba3001356e718\"\n        },\n        {\n            \"_id\": \"62fe74d38fbe6602779e7bfb\",\n            \"active\": true,\n            \"default\": false,\n            \"name\": \"Whatsapp\",\n            \"slug\": \"Whatsapp\",\n            \"partner\": \"5cf92541d20b093741751e4c\",\n            \"__v\": 0,\n            \"createdAt\": \"2022-08-18T17:20:19.000Z\",\n            \"updatedAt\": \"2022-08-18T17:20:19.000Z\",\n            \"id\": \"62fe74d38fbe6602779e7bfb\"\n        }\n    ],\n    \"total\": 4,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 1\n}"}],"_postman_id":"368cd5de-c3b5-477d-a4f7-3329eba9e8cb"},{"name":"Get One Treatment Type","id":"03d12883-eb1f-484a-96d9-455d0265e6cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments/types/5e418f078406410db2ebe2fd","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","treatments","types","5e418f078406410db2ebe2fd"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"03d12883-eb1f-484a-96d9-455d0265e6cb"},{"name":"Create One Treatment Type","id":"5820e4a6-e43d-4118-9233-c3f1e2327f44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"E-mail\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments/types","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","treatments","types"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5820e4a6-e43d-4118-9233-c3f1e2327f44"},{"name":"Update One Treatment Type","id":"469a5551-c821-49a1-97ca-c6c87ba8fee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"E-mail\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments/types/67f60538b5bae4c34eca7eb3","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","treatments","types","67f60538b5bae4c34eca7eb3"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"469a5551-c821-49a1-97ca-c6c87ba8fee1"}],"id":"1de463be-49b7-4d52-9a16-2ee3676bb4ed","_postman_id":"1de463be-49b7-4d52-9a16-2ee3676bb4ed","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"List Treatments","id":"1f54ff79-334b-4189-874d-aab49b07065a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<p>This endpoint makes an HTTP GET request to retrieve pipelines from the platform. The request includes query parameters for page number, search, limit, and filtering options for empty emails, phones, and interactions, along with sorting parameters.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/pipelines</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number): The page number to retrieve</p>\n</li>\n<li><p>search (string): Search query</p>\n</li>\n<li><p>limit (number): Number of items per page</p>\n</li>\n<li><p>emailsEmpty (boolean): Filter for empty emails</p>\n</li>\n<li><p>phonesEmpty (boolean): Filter for empty phones</p>\n</li>\n<li><p>interactionsEmpty (boolean): Filter for empty interactions</p>\n</li>\n<li><p>sortBy (string): Field to sort by</p>\n</li>\n<li><p>sortType (string): Sorting order (asc/desc)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n<li><p>{ \"docs\": [ { \"_id\": \"\", \"active\": true, \"defaultView\": true, \"title\": \"\", \"branch\": \"\", \"partner\": \"\", \"staff\": \"\", \"createdAt\": \"\", \"updatedAt\": \"\", \"__v\": 0, \"forModel\": \"\", \"roles\": [\"\"], \"staffs\": [], \"id\": \"\" } ], \"total\": 0, \"limit\": 0, \"page\": 0, \"pages\": 0}</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","treatments"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[{"id":"371e7b13-4d54-4ed9-b8eb-852d0a727287","name":"List Treatments","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","treatments"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 08:55:58 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"26513","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"6791-OJB5jxv7UW9y3QYH8/GM1YL+a3I\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"67eec84ef18d7a1ae5b92942\",\n            \"type\": \"642ecf85fc1ba3001356e718\",\n            \"code\": 9,\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"subject\": \"Primeiro contato com o cliente\",\n            \"description\": \"<p>Falei com Henrique e ele gostou da nossa Plataforma</p>\",\n            \"nameType\": \"Ligação\",\n            \"tags\": [],\n            \"done\": true,\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67eec828f18d7a1ae5b92501\",\n                \"customFields\": [\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6a91460d4f00123b3d72\",\n                        \"k\": \"Hobbies preferidos\",\n                        \"v\": [\n                            {\n                                \"value\": \"Viagens\",\n                                \"_id\": \"63ed6a91460d4f00123b3d74\"\n                            },\n                            {\n                                \"value\": \"Bebidas\",\n                                \"_id\": \"63ed6a91460d4f00123b3d77\"\n                            },\n                            {\n                                \"value\": \"Animais\",\n                                \"_id\": \"63ed6a91460d4f00123b3d7a\"\n                            }\n                        ]\n                    },\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6bda460d4f00123b3da0\",\n                        \"k\": \"Bebida preferida?\",\n                        \"v\": [\n                            {\n                                \"_id\": \"63ed6bda460d4f00123b3da1\",\n                                \"value\": \"Whisky\"\n                            },\n                            {\n                                \"_id\": \"63ed6bda460d4f00123b3da3\",\n                                \"value\": \" Espumante\"\n                            }\n                        ]\n                    }\n                ],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Henrique\",\n                \"lastname\": \"Pamplona\",\n                \"fullname\": \"Henrique Pamplona\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"17996566959\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 5,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-03T17:40:56.530Z\",\n                \"updatedAt\": \"2025-04-03T17:50:10.236Z\",\n                \"__v\": 0\n            },\n            \"deal\": \"67eec828f18d7a1ae5b9250c\",\n            \"customFields\": [],\n            \"createdAt\": \"2025-04-03T17:41:34.136Z\",\n            \"updatedAt\": \"2025-04-03T17:41:34.136Z\",\n            \"__v\": 0,\n            \"id\": \"67eec84ef18d7a1ae5b92942\"\n        },\n        {\n            \"_id\": \"67f0167af18d7a1ae5b975d5\",\n            \"type\": \"642ecf85fc1ba3001356e718\",\n            \"code\": 11,\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"subject\": \"Primeiro contato com o cliente\",\n            \"description\": \"<p>Falei com Douglas e ele quer evoluir para contratação do CRM</p>\",\n            \"nameType\": \"Ligação\",\n            \"tags\": [],\n            \"done\": true,\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67f01658f18d7a1ae5b97194\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Douglas\",\n                \"lastname\": \"Medeiros\",\n                \"fullname\": \"Douglas Medeiros\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"11912034049\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-04T17:26:48.689Z\",\n                \"updatedAt\": \"2025-04-04T17:26:48.689Z\",\n                \"__v\": 0\n            },\n            \"deal\": \"67f01659f18d7a1ae5b9719f\",\n            \"customFields\": [],\n            \"createdAt\": \"2025-04-04T17:27:22.882Z\",\n            \"updatedAt\": \"2025-04-04T17:27:22.882Z\",\n            \"__v\": 0,\n            \"id\": \"67f0167af18d7a1ae5b975d5\"\n        },\n        {\n            \"_id\": \"67ebe95dc0957e05a6d933ad\",\n            \"type\": \"642ecf85fc1ba3001356e718\",\n            \"code\": 5,\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"subject\": \"Primeiro contato com o cliente\",\n            \"description\": \"<p>Falei com Igor e ele quer avançar</p>\",\n            \"nameType\": \"Ligação\",\n            \"tags\": [],\n            \"done\": true,\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67ebe90ec0957e05a6d92f6d\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Igor\",\n                \"lastname\": \"Valentim\",\n                \"fullname\": \"Igor Valentim\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"21998660348\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-01T13:24:30.685Z\",\n                \"updatedAt\": \"2025-04-01T13:27:38.464Z\",\n                \"__v\": 0\n            },\n            \"deal\": \"67ebe90fc0957e05a6d92f78\",\n            \"customFields\": [],\n            \"createdAt\": \"2025-04-01T13:25:49.374Z\",\n            \"updatedAt\": \"2025-04-01T13:25:49.374Z\",\n            \"__v\": 0,\n            \"id\": \"67ebe95dc0957e05a6d933ad\"\n        },\n        {\n            \"_id\": \"67ed8e2b0137e8bbaba3545d\",\n            \"type\": \"642ecf85fc1ba3001356e718\",\n            \"code\": 8,\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"subject\": \"Primeiro contato com o cliente\",\n            \"description\": \"<p>Falei com Filipe e ele quer evoluir</p>\",\n            \"nameType\": \"Ligação\",\n            \"tags\": [],\n            \"done\": true,\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67ed8de70137e8bbaba3501f\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Filipe\",\n                \"lastname\": \"Barbosa\",\n                \"fullname\": \"Filipe Barbosa\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"85982192702\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-02T19:20:07.157Z\",\n                \"updatedAt\": \"2025-04-02T19:20:07.157Z\",\n                \"__v\": 0\n            },\n            \"deal\": \"67ed8de70137e8bbaba3502a\",\n            \"customFields\": [],\n            \"createdAt\": \"2025-04-02T19:21:15.135Z\",\n            \"updatedAt\": \"2025-04-02T19:21:15.135Z\",\n            \"__v\": 0,\n            \"id\": \"67ed8e2b0137e8bbaba3545d\"\n        },\n        {\n            \"_id\": \"67f3d1a0eda4e47d6fc3b157\",\n            \"type\": \"642ecf85fc1ba3001356e718\",\n            \"code\": 13,\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"subject\": \"Primeiro contato com o cliente\",\n            \"description\": \"<p>Falei com Murilo e ele gostou bastante da Plataforma</p>\",\n            \"nameType\": \"Ligação\",\n            \"tags\": [],\n            \"done\": true,\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67f3d0b2eda4e47d6fc3ab1b\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Murilo\",\n                \"lastname\": \"Ovelar\",\n                \"fullname\": \"Murilo Ovelar\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"67992812336\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 4,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-07T13:18:42.242Z\",\n                \"updatedAt\": \"2025-04-07T13:24:20.954Z\",\n                \"__v\": 0\n            },\n            \"deal\": \"67f3d0b2eda4e47d6fc3ab26\",\n            \"customFields\": [],\n            \"createdAt\": \"2025-04-07T13:22:40.902Z\",\n            \"updatedAt\": \"2025-04-07T13:22:40.902Z\",\n            \"__v\": 0,\n            \"id\": \"67f3d1a0eda4e47d6fc3b157\"\n        },\n        {\n            \"_id\": \"67e16b447242e8aa7e9aadb5\",\n            \"type\": \"642ecf85fc1ba3001356e718\",\n            \"code\": 4,\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"subject\": \"Primeiro contato com o cliente\",\n            \"description\": \"<p>Falei com Victor e vamos avançar para contratação</p>\",\n            \"nameType\": \"Ligação\",\n            \"tags\": [],\n            \"done\": true,\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67e16b017242e8aa7e9aa9e8\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Victor\",\n                \"lastname\": \"Paixão\",\n                \"fullname\": \"Victor Paixão\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"21983160907\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 3,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-24T14:24:01.120Z\",\n                \"updatedAt\": \"2025-03-24T14:25:10.081Z\",\n                \"__v\": 0\n            },\n            \"deal\": \"67e16b017242e8aa7e9aa9f3\",\n            \"customFields\": [],\n            \"createdAt\": \"2025-03-24T14:25:08.853Z\",\n            \"updatedAt\": \"2025-03-24T14:25:08.853Z\",\n            \"__v\": 0,\n            \"id\": \"67e16b447242e8aa7e9aadb5\"\n        },\n        {\n            \"_id\": \"67efdbd3f18d7a1ae5b94bc8\",\n            \"type\": \"642ecf9bfc1ba3001356e719\",\n            \"code\": 10,\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"subject\": \"Demonstração do CRM\",\n            \"description\": \"<p>Apresentei a Plataforma para Felippe e Maycon e ambos gostaram. Vamos seguir para contratação.</p>\",\n            \"nameType\": \"Reunião\",\n            \"tags\": [],\n            \"done\": true,\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67efdb80f18d7a1ae5b94782\",\n                \"customFields\": [\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"62fe8c2292142402e32d67b0\",\n                        \"k\": \"Presentes que possam agradar o cliente\",\n                        \"v\": [\n                            {\n                                \"value\": \" Vinho\",\n                                \"_id\": \"62fe8c2292142402e32d67b2\"\n                            },\n                            {\n                                \"value\": \" Chocolate\",\n                                \"_id\": \"62fe8c2292142402e32d67b5\"\n                            }\n                        ]\n                    },\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6a91460d4f00123b3d72\",\n                        \"k\": \"Hobbies preferidos\",\n                        \"v\": [\n                            {\n                                \"value\": \"Viagens\",\n                                \"_id\": \"63ed6a91460d4f00123b3d74\"\n                            },\n                            {\n                                \"value\": \"Gastronomia\",\n                                \"_id\": \"63ed6a91460d4f00123b3d76\"\n                            }\n                        ]\n                    }\n                ],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Felippe\",\n                \"lastname\": \"Rasera\",\n                \"fullname\": \"Felippe Rasera\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"48999217834\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-04T13:15:44.293Z\",\n                \"updatedAt\": \"2025-04-04T13:23:02.249Z\",\n                \"__v\": 0\n            },\n            \"deal\": \"67efdb80f18d7a1ae5b9478d\",\n            \"customFields\": [],\n            \"createdAt\": \"2025-04-04T13:17:07.419Z\",\n            \"updatedAt\": \"2025-04-04T13:17:07.419Z\",\n            \"__v\": 0,\n            \"id\": \"67efdbd3f18d7a1ae5b94bc8\"\n        },\n        {\n            \"_id\": \"67ddbecb1f6da06bb99e1282\",\n            \"type\": \"642ecf85fc1ba3001356e718\",\n            \"code\": 2,\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"subject\": \"Primeiro contato com o cliente\",\n            \"description\": \"<p>Falei com Ana</p>\",\n            \"nameType\": \"Ligação\",\n            \"tags\": [],\n            \"done\": true,\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67ddbe931f6da06bb99e0eb6\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Ana\",\n                \"lastname\": \"Carolina\",\n                \"fullname\": \"Ana Carolina\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"62996880508\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 3,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-21T19:31:31.421Z\",\n                \"updatedAt\": \"2025-03-21T19:38:30.204Z\",\n                \"__v\": 0\n            },\n            \"deal\": \"67ddbe971f6da06bb99e0ec1\",\n            \"customFields\": [],\n            \"createdAt\": \"2025-03-21T19:32:27.172Z\",\n            \"updatedAt\": \"2025-03-21T19:32:27.172Z\",\n            \"__v\": 0,\n            \"id\": \"67ddbecb1f6da06bb99e1282\"\n        },\n        {\n            \"_id\": \"67f3d190eda4e47d6fc3af73\",\n            \"type\": \"642ecf85fc1ba3001356e718\",\n            \"code\": 12,\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"subject\": \"Primeiro contato com o cliente\",\n            \"description\": \"<p>Falei com Murilo e ele gostou bastante da Plataforma</p>\",\n            \"nameType\": \"Ligação\",\n            \"tags\": [],\n            \"done\": true,\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67f3d0b2eda4e47d6fc3ab1b\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Murilo\",\n                \"lastname\": \"Ovelar\",\n                \"fullname\": \"Murilo Ovelar\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"67992812336\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 4,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-07T13:18:42.242Z\",\n                \"updatedAt\": \"2025-04-07T13:24:20.954Z\",\n                \"__v\": 0\n            },\n            \"deal\": \"67f3d0b2eda4e47d6fc3ab26\",\n            \"customFields\": [],\n            \"createdAt\": \"2025-04-07T13:22:24.504Z\",\n            \"updatedAt\": \"2025-04-07T13:22:24.504Z\",\n            \"__v\": 0,\n            \"id\": \"67f3d190eda4e47d6fc3af73\"\n        },\n        {\n            \"_id\": \"67ebf506b9cdf2f6cc751e32\",\n            \"type\": \"642ecf85fc1ba3001356e718\",\n            \"code\": 6,\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"subject\": \"Primeiro contato com o cliente\",\n            \"description\": \"<p>Falei com Julio e ele gostou bastante do CRM. Vamos avançar</p>\",\n            \"nameType\": \"Ligação\",\n            \"tags\": [],\n            \"done\": true,\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67ebf4aab9cdf2f6cc751a68\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Julio\",\n                \"lastname\": \"Braga\",\n                \"fullname\": \"Julio Braga\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"14991567820\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 4,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-01T14:14:02.529Z\",\n                \"updatedAt\": \"2025-04-01T14:22:29.506Z\",\n                \"__v\": 0\n            },\n            \"deal\": \"67ebf4aab9cdf2f6cc751a73\",\n            \"customFields\": [],\n            \"createdAt\": \"2025-04-01T14:15:34.164Z\",\n            \"updatedAt\": \"2025-04-01T14:15:34.164Z\",\n            \"__v\": 0,\n            \"id\": \"67ebf506b9cdf2f6cc751e32\"\n        },\n        {\n            \"_id\": \"67ddae891f6da06bb99dec01\",\n            \"type\": \"642ecf85fc1ba3001356e718\",\n            \"code\": 1,\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"subject\": \"Primeiro contato com o cliente\",\n            \"description\": \"<p>Falei com Pedro</p>\",\n            \"nameType\": \"Ligação\",\n            \"tags\": [],\n            \"done\": true,\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67ddae721f6da06bb99de83a\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Pedro\",\n                \"lastname\": \"H\",\n                \"fullname\": \"Pedro H\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"11450241353\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 6,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-21T18:22:42.113Z\",\n                \"updatedAt\": \"2025-03-21T18:35:28.939Z\",\n                \"__v\": 0\n            },\n            \"deal\": \"67ddae731f6da06bb99de845\",\n            \"customFields\": [],\n            \"createdAt\": \"2025-03-21T18:23:05.805Z\",\n            \"updatedAt\": \"2025-03-21T18:23:05.805Z\",\n            \"__v\": 0,\n            \"id\": \"67ddae891f6da06bb99dec01\"\n        },\n        {\n            \"_id\": \"67f54dfeb5bae4c34ec9e516\",\n            \"type\": \"642ecf85fc1ba3001356e718\",\n            \"code\": 14,\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"subject\": \"Primeiro contato com o cliente\",\n            \"description\": \"<p>Falei com Ruan e ele gostou do CRM.</p>\",\n            \"nameType\": \"Ligação\",\n            \"tags\": [],\n            \"done\": true,\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67f54d27b5bae4c34ec9e0c5\",\n                \"customFields\": [\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"62fe8c2292142402e32d67b0\",\n                        \"k\": \"Presentes que possam agradar o cliente\",\n                        \"v\": [\n                            {\n                                \"value\": \" Vinho\",\n                                \"_id\": \"62fe8c2292142402e32d67b2\"\n                            }\n                        ]\n                    },\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6a91460d4f00123b3d72\",\n                        \"k\": \"Hobbies preferidos\",\n                        \"v\": [\n                            {\n                                \"value\": \"Gastronomia\",\n                                \"_id\": \"63ed6a91460d4f00123b3d76\"\n                            },\n                            {\n                                \"value\": \"Religião\",\n                                \"_id\": \"63ed6a91460d4f00123b3d78\"\n                            }\n                        ]\n                    }\n                ],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Ruan\",\n                \"lastname\": \"Nogueira\",\n                \"fullname\": \"Ruan Nogueira\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"21981007912\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-08T16:21:59.442Z\",\n                \"updatedAt\": \"2025-04-08T16:30:38.333Z\",\n                \"__v\": 0\n            },\n            \"deal\": \"67f54d27b5bae4c34ec9e0d0\",\n            \"customFields\": [],\n            \"createdAt\": \"2025-04-08T16:25:34.254Z\",\n            \"updatedAt\": \"2025-04-08T16:25:34.254Z\",\n            \"__v\": 0,\n            \"id\": \"67f54dfeb5bae4c34ec9e516\"\n        },\n        {\n            \"_id\": \"67ddc0351f6da06bb99e14ea\",\n            \"type\": \"642ecf85fc1ba3001356e718\",\n            \"code\": 3,\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"subject\": \"Primeiro contato com o cliente\",\n            \"description\": \"<p>Falei com Ana</p>\",\n            \"nameType\": \"Ligação\",\n            \"tags\": [],\n            \"done\": true,\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67ddbe931f6da06bb99e0eb6\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Ana\",\n                \"lastname\": \"Carolina\",\n                \"fullname\": \"Ana Carolina\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"62996880508\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 3,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-21T19:31:31.421Z\",\n                \"updatedAt\": \"2025-03-21T19:38:30.204Z\",\n                \"__v\": 0\n            },\n            \"deal\": \"67ddbe971f6da06bb99e0ec1\",\n            \"customFields\": [],\n            \"createdAt\": \"2025-03-21T19:38:29.606Z\",\n            \"updatedAt\": \"2025-03-21T19:38:29.606Z\",\n            \"__v\": 0,\n            \"id\": \"67ddc0351f6da06bb99e14ea\"\n        },\n        {\n            \"_id\": \"67ed3a3a0137e8bbaba34a90\",\n            \"type\": \"642ecf9bfc1ba3001356e719\",\n            \"code\": 7,\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"subject\": \"Apresentação ETF Casa 11\",\n            \"description\": \"<p>Falei com João e ele quer saber mais sobre e ficamos de falar ano que vem</p>\",\n            \"nameType\": \"Reunião\",\n            \"tags\": [],\n            \"done\": true,\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67ed39f00137e8bbaba346e3\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Joao\",\n                \"lastname\": \"Rebouças\",\n                \"fullname\": \"Joao Rebouças\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"61981597900\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"favoriteChannelToCommunication\": [\n                    {\n                        \"name\": \"WhatsApp\",\n                        \"_id\": \"5c7185c246859d73bc2a92d1\"\n                    },\n                    {\n                        \"name\": \"Ligação humanizada\",\n                        \"_id\": \"5c7185c246859d73bc2a92d2\"\n                    },\n                    {\n                        \"name\": \"SMS\",\n                        \"_id\": \"5c7185c246859d73bc2a92d3\"\n                    },\n                    {\n                        \"name\": \"E-mail\",\n                        \"_id\": \"5c7185c246859d73bc2a92d5\"\n                    }\n                ],\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"createdAt\": \"2025-04-02T13:21:52.953Z\",\n                \"updatedAt\": \"2025-04-02T13:21:52.953Z\",\n                \"__v\": 0\n            },\n            \"customFields\": [],\n            \"createdAt\": \"2025-04-02T13:23:06.932Z\",\n            \"updatedAt\": \"2025-04-02T13:23:06.932Z\",\n            \"__v\": 0,\n            \"id\": \"67ed3a3a0137e8bbaba34a90\"\n        },\n        {\n            \"_id\": \"67f5614ab5bae4c34eca03ba\",\n            \"type\": \"642ecf85fc1ba3001356e718\",\n            \"code\": 15,\n            \"staff\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"subject\": \"Contato de relacionamento\",\n            \"description\": \"<p>Falei com Filipe e ele está precisando do IR</p>\",\n            \"nameType\": \"Ligação\",\n            \"tags\": [],\n            \"done\": true,\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67ed8de70137e8bbaba3501f\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Filipe\",\n                \"lastname\": \"Barbosa\",\n                \"fullname\": \"Filipe Barbosa\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"85982192702\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-02T19:20:07.157Z\",\n                \"updatedAt\": \"2025-04-02T19:20:07.157Z\",\n                \"__v\": 0\n            },\n            \"customFields\": [],\n            \"createdAt\": \"2025-04-08T17:47:54.087Z\",\n            \"updatedAt\": \"2025-04-08T17:47:54.087Z\",\n            \"__v\": 0,\n            \"id\": \"67f5614ab5bae4c34eca03ba\"\n        }\n    ],\n    \"total\": 21,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 2\n}"}],"_postman_id":"1f54ff79-334b-4189-874d-aab49b07065a"},{"name":"Get One Treatment","id":"8d9e8644-aea6-4c8d-ace2-828002a3947b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments/67eec84ef18d7a1ae5b92942","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","treatments","67eec84ef18d7a1ae5b92942"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"ef8c661d-58bc-43a0-92b7-31f7dc0ea2d2","name":"Get One Treatment","originalRequest":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments/67eec84ef18d7a1ae5b92942"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 08:56:33 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"3249","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"cb1-DytWHx4vxdLNYFXrEPJU9OPfGEc\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"67eec84ef18d7a1ae5b92942\",\n    \"type\": \"642ecf85fc1ba3001356e718\",\n    \"code\": 9,\n    \"staff\": {\n        \"_id\": \"66467477b8526919c10129cc\",\n        \"email\": \"davi@magnetcustomer.com\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n        \"customFields\": [],\n        \"default\": false,\n        \"fullname\": \"Davi Barboza | Magnet Customer\",\n        \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n        \"role\": \"5d2e326a722df45b16b67099\",\n        \"settings\": {\n            \"sidebarCollapsed\": true,\n            \"theme\": \"light\"\n        },\n        \"status\": \"online\",\n        \"type\": \"user\",\n        \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n        \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n        \"lastname\": \"Barboza | Magnet Customer\",\n        \"name\": \"Davi\"\n    },\n    \"subject\": \"Primeiro contato com o cliente\",\n    \"description\": \"<p>Falei com Henrique e ele gostou da nossa Plataforma</p>\",\n    \"nameType\": \"Ligação\",\n    \"tags\": [],\n    \"done\": true,\n    \"active\": true,\n    \"contact\": {\n        \"_id\": \"67eec828f18d7a1ae5b92501\",\n        \"customFields\": [\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            {\n                \"customField\": \"63ed6a91460d4f00123b3d72\",\n                \"k\": \"Hobbies preferidos\",\n                \"v\": [\n                    {\n                        \"value\": \"Viagens\",\n                        \"_id\": \"63ed6a91460d4f00123b3d74\"\n                    },\n                    {\n                        \"value\": \"Bebidas\",\n                        \"_id\": \"63ed6a91460d4f00123b3d77\"\n                    },\n                    {\n                        \"value\": \"Animais\",\n                        \"_id\": \"63ed6a91460d4f00123b3d7a\"\n                    }\n                ]\n            },\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            null,\n            {\n                \"customField\": \"63ed6bda460d4f00123b3da0\",\n                \"k\": \"Bebida preferida?\",\n                \"v\": [\n                    {\n                        \"_id\": \"63ed6bda460d4f00123b3da1\",\n                        \"value\": \"Whisky\"\n                    },\n                    {\n                        \"_id\": \"63ed6bda460d4f00123b3da3\",\n                        \"value\": \" Espumante\"\n                    }\n                ]\n            }\n        ],\n        \"lifeCycle\": \"prospect\",\n        \"labels\": [],\n        \"source\": \"platform\",\n        \"name\": \"Henrique\",\n        \"lastname\": \"Pamplona\",\n        \"fullname\": \"Henrique Pamplona\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"physical\",\n        \"phones\": [\n            {\n                \"typePhone\": \"cellphone\",\n                \"number\": \"17996566959\",\n                \"ddi\": \"+55\"\n            }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"owners\": [\n            \"66467477b8526919c10129cc\"\n        ],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 5,\n        \"createdBy\": \"66467477b8526919c10129cc\",\n        \"updatedBy\": \"66467477b8526919c10129cc\",\n        \"favoriteChannelToCommunication\": [],\n        \"createdAt\": \"2025-04-03T17:40:56.530Z\",\n        \"updatedAt\": \"2025-04-03T17:50:10.236Z\",\n        \"__v\": 0\n    },\n    \"deal\": {\n        \"_id\": \"67eec828f18d7a1ae5b9250c\",\n        \"code\": 111,\n        \"labels\": [],\n        \"customFields\": [],\n        \"source\": \"platform\",\n        \"pipeline\": \"651d89cafb4ceb0013119787\",\n        \"stage\": \"651d89cafb4ceb001311978c\",\n        \"staff\": \"66467477b8526919c10129cc\",\n        \"participants\": [],\n        \"observers\": [],\n        \"title\": \"Demo com a Reserva Capital\",\n        \"amount\": 300000,\n        \"won\": true,\n        \"lost\": false,\n        \"observation\": \"<p>Clientes do Agro</p>\",\n        \"closed\": true,\n        \"contact\": \"67eec828f18d7a1ae5b92501\",\n        \"active\": true,\n        \"createdAt\": \"2025-04-03T17:40:56.934Z\",\n        \"updatedAt\": \"2025-04-03T17:44:15.356Z\",\n        \"__v\": 0,\n        \"enteredStageDate\": \"2025-04-03T17:44:11.361Z\",\n        \"requiredActionsPending\": {\n            \"task\": [],\n            \"meeting\": [],\n            \"ticket\": [],\n            \"validation\": true\n        },\n        \"requiredFieldPending\": {\n            \"contact\": [],\n            \"deal\": [],\n            \"validation\": true\n        },\n        \"lastActivity\": \"2025-04-03T17:44:14.572Z\",\n        \"closedDate\": \"2025-04-03T17:44:14.202Z\"\n    },\n    \"customFields\": [],\n    \"createdAt\": \"2025-04-03T17:41:34.136Z\",\n    \"updatedAt\": \"2025-04-03T17:41:34.136Z\",\n    \"__v\": 0\n}"}],"_postman_id":"8d9e8644-aea6-4c8d-ace2-828002a3947b"},{"name":"Create One Treatment","id":"94ad58f9-3881-467f-989c-ab3ebab6f95f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Nova reunião\",\n    \"start\": \"2025-04-09T05:00:00.000Z\",\n    \"end\": \"2025-04-09T06:00:00.000Z\",\n    \"calendar\": \"67f60accb5bae4c34eca859e\",\n    \"workspace\": \"640a0ed0e917b10013758b5d\",\n    \"participants\": [\n        \"66467477b8526919c10129be\"\n    ],\n    \"staff\": \"66467477b8526919c10129be\",\n    \"type\": \"67f60ae3b5bae4c34eca85d1\",\n    \"room\": \"67f60af0b5bae4c34eca85eb\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\",\n    \"branch\": \"5cf92542d20b093741751e52\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","treatments"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"94ad58f9-3881-467f-989c-ab3ebab6f95f"},{"name":"Update One Treatment","id":"277a1528-e3ba-4f7e-957d-6f9c015df0c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"5e418f078406410db2ebe2fd\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\",\n    \"subject\": \"Teste\",\n    \"nameType\": \"E-mail\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments/67f60538b5bae4c34eca7eb3","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","treatments","67f60538b5bae4c34eca7eb3"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"277a1528-e3ba-4f7e-957d-6f9c015df0c0"}],"id":"5b84edbe-3eb3-4812-ab52-9e8b75bc35be","description":"<p>Tracks structured post-sale processes or service flows, ensuring consistent customer experience delivery.</p>\n","_postman_id":"5b84edbe-3eb3-4812-ab52-9e8b75bc35be","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Tickets","item":[{"name":"List Tickets","id":"06d4ef0d-6f39-482a-a3d2-38be78d74929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tickets?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<p>The API returns a JSON response with an array of \"docs\" containing ticket information. Each ticket object includes various fields such as \"_id\", \"customFields\", \"code\", \"senderModel\", \"sender\", \"workspaceReceiver\", \"participants\", \"observers\", \"subject\", \"description\", \"status\", \"labels\", \"priority\", \"active\", \"contact\", \"createdAt\", \"updatedAt\", \"receiver\", \"startAt\", and \"sortPriority\". Additionally, the response includes \"total\", \"limit\", \"page\", \"pages\", \"pagingCounter\", \"hasPrevPage\", \"hasNextPage\", \"prevPage\", and \"nextPage\" fields to handle pagination.</p>\n<p>Here's a sample JSON schema for the response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"docs\": [\n    {\n      \"_id\": \"\",\n      \"customFields\": [],\n      \"code\": 0,\n      \"senderModel\": \"\",\n      \"sender\": {\n        \"_id\": \"\",\n        \"email\": \"\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"\",\n        \"customFields\": [],\n        \"default\": true,\n        \"fullname\": \"\",\n        \"image\": \"\",\n        \"role\": \"\",\n        \"settings\": {\n          \"sidebarCollapsed\": true,\n          \"theme\": \"\"\n        },\n        \"status\": \"\",\n        \"type\": \"\",\n        \"updatedAt\": \"\",\n        \"lastLogin\": \"\",\n        \"lastname\": \"\",\n        \"name\": \"\"\n      },\n      \"workspaceReceiver\": {\n        \"_id\": \"\",\n        \"active\": true,\n        \"defaultForNewConversation\": true,\n        \"partner\": \"\",\n        \"name\": \"\",\n        \"slug\": \"\",\n        \"__v\": 0,\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\"\n      },\n      \"participants\": [],\n      \"observers\": [],\n      \"subject\": \"\",\n      \"description\": \"\",\n      \"status\": {\n        \"_id\": \"\",\n        \"workspace\": \"\",\n        \"active\": true,\n        \"category\": \"\",\n        \"default\": true,\n        \"isExpanded\": true,\n        \"name\": \"\",\n        \"nextStatusAllowed\": [\"\"],\n        \"position\": 0,\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\"\n      },\n      \"labels\": [],\n      \"priority\": \"\",\n      \"active\": true,\n      \"contact\": {\n        \"_id\": \"\",\n        \"customFields\": [],\n        \"lifeCycle\": \"\",\n        \"labels\": [],\n        \"source\": \"\",\n        \"name\": \"\",\n        \"lastname\": \"\",\n        \"fullname\": \"\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"\",\n        \"phones\": [\n          {\n            \"typePhone\": \"\",\n            \"number\": \"\",\n            \"ddi\": \"\"\n          }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"owners\": [\"\"],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 0,\n        \"createdBy\": \"\",\n        \"updatedBy\": \"\",\n        \"favoriteChannelToCommunication\": [],\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0\n      },\n      \"createdAt\": \"\",\n      \"updatedAt\": \"\",\n      \"__v\": 0,\n      \"receiver\": {\n        \"_id\": \"\",\n        \"email\": \"\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"\",\n        \"customFields\": [],\n        \"default\": true,\n        \"fullname\": \"\",\n        \"image\": \"\",\n        \"role\": \"\",\n        \"settings\": {\n          \"sidebarCollapsed\": true,\n          \"theme\": \"\"\n        },\n        \"status\": \"\",\n        \"type\": \"\",\n        \"updatedAt\": \"\",\n        \"lastLogin\": \"\",\n        \"lastname\": \"\",\n        \"name\": \"\"\n      },\n      \"startAt\": \"\",\n      \"sortPriority\": 0\n    }\n  ],\n  \"total\": 0,\n  \"limit\": 0,\n  \"page\": 0,\n  \"pages\": 0,\n  \"pagingCounter\": 0,\n  \"hasPrevPage\": true,\n  \"hasNextPage\": true,\n  \"prevPage\": null,\n  \"nextPage\": null\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","tickets"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[{"id":"768e81ae-dd54-4d47-ae12-1b545f198590","name":"List Tickets","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tickets?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","tickets"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 08:50:31 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"32547","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"7f23-QwP61ggUEl63R6vyglZ+XOiQfYI\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"67ddb16f1f6da06bb99e0956\",\n            \"customFields\": [],\n            \"code\": 1,\n            \"senderModel\": \"Staff\",\n            \"sender\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"workspaceReceiver\": {\n                \"_id\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"defaultForNewConversation\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Backoffice\",\n                \"slug\": \"mesa-investimentos\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-10-18T13:44:54.000Z\",\n                \"updatedAt\": \"2023-10-18T13:44:54.000Z\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"subject\": \"Vender 1000 unid de Petro\",\n            \"description\": \"<p>Cliente quer sair da operação</p>\",\n            \"status\": {\n                \"_id\": \"66d82b6bdbdb8ae7c83e4948\",\n                \"workspace\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"category\": \"inProgress\",\n                \"default\": false,\n                \"isExpanded\": true,\n                \"name\": \"Em andamento\",\n                \"nextStatusAllowed\": [\n                    \"66d82b6bdbdb8ae7c83e495e\",\n                    \"66d82b6bdbdb8ae7c83e4953\"\n                ],\n                \"position\": 2,\n                \"createdAt\": \"2024-09-04T09:42:03.000Z\",\n                \"updatedAt\": \"2024-09-04T09:42:03.000Z\"\n            },\n            \"labels\": [],\n            \"priority\": \"high\",\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67ddae721f6da06bb99de83a\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Pedro\",\n                \"lastname\": \"H\",\n                \"fullname\": \"Pedro H\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"11450241353\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 6,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-21T18:22:42.113Z\",\n                \"updatedAt\": \"2025-03-21T18:35:28.939Z\",\n                \"__v\": 0\n            },\n            \"createdAt\": \"2025-03-21T18:35:27.655Z\",\n            \"updatedAt\": \"2025-04-04T16:54:48.682Z\",\n            \"__v\": 0,\n            \"receiver\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"startAt\": \"2025-04-04T16:54:48.681Z\",\n            \"sortPriority\": 3\n        },\n        {\n            \"_id\": \"67ddc25d1f6da06bb99e20cd\",\n            \"customFields\": [],\n            \"code\": 2,\n            \"senderModel\": \"Staff\",\n            \"sender\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"workspaceReceiver\": {\n                \"_id\": \"669a5c17008a725d66f956cc\",\n                \"name\": \"Risco e Compliance\",\n                \"slug\": \"credito\",\n                \"active\": true,\n                \"defaultForNewConversation\": false,\n                \"__v\": 0,\n                \"createdAt\": \"2024-07-19T12:29:11.000Z\",\n                \"updatedAt\": \"2024-07-19T12:29:11.000Z\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"subject\": \"Quero comprar uma casa\",\n            \"description\": \"<p>Sei que tenho dinheiro e quero comprar uma casa</p>\",\n            \"status\": {\n                \"_id\": \"66d82b6bdbdb8ae7c83e4854\",\n                \"workspace\": \"669a5c17008a725d66f956cc\",\n                \"active\": true,\n                \"category\": \"inProgress\",\n                \"default\": false,\n                \"isExpanded\": true,\n                \"name\": \"Em andamento\",\n                \"nextStatusAllowed\": [\n                    \"66d82b6bdbdb8ae7c83e4889\",\n                    \"66d82b6bdbdb8ae7c83e4869\"\n                ],\n                \"position\": 2,\n                \"createdAt\": \"2024-09-04T09:42:03.000Z\",\n                \"updatedAt\": \"2024-09-04T09:42:03.000Z\"\n            },\n            \"labels\": [],\n            \"priority\": \"high\",\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67ddbe931f6da06bb99e0eb6\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Ana\",\n                \"lastname\": \"Carolina\",\n                \"fullname\": \"Ana Carolina\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"62996880508\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 3,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-21T19:31:31.421Z\",\n                \"updatedAt\": \"2025-03-21T19:38:30.204Z\",\n                \"__v\": 0\n            },\n            \"createdAt\": \"2025-03-21T19:47:41.469Z\",\n            \"updatedAt\": \"2025-03-21T19:48:02.230Z\",\n            \"__v\": 0,\n            \"receiver\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"startAt\": \"2025-03-21T19:48:02.229Z\",\n            \"sortPriority\": 3\n        },\n        {\n            \"_id\": \"67ea9a825bf49cd6f88e6be6\",\n            \"customFields\": [],\n            \"code\": 3,\n            \"senderModel\": \"Staff\",\n            \"sender\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"workspaceReceiver\": {\n                \"_id\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"defaultForNewConversation\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Backoffice\",\n                \"slug\": \"mesa-investimentos\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-10-18T13:44:54.000Z\",\n                \"updatedAt\": \"2023-10-18T13:44:54.000Z\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"subject\": \"Vender 1000 unid de Petro\",\n            \"description\": \"<p>Cliente quer sair de estatais</p>\",\n            \"status\": {\n                \"_id\": \"66d82b6bdbdb8ae7c83e495e\",\n                \"workspace\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"category\": \"done\",\n                \"default\": false,\n                \"isExpanded\": false,\n                \"name\": \"Resolvido\",\n                \"nextStatusAllowed\": [\n                    \"66d82b6bdbdb8ae7c83e4948\"\n                ],\n                \"position\": 4,\n                \"createdAt\": \"2024-09-04T09:42:03.000Z\",\n                \"updatedAt\": \"2024-09-04T09:42:03.000Z\"\n            },\n            \"labels\": [],\n            \"priority\": \"high\",\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67ddbe931f6da06bb99e0eb6\",\n                \"customFields\": [],\n                \"lifeCycle\": \"lead\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Ana\",\n                \"lastname\": \"Carolina\",\n                \"fullname\": \"Ana Carolina\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"62996880508\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 3,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-03-21T19:31:31.421Z\",\n                \"updatedAt\": \"2025-03-21T19:38:30.204Z\",\n                \"__v\": 0\n            },\n            \"createdAt\": \"2025-03-31T13:37:06.083Z\",\n            \"updatedAt\": \"2025-03-31T13:39:02.217Z\",\n            \"__v\": 0,\n            \"receiver\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"startAt\": \"2025-03-31T13:37:46.766Z\",\n            \"firstAnswerAt\": \"2025-03-31T13:38:47.499Z\",\n            \"lastAnswerAt\": \"2025-03-31T13:38:47.499Z\",\n            \"finishedAt\": \"2025-03-31T13:39:02.217Z\",\n            \"sortPriority\": 3\n        },\n        {\n            \"_id\": \"67ebeb19c0957e05a6d945e2\",\n            \"customFields\": [],\n            \"code\": 4,\n            \"senderModel\": \"Staff\",\n            \"sender\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"workspaceReceiver\": {\n                \"_id\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"defaultForNewConversation\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Backoffice\",\n                \"slug\": \"mesa-investimentos\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-10-18T13:44:54.000Z\",\n                \"updatedAt\": \"2023-10-18T13:44:54.000Z\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"subject\": \"Vender 3456 unid de Vale\",\n            \"description\": \"<p>Cliente não quer mais esse produto na carteira</p>\",\n            \"status\": {\n                \"_id\": \"66d82b6bdbdb8ae7c83e496a\",\n                \"workspace\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"category\": \"waiting\",\n                \"default\": true,\n                \"isExpanded\": true,\n                \"name\": \"Aguardando responsável\",\n                \"nextStatusAllowed\": [\n                    \"66d82b6bdbdb8ae7c83e495e\",\n                    \"66d82b6bdbdb8ae7c83e4948\",\n                    \"66d82b6bdbdb8ae7c83e4953\"\n                ],\n                \"position\": 1,\n                \"createdAt\": \"2024-09-04T09:42:03.000Z\",\n                \"updatedAt\": \"2024-09-04T09:42:03.000Z\"\n            },\n            \"labels\": [],\n            \"priority\": \"high\",\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67ebe90ec0957e05a6d92f6d\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Igor\",\n                \"lastname\": \"Valentim\",\n                \"fullname\": \"Igor Valentim\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"21998660348\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-01T13:24:30.685Z\",\n                \"updatedAt\": \"2025-04-01T13:27:38.464Z\",\n                \"__v\": 0\n            },\n            \"createdAt\": \"2025-04-01T13:33:13.180Z\",\n            \"updatedAt\": \"2025-04-01T13:33:13.180Z\",\n            \"__v\": 0,\n            \"sortPriority\": 3\n        },\n        {\n            \"_id\": \"67eeca52f18d7a1ae5b9399b\",\n            \"customFields\": [],\n            \"code\": 5,\n            \"senderModel\": \"Staff\",\n            \"sender\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"workspaceReceiver\": {\n                \"_id\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"defaultForNewConversation\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Backoffice\",\n                \"slug\": \"mesa-investimentos\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-10-18T13:44:54.000Z\",\n                \"updatedAt\": \"2023-10-18T13:44:54.000Z\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"subject\": \"Resgatar Fundo Z\",\n            \"description\": \"<p>Cliente precisa comprar um imovel e vai precisar do recurso</p>\",\n            \"status\": {\n                \"_id\": \"66d82b6bdbdb8ae7c83e4948\",\n                \"workspace\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"category\": \"inProgress\",\n                \"default\": false,\n                \"isExpanded\": true,\n                \"name\": \"Em andamento\",\n                \"nextStatusAllowed\": [\n                    \"66d82b6bdbdb8ae7c83e495e\",\n                    \"66d82b6bdbdb8ae7c83e4953\"\n                ],\n                \"position\": 2,\n                \"createdAt\": \"2024-09-04T09:42:03.000Z\",\n                \"updatedAt\": \"2024-09-04T09:42:03.000Z\"\n            },\n            \"labels\": [],\n            \"priority\": \"high\",\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67eec828f18d7a1ae5b92501\",\n                \"customFields\": [\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6a91460d4f00123b3d72\",\n                        \"k\": \"Hobbies preferidos\",\n                        \"v\": [\n                            {\n                                \"value\": \"Viagens\",\n                                \"_id\": \"63ed6a91460d4f00123b3d74\"\n                            },\n                            {\n                                \"value\": \"Bebidas\",\n                                \"_id\": \"63ed6a91460d4f00123b3d77\"\n                            },\n                            {\n                                \"value\": \"Animais\",\n                                \"_id\": \"63ed6a91460d4f00123b3d7a\"\n                            }\n                        ]\n                    },\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6bda460d4f00123b3da0\",\n                        \"k\": \"Bebida preferida?\",\n                        \"v\": [\n                            {\n                                \"_id\": \"63ed6bda460d4f00123b3da1\",\n                                \"value\": \"Whisky\"\n                            },\n                            {\n                                \"_id\": \"63ed6bda460d4f00123b3da3\",\n                                \"value\": \" Espumante\"\n                            }\n                        ]\n                    }\n                ],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Henrique\",\n                \"lastname\": \"Pamplona\",\n                \"fullname\": \"Henrique Pamplona\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"17996566959\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 5,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-03T17:40:56.530Z\",\n                \"updatedAt\": \"2025-04-03T17:50:10.236Z\",\n                \"__v\": 0\n            },\n            \"createdAt\": \"2025-04-03T17:50:10.195Z\",\n            \"updatedAt\": \"2025-04-03T17:50:42.691Z\",\n            \"__v\": 0,\n            \"receiver\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"startAt\": \"2025-04-03T17:50:42.690Z\",\n            \"sortPriority\": 3\n        },\n        {\n            \"_id\": \"67efdd7bf18d7a1ae5b961c9\",\n            \"customFields\": [],\n            \"code\": 6,\n            \"senderModel\": \"Staff\",\n            \"sender\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"workspaceReceiver\": {\n                \"_id\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"defaultForNewConversation\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Backoffice\",\n                \"slug\": \"mesa-investimentos\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-10-18T13:44:54.000Z\",\n                \"updatedAt\": \"2023-10-18T13:44:54.000Z\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"subject\": \"Vender 1000 unid de Petro\",\n            \"description\": \"<p>Cliente quer sair urgente</p>\",\n            \"status\": {\n                \"_id\": \"66d82b6bdbdb8ae7c83e4948\",\n                \"workspace\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"category\": \"inProgress\",\n                \"default\": false,\n                \"isExpanded\": true,\n                \"name\": \"Em andamento\",\n                \"nextStatusAllowed\": [\n                    \"66d82b6bdbdb8ae7c83e495e\",\n                    \"66d82b6bdbdb8ae7c83e4953\"\n                ],\n                \"position\": 2,\n                \"createdAt\": \"2024-09-04T09:42:03.000Z\",\n                \"updatedAt\": \"2024-09-04T09:42:03.000Z\"\n            },\n            \"labels\": [],\n            \"priority\": \"high\",\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67efdb80f18d7a1ae5b94782\",\n                \"customFields\": [\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"62fe8c2292142402e32d67b0\",\n                        \"k\": \"Presentes que possam agradar o cliente\",\n                        \"v\": [\n                            {\n                                \"value\": \" Vinho\",\n                                \"_id\": \"62fe8c2292142402e32d67b2\"\n                            },\n                            {\n                                \"value\": \" Chocolate\",\n                                \"_id\": \"62fe8c2292142402e32d67b5\"\n                            }\n                        ]\n                    },\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6a91460d4f00123b3d72\",\n                        \"k\": \"Hobbies preferidos\",\n                        \"v\": [\n                            {\n                                \"value\": \"Viagens\",\n                                \"_id\": \"63ed6a91460d4f00123b3d74\"\n                            },\n                            {\n                                \"value\": \"Gastronomia\",\n                                \"_id\": \"63ed6a91460d4f00123b3d76\"\n                            }\n                        ]\n                    }\n                ],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Felippe\",\n                \"lastname\": \"Rasera\",\n                \"fullname\": \"Felippe Rasera\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"48999217834\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-04T13:15:44.293Z\",\n                \"updatedAt\": \"2025-04-04T13:23:02.249Z\",\n                \"__v\": 0\n            },\n            \"createdAt\": \"2025-04-04T13:24:11.632Z\",\n            \"updatedAt\": \"2025-04-04T13:24:36.272Z\",\n            \"__v\": 0,\n            \"receiver\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"startAt\": \"2025-04-04T13:24:36.271Z\",\n            \"sortPriority\": 3\n        },\n        {\n            \"_id\": \"67f0174af18d7a1ae5b98151\",\n            \"customFields\": [],\n            \"code\": 7,\n            \"senderModel\": \"Staff\",\n            \"sender\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"workspaceReceiver\": {\n                \"_id\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"defaultForNewConversation\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Backoffice\",\n                \"slug\": \"mesa-investimentos\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-10-18T13:44:54.000Z\",\n                \"updatedAt\": \"2023-10-18T13:44:54.000Z\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"subject\": \"Comprar 1000 unid de Petro\",\n            \"description\": \"<p>Cliente quer petroleo</p>\",\n            \"status\": {\n                \"_id\": \"66d82b6bdbdb8ae7c83e4948\",\n                \"workspace\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"category\": \"inProgress\",\n                \"default\": false,\n                \"isExpanded\": true,\n                \"name\": \"Em andamento\",\n                \"nextStatusAllowed\": [\n                    \"66d82b6bdbdb8ae7c83e495e\",\n                    \"66d82b6bdbdb8ae7c83e4953\"\n                ],\n                \"position\": 2,\n                \"createdAt\": \"2024-09-04T09:42:03.000Z\",\n                \"updatedAt\": \"2024-09-04T09:42:03.000Z\"\n            },\n            \"labels\": [],\n            \"priority\": \"high\",\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67f01658f18d7a1ae5b97194\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Douglas\",\n                \"lastname\": \"Medeiros\",\n                \"fullname\": \"Douglas Medeiros\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"11912034049\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-04T17:26:48.689Z\",\n                \"updatedAt\": \"2025-04-04T17:26:48.689Z\",\n                \"__v\": 0\n            },\n            \"createdAt\": \"2025-04-04T17:30:50.260Z\",\n            \"updatedAt\": \"2025-04-04T17:32:04.680Z\",\n            \"__v\": 0,\n            \"receiver\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"startAt\": \"2025-04-04T17:31:10.966Z\",\n            \"firstAnswerAt\": \"2025-04-04T17:32:04.679Z\",\n            \"lastAnswerAt\": \"2025-04-04T17:32:04.679Z\",\n            \"sortPriority\": 3\n        },\n        {\n            \"_id\": \"67f3d230eda4e47d6fc3bf06\",\n            \"customFields\": [],\n            \"code\": 8,\n            \"senderModel\": \"Staff\",\n            \"sender\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"workspaceReceiver\": {\n                \"_id\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"defaultForNewConversation\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Backoffice\",\n                \"slug\": \"mesa-investimentos\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-10-18T13:44:54.000Z\",\n                \"updatedAt\": \"2023-10-18T13:44:54.000Z\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"subject\": \"Comprar 3 unid de NTNB\",\n            \"description\": \"<p>Cliente deseja entrar nesse produto</p>\",\n            \"status\": {\n                \"_id\": \"66d82b6bdbdb8ae7c83e4948\",\n                \"workspace\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"category\": \"inProgress\",\n                \"default\": false,\n                \"isExpanded\": true,\n                \"name\": \"Em andamento\",\n                \"nextStatusAllowed\": [\n                    \"66d82b6bdbdb8ae7c83e495e\",\n                    \"66d82b6bdbdb8ae7c83e4953\"\n                ],\n                \"position\": 2,\n                \"createdAt\": \"2024-09-04T09:42:03.000Z\",\n                \"updatedAt\": \"2024-09-04T09:42:03.000Z\"\n            },\n            \"labels\": [],\n            \"priority\": \"high\",\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67f3d0b2eda4e47d6fc3ab1b\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Murilo\",\n                \"lastname\": \"Ovelar\",\n                \"fullname\": \"Murilo Ovelar\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"67992812336\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 4,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-07T13:18:42.242Z\",\n                \"updatedAt\": \"2025-04-07T13:24:20.954Z\",\n                \"__v\": 0\n            },\n            \"createdAt\": \"2025-04-07T13:25:04.789Z\",\n            \"updatedAt\": \"2025-04-07T13:25:20.170Z\",\n            \"__v\": 0,\n            \"receiver\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"startAt\": \"2025-04-07T13:25:20.169Z\",\n            \"sortPriority\": 3\n        },\n        {\n            \"_id\": \"67f55129b5bae4c34ec9f690\",\n            \"customFields\": [],\n            \"code\": 9,\n            \"senderModel\": \"Staff\",\n            \"sender\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"workspaceReceiver\": {\n                \"_id\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"defaultForNewConversation\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Backoffice\",\n                \"slug\": \"mesa-investimentos\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-10-18T13:44:54.000Z\",\n                \"updatedAt\": \"2023-10-18T13:44:54.000Z\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"subject\": \"Vender 21000 unid de Petro\",\n            \"description\": \"<p>Cliente quer sair de estatais</p>\",\n            \"status\": {\n                \"_id\": \"66d82b6bdbdb8ae7c83e4948\",\n                \"workspace\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"category\": \"inProgress\",\n                \"default\": false,\n                \"isExpanded\": true,\n                \"name\": \"Em andamento\",\n                \"nextStatusAllowed\": [\n                    \"66d82b6bdbdb8ae7c83e495e\",\n                    \"66d82b6bdbdb8ae7c83e4953\"\n                ],\n                \"position\": 2,\n                \"createdAt\": \"2024-09-04T09:42:03.000Z\",\n                \"updatedAt\": \"2024-09-04T09:42:03.000Z\"\n            },\n            \"labels\": [],\n            \"priority\": \"high\",\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67f54d27b5bae4c34ec9e0c5\",\n                \"customFields\": [\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"62fe8c2292142402e32d67b0\",\n                        \"k\": \"Presentes que possam agradar o cliente\",\n                        \"v\": [\n                            {\n                                \"value\": \" Vinho\",\n                                \"_id\": \"62fe8c2292142402e32d67b2\"\n                            }\n                        ]\n                    },\n                    null,\n                    null,\n                    null,\n                    {\n                        \"customField\": \"63ed6a91460d4f00123b3d72\",\n                        \"k\": \"Hobbies preferidos\",\n                        \"v\": [\n                            {\n                                \"value\": \"Gastronomia\",\n                                \"_id\": \"63ed6a91460d4f00123b3d76\"\n                            },\n                            {\n                                \"value\": \"Religião\",\n                                \"_id\": \"63ed6a91460d4f00123b3d78\"\n                            }\n                        ]\n                    }\n                ],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Ruan\",\n                \"lastname\": \"Nogueira\",\n                \"fullname\": \"Ruan Nogueira\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"21981007912\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-08T16:21:59.442Z\",\n                \"updatedAt\": \"2025-04-08T16:30:38.333Z\",\n                \"__v\": 0\n            },\n            \"createdAt\": \"2025-04-08T16:39:05.856Z\",\n            \"updatedAt\": \"2025-04-08T16:44:24.859Z\",\n            \"__v\": 0,\n            \"receiver\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"startAt\": \"2025-04-08T16:39:26.285Z\",\n            \"firstAnswerAt\": \"2025-04-08T16:44:24.859Z\",\n            \"lastAnswerAt\": \"2025-04-08T16:44:24.859Z\",\n            \"sortPriority\": 3\n        },\n        {\n            \"_id\": \"67f56174b5bae4c34eca060d\",\n            \"customFields\": [],\n            \"code\": 10,\n            \"senderModel\": \"Staff\",\n            \"sender\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"workspaceReceiver\": {\n                \"_id\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"defaultForNewConversation\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Backoffice\",\n                \"slug\": \"mesa-investimentos\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-10-18T13:44:54.000Z\",\n                \"updatedAt\": \"2023-10-18T13:44:54.000Z\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"subject\": \"Cliente precisa de IR\",\n            \"description\": \"<p>Cliente está aguardando o recebimento das informações para o IR</p>\",\n            \"status\": {\n                \"_id\": \"66d82b6bdbdb8ae7c83e4948\",\n                \"workspace\": \"652fe1565ff1d00013b51d21\",\n                \"active\": true,\n                \"category\": \"inProgress\",\n                \"default\": false,\n                \"isExpanded\": true,\n                \"name\": \"Em andamento\",\n                \"nextStatusAllowed\": [\n                    \"66d82b6bdbdb8ae7c83e495e\",\n                    \"66d82b6bdbdb8ae7c83e4953\"\n                ],\n                \"position\": 2,\n                \"createdAt\": \"2024-09-04T09:42:03.000Z\",\n                \"updatedAt\": \"2024-09-04T09:42:03.000Z\"\n            },\n            \"labels\": [],\n            \"priority\": \"high\",\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67ed8de70137e8bbaba3501f\",\n                \"customFields\": [],\n                \"lifeCycle\": \"prospect\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Filipe\",\n                \"lastname\": \"Barbosa\",\n                \"fullname\": \"Filipe Barbosa\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"85982192702\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"owners\": [\n                    \"66467477b8526919c10129cc\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129cc\",\n                \"updatedBy\": \"66467477b8526919c10129cc\",\n                \"favoriteChannelToCommunication\": [],\n                \"createdAt\": \"2025-04-02T19:20:07.157Z\",\n                \"updatedAt\": \"2025-04-02T19:20:07.157Z\",\n                \"__v\": 0\n            },\n            \"createdAt\": \"2025-04-08T17:48:36.640Z\",\n            \"updatedAt\": \"2025-04-08T17:51:12.042Z\",\n            \"__v\": 0,\n            \"receiver\": {\n                \"_id\": \"66467477b8526919c10129cc\",\n                \"email\": \"davi@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Davi Barboza | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n                \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n                \"lastname\": \"Barboza | Magnet Customer\",\n                \"name\": \"Davi\"\n            },\n            \"startAt\": \"2025-04-08T17:50:48.625Z\",\n            \"firstAnswerAt\": \"2025-04-08T17:51:12.042Z\",\n            \"lastAnswerAt\": \"2025-04-08T17:51:12.042Z\",\n            \"sortPriority\": 3\n        },\n        {\n            \"_id\": \"67f60c79b5bae4c34eca908b\",\n            \"customFields\": [],\n            \"code\": 11,\n            \"senderModel\": \"Staff\",\n            \"sender\": {\n                \"_id\": \"66467477b8526919c10129be\",\n                \"email\": \"marcelo@magnetcustomer.com\",\n                \"active\": true,\n                \"admin\": true,\n                \"createdAt\": \"2024-05-16T21:02:47.283Z\",\n                \"customFields\": [],\n                \"default\": false,\n                \"fullname\": \"Marcelo Santana | Magnet Customer\",\n                \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n                \"role\": \"5d2e326a722df45b16b67099\",\n                \"settings\": {\n                    \"sidebarCollapsed\": true,\n                    \"theme\": \"light\"\n                },\n                \"status\": \"online\",\n                \"type\": \"user\",\n                \"updatedAt\": \"2025-04-09T08:50:30.957Z\",\n                \"lastLogin\": \"2025-04-09T08:50:30.957Z\",\n                \"lastname\": \"Santana | Magnet Customer\",\n                \"name\": \"Marcelo\",\n                \"workspaces\": [\n                    \"640a0ed0e917b10013758b5d\",\n                    \"669a5c10008a725d66f956b7\"\n                ]\n            },\n            \"workspaceReceiver\": {\n                \"_id\": \"669a5c10008a725d66f956b7\",\n                \"name\": \"Mesa\",\n                \"slug\": \"cambio\",\n                \"active\": true,\n                \"defaultForNewConversation\": false,\n                \"__v\": 0,\n                \"createdAt\": \"2024-07-19T12:29:04.000Z\",\n                \"updatedAt\": \"2024-07-19T12:29:04.000Z\"\n            },\n            \"participants\": [],\n            \"observers\": [],\n            \"subject\": \"Retirada de R$250.000 para liquidez\",\n            \"description\": \"<p>Teste</p>\",\n            \"status\": {\n                \"_id\": \"66d82b6bdbdb8ae7c83e4840\",\n                \"workspace\": \"669a5c10008a725d66f956b7\",\n                \"active\": true,\n                \"category\": \"waiting\",\n                \"default\": true,\n                \"isExpanded\": true,\n                \"name\": \"Aguardando responsável\",\n                \"nextStatusAllowed\": [\n                    \"66d82b6bdbdb8ae7c83e482b\",\n                    \"66d82b6bdbdb8ae7c83e4807\",\n                    \"66d82b6bdbdb8ae7c83e481c\"\n                ],\n                \"position\": 1,\n                \"createdAt\": \"2024-09-04T09:42:03.000Z\",\n                \"updatedAt\": \"2024-09-04T09:42:03.000Z\"\n            },\n            \"labels\": [],\n            \"priority\": \"high\",\n            \"active\": true,\n            \"contact\": {\n                \"_id\": \"67f5e722b5bae4c34eca6d10\",\n                \"customFields\": [\n                    {\n                        \"customField\": \"66eaa238df8ca278a8588493\",\n                        \"k\": \"Qual a principal FONTE DE ORIGEM de seus recursos?\",\n                        \"v\": {\n                            \"value\": \"Acumulação durante vida profissional\",\n                            \"_id\": \"66eaa238df8ca278a8588494\"\n                        }\n                    }\n                ],\n                \"lifeCycle\": \"customer\",\n                \"labels\": [],\n                \"source\": \"platform\",\n                \"name\": \"Marcelo\",\n                \"lastname\": \"Santana\",\n                \"fullname\": \"Marcelo Santana\",\n                \"age\": null,\n                \"doc\": \"\",\n                \"type\": \"physical\",\n                \"email\": \"marcelo@magnetcustomer.com\",\n                \"phones\": [\n                    {\n                        \"typePhone\": \"cellphone\",\n                        \"number\": \"67992377316\",\n                        \"ddi\": \"+55\"\n                    }\n                ],\n                \"addressNumber\": \"\",\n                \"relationshipRulerStatus\": true,\n                \"favoriteChannelToCommunication\": [\n                    {\n                        \"name\": \"WhatsApp\",\n                        \"_id\": \"5c7185c246859d73bc2a92d1\"\n                    },\n                    {\n                        \"name\": \"Ligação humanizada\",\n                        \"_id\": \"5c7185c246859d73bc2a92d2\"\n                    },\n                    {\n                        \"name\": \"SMS\",\n                        \"_id\": \"5c7185c246859d73bc2a92d3\"\n                    },\n                    {\n                        \"name\": \"E-mail\",\n                        \"_id\": \"5c7185c246859d73bc2a92d5\"\n                    }\n                ],\n                \"owners\": [\n                    \"66467477b8526919c10129be\"\n                ],\n                \"participants\": [],\n                \"observers\": [],\n                \"interactions\": 0,\n                \"createdBy\": \"66467477b8526919c10129be\",\n                \"updatedBy\": \"66467477b8526919c10129be\",\n                \"createdAt\": \"2025-04-09T03:18:58.395Z\",\n                \"updatedAt\": \"2025-04-09T03:18:58.395Z\",\n                \"__v\": 0\n            },\n            \"createdAt\": \"2025-04-09T05:58:17.161Z\",\n            \"updatedAt\": \"2025-04-09T05:58:17.161Z\",\n            \"__v\": 0,\n            \"sortPriority\": 3\n        }\n    ],\n    \"total\": 11,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"06d4ef0d-6f39-482a-a3d2-38be78d74929"},{"name":"Get One Ticket","id":"265da40e-6244-41bf-82a8-78be81031836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tickets/67ddb16f1f6da06bb99e0956","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","tickets","67ddb16f1f6da06bb99e0956"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"9a88b8dc-d56a-4f62-89d0-7622757ef186","name":"Get One Ticket","originalRequest":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tickets/67ddb16f1f6da06bb99e0956"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 08:51:34 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"1999","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"7cf-qBCfTfO50qehQ7ReY1kCIA5CClg\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"67ddb16f1f6da06bb99e0956\",\n    \"customFields\": [],\n    \"code\": 1,\n    \"senderModel\": \"Staff\",\n    \"sender\": {\n        \"_id\": \"66467477b8526919c10129cc\",\n        \"email\": \"davi@magnetcustomer.com\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"2024-05-16T21:02:47.303Z\",\n        \"customFields\": [],\n        \"default\": false,\n        \"fullname\": \"Davi Barboza | Magnet Customer\",\n        \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n        \"role\": \"5d2e326a722df45b16b67099\",\n        \"settings\": {\n            \"sidebarCollapsed\": true,\n            \"theme\": \"light\"\n        },\n        \"status\": \"online\",\n        \"type\": \"user\",\n        \"updatedAt\": \"2025-04-08T19:29:35.295Z\",\n        \"lastLogin\": \"2025-04-08T19:29:35.294Z\",\n        \"lastname\": \"Barboza | Magnet Customer\",\n        \"name\": \"Davi\"\n    },\n    \"workspaceReceiver\": \"652fe1565ff1d00013b51d21\",\n    \"participants\": [],\n    \"observers\": [],\n    \"subject\": \"Vender 1000 unid de Petro\",\n    \"description\": \"<p>Cliente quer sair da operação</p>\",\n    \"status\": {\n        \"_id\": \"66d82b6bdbdb8ae7c83e4948\",\n        \"workspace\": \"652fe1565ff1d00013b51d21\",\n        \"active\": true,\n        \"category\": \"inProgress\",\n        \"default\": false,\n        \"isExpanded\": true,\n        \"name\": \"Em andamento\",\n        \"nextStatusAllowed\": [\n            \"66d82b6bdbdb8ae7c83e495e\",\n            \"66d82b6bdbdb8ae7c83e4953\"\n        ],\n        \"position\": 2,\n        \"createdAt\": \"2024-09-04T09:42:03.000Z\",\n        \"updatedAt\": \"2024-09-04T09:42:03.000Z\"\n    },\n    \"labels\": [],\n    \"priority\": \"high\",\n    \"active\": true,\n    \"contact\": {\n        \"_id\": \"67ddae721f6da06bb99de83a\",\n        \"customFields\": [],\n        \"lifeCycle\": \"lead\",\n        \"labels\": [],\n        \"source\": \"platform\",\n        \"name\": \"Pedro\",\n        \"lastname\": \"H\",\n        \"fullname\": \"Pedro H\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"physical\",\n        \"phones\": [\n            {\n                \"typePhone\": \"cellphone\",\n                \"number\": \"11450241353\",\n                \"ddi\": \"+55\"\n            }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"owners\": [\n            \"66467477b8526919c10129cc\"\n        ],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 6,\n        \"createdBy\": \"66467477b8526919c10129cc\",\n        \"updatedBy\": \"66467477b8526919c10129cc\",\n        \"favoriteChannelToCommunication\": [],\n        \"createdAt\": \"2025-03-21T18:22:42.113Z\",\n        \"updatedAt\": \"2025-03-21T18:35:28.939Z\",\n        \"__v\": 0\n    },\n    \"createdAt\": \"2025-03-21T18:35:27.655Z\",\n    \"updatedAt\": \"2025-04-04T16:54:48.682Z\",\n    \"__v\": 0,\n    \"receiver\": \"66467477b8526919c10129cc\",\n    \"startAt\": \"2025-04-04T16:54:48.681Z\"\n}"}],"_postman_id":"265da40e-6244-41bf-82a8-78be81031836"},{"name":"Create One Ticket","id":"f2ac1302-ad93-4433-bc08-0f4c196b5aa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"priority\": \"high\",\n    \"customFields\": [],\n    \"subject\": \"Retirada de R$250.000 para liquidez\",\n    \"workspaceReceiver\": \"669a5c10008a725d66f956b7\",\n    \"description\": \"<p>Teste</p>\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tickets","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","tickets"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"fcd73995-0f02-4746-b81c-3a413ce1d6fb","name":"Create One Ticket","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"priority\": \"high\",\n    \"customFields\": [],\n    \"subject\": \"Retirada de R$250.000 para liquidez\",\n    \"workspaceReceiver\": \"669a5c10008a725d66f956b7\",\n    \"description\": \"<p>Teste</p>\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 08:52:48 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"2481","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Vary","value":"X-HTTP-Method-Override","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"9b1-8hEXmg378auxsw2jd6AdUhEGWAc\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"67f635604c0a059bd7e6901c\",\n    \"customFields\": [],\n    \"code\": 12,\n    \"senderModel\": \"Staff\",\n    \"sender\": {\n        \"_id\": \"66467477b8526919c10129be\",\n        \"email\": \"marcelo@magnetcustomer.com\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"2024-05-16T21:02:47.283Z\",\n        \"customFields\": [],\n        \"default\": false,\n        \"fullname\": \"Marcelo Santana | Magnet Customer\",\n        \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n        \"role\": \"5d2e326a722df45b16b67099\",\n        \"settings\": {\n            \"sidebarCollapsed\": true,\n            \"theme\": \"light\"\n        },\n        \"status\": \"online\",\n        \"type\": \"user\",\n        \"updatedAt\": \"2025-04-09T08:52:48.752Z\",\n        \"lastLogin\": \"2025-04-09T08:52:48.752Z\",\n        \"lastname\": \"Santana | Magnet Customer\",\n        \"name\": \"Marcelo\",\n        \"workspaces\": [\n            \"640a0ed0e917b10013758b5d\",\n            \"669a5c10008a725d66f956b7\"\n        ]\n    },\n    \"workspaceReceiver\": \"669a5c10008a725d66f956b7\",\n    \"participants\": [],\n    \"observers\": [],\n    \"subject\": \"Retirada de R$250.000 para liquidez\",\n    \"description\": \"<p>Teste</p>\",\n    \"status\": {\n        \"_id\": \"66d82b6bdbdb8ae7c83e4840\",\n        \"workspace\": \"669a5c10008a725d66f956b7\",\n        \"active\": true,\n        \"category\": \"waiting\",\n        \"default\": true,\n        \"isExpanded\": true,\n        \"name\": \"Aguardando responsável\",\n        \"nextStatusAllowed\": [\n            \"66d82b6bdbdb8ae7c83e482b\",\n            \"66d82b6bdbdb8ae7c83e4807\",\n            \"66d82b6bdbdb8ae7c83e481c\"\n        ],\n        \"position\": 1,\n        \"createdAt\": \"2024-09-04T09:42:03.000Z\",\n        \"updatedAt\": \"2024-09-04T09:42:03.000Z\"\n    },\n    \"labels\": [],\n    \"priority\": \"high\",\n    \"active\": true,\n    \"contact\": {\n        \"_id\": \"67f5e722b5bae4c34eca6d10\",\n        \"customFields\": [\n            {\n                \"customField\": \"66eaa238df8ca278a8588493\",\n                \"k\": \"Qual a principal FONTE DE ORIGEM de seus recursos?\",\n                \"v\": {\n                    \"value\": \"Acumulação durante vida profissional\",\n                    \"_id\": \"66eaa238df8ca278a8588494\"\n                }\n            }\n        ],\n        \"lifeCycle\": \"customer\",\n        \"labels\": [],\n        \"source\": \"platform\",\n        \"name\": \"Marcelo\",\n        \"lastname\": \"Santana\",\n        \"fullname\": \"Marcelo Santana\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"physical\",\n        \"email\": \"marcelo@magnetcustomer.com\",\n        \"phones\": [\n            {\n                \"typePhone\": \"cellphone\",\n                \"number\": \"67992377316\",\n                \"ddi\": \"+55\"\n            }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"favoriteChannelToCommunication\": [\n            {\n                \"name\": \"WhatsApp\",\n                \"_id\": \"5c7185c246859d73bc2a92d1\"\n            },\n            {\n                \"name\": \"Ligação humanizada\",\n                \"_id\": \"5c7185c246859d73bc2a92d2\"\n            },\n            {\n                \"name\": \"SMS\",\n                \"_id\": \"5c7185c246859d73bc2a92d3\"\n            },\n            {\n                \"name\": \"E-mail\",\n                \"_id\": \"5c7185c246859d73bc2a92d5\"\n            }\n        ],\n        \"owners\": [\n            \"66467477b8526919c10129be\"\n        ],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 1,\n        \"createdBy\": \"66467477b8526919c10129be\",\n        \"updatedBy\": \"66467477b8526919c10129be\",\n        \"createdAt\": \"2025-04-09T03:18:58.395Z\",\n        \"updatedAt\": \"2025-04-09T08:52:48.844Z\",\n        \"__v\": 0\n    },\n    \"createdAt\": \"2025-04-09T08:52:48.785Z\",\n    \"updatedAt\": \"2025-04-09T08:52:48.785Z\",\n    \"__v\": 0\n}"}],"_postman_id":"f2ac1302-ad93-4433-bc08-0f4c196b5aa3"},{"name":"Update One Ticket","id":"63ccb187-ef85-44bb-9400-213cb732eef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"priority\": \"high\",\n    \"customFields\": [],\n    \"subject\": \"Retirada de R$250.000 para liquidez\",\n    \"workspaceReceiver\": \"669a5c10008a725d66f956b7\",\n    \"description\": \"<p>Teste</p>\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tickets/67f635604c0a059bd7e6901c","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","tickets","67f635604c0a059bd7e6901c"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"c9fb4a19-e070-443b-93cc-4dc2f59b0306","name":"Update One Ticket","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"priority\": \"high\",\n    \"customFields\": [],\n    \"subject\": \"Retirada de R$250.000 para liquidez\",\n    \"workspaceReceiver\": \"669a5c10008a725d66f956b7\",\n    \"description\": \"<p>Teste</p>\",\n    \"contact\": \"67f5e722b5bae4c34eca6d10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tickets/67f635604c0a059bd7e6901c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 08:53:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"2481","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"9b1-SobZMSjRh83acHKq/QG+GPprokM\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"67f635604c0a059bd7e6901c\",\n    \"customFields\": [],\n    \"code\": 12,\n    \"senderModel\": \"Staff\",\n    \"sender\": {\n        \"_id\": \"66467477b8526919c10129be\",\n        \"email\": \"marcelo@magnetcustomer.com\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"2024-05-16T21:02:47.283Z\",\n        \"customFields\": [],\n        \"default\": false,\n        \"fullname\": \"Marcelo Santana | Magnet Customer\",\n        \"image\": \"https://magnetcustomerstorage.blob.core.windows.net/platform-uploads/1715869560182-group-4-(1).png\",\n        \"role\": \"5d2e326a722df45b16b67099\",\n        \"settings\": {\n            \"sidebarCollapsed\": true,\n            \"theme\": \"light\"\n        },\n        \"status\": \"online\",\n        \"type\": \"user\",\n        \"updatedAt\": \"2025-04-09T08:53:16.182Z\",\n        \"lastLogin\": \"2025-04-09T08:53:16.182Z\",\n        \"lastname\": \"Santana | Magnet Customer\",\n        \"name\": \"Marcelo\",\n        \"workspaces\": [\n            \"640a0ed0e917b10013758b5d\",\n            \"669a5c10008a725d66f956b7\"\n        ]\n    },\n    \"workspaceReceiver\": \"669a5c10008a725d66f956b7\",\n    \"participants\": [],\n    \"observers\": [],\n    \"subject\": \"Retirada de R$250.000 para liquidez\",\n    \"description\": \"<p>Teste</p>\",\n    \"status\": {\n        \"_id\": \"66d82b6bdbdb8ae7c83e4840\",\n        \"workspace\": \"669a5c10008a725d66f956b7\",\n        \"active\": true,\n        \"category\": \"waiting\",\n        \"default\": true,\n        \"isExpanded\": true,\n        \"name\": \"Aguardando responsável\",\n        \"nextStatusAllowed\": [\n            \"66d82b6bdbdb8ae7c83e482b\",\n            \"66d82b6bdbdb8ae7c83e4807\",\n            \"66d82b6bdbdb8ae7c83e481c\"\n        ],\n        \"position\": 1,\n        \"createdAt\": \"2024-09-04T09:42:03.000Z\",\n        \"updatedAt\": \"2024-09-04T09:42:03.000Z\"\n    },\n    \"labels\": [],\n    \"priority\": \"high\",\n    \"active\": true,\n    \"contact\": {\n        \"_id\": \"67f5e722b5bae4c34eca6d10\",\n        \"customFields\": [\n            {\n                \"customField\": \"66eaa238df8ca278a8588493\",\n                \"k\": \"Qual a principal FONTE DE ORIGEM de seus recursos?\",\n                \"v\": {\n                    \"value\": \"Acumulação durante vida profissional\",\n                    \"_id\": \"66eaa238df8ca278a8588494\"\n                }\n            }\n        ],\n        \"lifeCycle\": \"customer\",\n        \"labels\": [],\n        \"source\": \"platform\",\n        \"name\": \"Marcelo\",\n        \"lastname\": \"Santana\",\n        \"fullname\": \"Marcelo Santana\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"physical\",\n        \"email\": \"marcelo@magnetcustomer.com\",\n        \"phones\": [\n            {\n                \"typePhone\": \"cellphone\",\n                \"number\": \"67992377316\",\n                \"ddi\": \"+55\"\n            }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"favoriteChannelToCommunication\": [\n            {\n                \"name\": \"WhatsApp\",\n                \"_id\": \"5c7185c246859d73bc2a92d1\"\n            },\n            {\n                \"name\": \"Ligação humanizada\",\n                \"_id\": \"5c7185c246859d73bc2a92d2\"\n            },\n            {\n                \"name\": \"SMS\",\n                \"_id\": \"5c7185c246859d73bc2a92d3\"\n            },\n            {\n                \"name\": \"E-mail\",\n                \"_id\": \"5c7185c246859d73bc2a92d5\"\n            }\n        ],\n        \"owners\": [\n            \"66467477b8526919c10129be\"\n        ],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 1,\n        \"createdBy\": \"66467477b8526919c10129be\",\n        \"updatedBy\": \"66467477b8526919c10129be\",\n        \"createdAt\": \"2025-04-09T03:18:58.395Z\",\n        \"updatedAt\": \"2025-04-09T08:52:48.844Z\",\n        \"__v\": 0\n    },\n    \"createdAt\": \"2025-04-09T08:52:48.785Z\",\n    \"updatedAt\": \"2025-04-09T08:53:16.200Z\",\n    \"__v\": 0\n}"}],"_postman_id":"63ccb187-ef85-44bb-9400-213cb732eef4"}],"id":"9092cc3c-6ef0-4d1b-96a2-374b73bdc00f","description":"<p>Handles customer support requests, including issue tracking, categorization, and resolution workflow.</p>\n","_postman_id":"9092cc3c-6ef0-4d1b-96a2-374b73bdc00f","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Custom Fields","item":[{"name":"Types","item":[{"name":"List Custom Field Types","id":"83705077-e4d1-470f-a54b-e155f4355cca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/customfieldtypes?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number): The page number to retrieve</p>\n</li>\n<li><p>search (string): Search query</p>\n</li>\n<li><p>limit (number): Number of items per page</p>\n</li>\n<li><p>emailsEmpty (boolean): Filter for empty emails</p>\n</li>\n<li><p>phonesEmpty (boolean): Filter for empty phones</p>\n</li>\n<li><p>interactionsEmpty (boolean): Filter for empty interactions</p>\n</li>\n<li><p>sortBy (string): Field to sort by</p>\n</li>\n<li><p>sortType (string): Sorting order (asc/desc)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"docs\": [\n    {\n      \"_id\": \"\",\n      \"code\": 0,\n      \"owner\": {\n        \"_id\": \"\",\n        \"email\": \"\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"\",\n        \"customFields\": [],\n        \"default\": true,\n        \"fullname\": \"\",\n        \"image\": \"\",\n        \"role\": \"\",\n        \"settings\": {\n          \"sidebarCollapsed\": true,\n          \"theme\": \"\"\n        },\n        \"status\": \"\",\n        \"type\": \"\",\n        \"updatedAt\": \"\",\n        \"lastLogin\": \"\",\n        \"lastname\": \"\",\n        \"name\": \"\"\n      },\n      \"participants\": [],\n      \"observers\": [],\n      \"title\": \"\",\n      \"dateOfExpires\": \"\",\n      \"type\": {\n        \"_id\": \"\",\n        \"slug\": \"\",\n        \"active\": true,\n        \"default\": true,\n        \"defaultForNewTask\": true,\n        \"name\": \"\",\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\"\n      },\n      \"status\": \"\",\n      \"observation\": \"\",\n      \"source\": \"\",\n      \"contact\": {\n        \"_id\": \"\",\n        \"customFields\": [],\n        \"lifeCycle\": \"\",\n        \"labels\": [],\n        \"source\": \"\",\n        \"name\": \"\",\n        \"lastname\": \"\",\n        \"fullname\": \"\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"\",\n        \"phones\": [\n          {\n            \"typePhone\": \"\",\n            \"number\": \"\",\n            \"ddi\": \"\"\n          }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"owners\": [\"\"],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 0,\n        \"createdBy\": \"\",\n        \"updatedBy\": \"\",\n        \"favoriteChannelToCommunication\": [],\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0\n      },\n      \"deal\": {\n        \"_id\": \"\",\n        \"code\": 0,\n        \"labels\": [],\n        \"customFields\": [],\n        \"source\": \"\",\n        \"pipeline\": \"\",\n        \"stage\": \"\",\n        \"staff\": \"\",\n        \"participants\": [],\n        \"observers\": [],\n        \"title\": \"\",\n        \"amount\": 0,\n        \"expectedCloseDate\": \"\",\n        \"won\": true,\n        \"lost\": true,\n        \"closed\": true,\n        \"contact\": \"\",\n        \"active\": true,\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0,\n        \"enteredStageDate\": \"\",\n        \"requiredActionsPending\": {\n          \"task\": [],\n          \"meeting\": [],\n          \"ticket\": [],\n          \"validation\": true\n        },\n        \"requiredFieldPending\": {\n          \"contact\": [],\n          \"deal\": [],\n          \"validation\": true\n        },\n        \"lastActivity\": \"\",\n        \"closedDate\": \"\"\n      },\n      \"pipelineStage\": \"\",\n      \"resourceTemplate\": \"\",\n      \"active\": true,\n      \"createdAt\": \"\",\n      \"updatedAt\": \"\",\n      \"__v\": 0,\n      \"dateFinished\": \"\"\n    }\n  ],\n  \"total\": 0,\n  \"limit\": 0,\n  \"page\": 0,\n  \"pages\": 0,\n  \"pagingCounter\": 0,\n  \"hasPrevPage\": true,\n  \"hasNextPage\": true,\n  \"prevPage\": null,\n  \"nextPage\": 0\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","customfieldtypes"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[{"id":"2a0bf917-58dc-4c18-aa73-bc427f737740","name":"List Custom Field Types","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/customfieldtypes?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","customfieldtypes"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 08:37:22 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"3083","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"c0b-kkpHxH/WQSULVxR14+hxqsFmgKA\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"5cc49ae26524ad18ad78e442\",\n            \"active\": true,\n            \"type\": \"Unica opção\",\n            \"fieldType\": \"enum\",\n            \"description\": \"Single option field lets you predefine a list of values out of which one can be selected\",\n            \"usefulFor\": \"Lead type, category, industry\",\n            \"__v\": 0,\n            \"createdAt\": \"2019-04-27T18:09:38.000Z\",\n            \"updatedAt\": \"2019-04-27T18:09:38.000Z\",\n            \"id\": \"5cc49ae26524ad18ad78e442\"\n        },\n        {\n            \"_id\": \"5cc49aa26524ad18ad78e440\",\n            \"active\": true,\n            \"type\": \"Monetário\",\n            \"fieldType\": \"monetary\",\n            \"description\": \"Monetary field is used to store data such as amount of commission\",\n            \"usefulFor\": \"Commission, amounts\",\n            \"__v\": 0,\n            \"createdAt\": \"2019-04-27T18:08:34.000Z\",\n            \"updatedAt\": \"2019-04-27T18:08:34.000Z\",\n            \"id\": \"5cc49aa26524ad18ad78e440\"\n        },\n        {\n            \"_id\": \"5cc49b0b6524ad18ad78e443\",\n            \"active\": true,\n            \"type\": \"Telefone\",\n            \"fieldType\": \"phone\",\n            \"description\": \"A phone number field can contain a phone number (naturally) or a Skype Name with a click-to-call functionality\",\n            \"usefulFor\": \"Skype names, phone numbers\",\n            \"__v\": 0,\n            \"createdAt\": \"2019-04-27T18:10:19.000Z\",\n            \"updatedAt\": \"2019-04-27T18:10:19.000Z\",\n            \"id\": \"5cc49b0b6524ad18ad78e443\"\n        },\n        {\n            \"_id\": \"5d432a8f19ece863153dab6d\",\n            \"active\": true,\n            \"type\": \"Link\",\n            \"fieldType\": \"link\",\n            \"description\": \"Link field is used to store website link\",\n            \"usefulFor\": \"Delivery link\",\n            \"createdAt\": \"2019-08-01T18:08:15.000Z\",\n            \"updatedAt\": \"2019-08-01T18:08:15.000Z\",\n            \"id\": \"5d432a8f19ece863153dab6d\"\n        },\n        {\n            \"_id\": \"5cc49a276524ad18ad78e43d\",\n            \"active\": true,\n            \"type\": \"Texto\",\n            \"fieldType\": \"varchar\",\n            \"description\": \"Text field is used to store texts up to 255 characters\",\n            \"usefulFor\": \"Billing addresses, (short) comments, email addresses\",\n            \"__v\": 0,\n            \"createdAt\": \"2019-04-27T18:06:31.000Z\",\n            \"updatedAt\": \"2019-04-27T18:06:31.000Z\",\n            \"id\": \"5cc49a276524ad18ad78e43d\"\n        },\n        {\n            \"_id\": \"5cc49ac56524ad18ad78e441\",\n            \"active\": true,\n            \"type\": \"Multiplas opções\",\n            \"fieldType\": \"set\",\n            \"description\": \"Multiple options field lets you predefine a list of values to choose from\",\n            \"usefulFor\": \"Industry type, competitors, region\",\n            \"__v\": 0,\n            \"createdAt\": \"2019-04-27T18:09:09.000Z\",\n            \"updatedAt\": \"2019-04-27T18:09:09.000Z\",\n            \"id\": \"5cc49ac56524ad18ad78e441\"\n        },\n        {\n            \"_id\": \"5cc49b786524ad18ad78e445\",\n            \"active\": true,\n            \"type\": \"Data\",\n            \"fieldType\": \"date\",\n            \"description\": \"Date field is used to store dates, picked from a handy inline calendar\",\n            \"usefulFor\": \"Delivery dates, deadlines\",\n            \"__v\": 0,\n            \"createdAt\": \"2019-04-27T18:12:08.000Z\",\n            \"updatedAt\": \"2019-04-27T18:12:08.000Z\",\n            \"id\": \"5cc49b786524ad18ad78e445\"\n        },\n        {\n            \"_id\": \"5cc49a4e6524ad18ad78e43e\",\n            \"active\": true,\n            \"type\": \"Texto longo\",\n            \"fieldType\": \"text\",\n            \"description\": \"Large text field is used to store texts longer than usual\",\n            \"usefulFor\": \"Comments, descriptions\",\n            \"__v\": 0,\n            \"createdAt\": \"2019-04-27T18:07:10.000Z\",\n            \"updatedAt\": \"2019-04-27T18:07:10.000Z\",\n            \"id\": \"5cc49a4e6524ad18ad78e43e\"\n        },\n        {\n            \"_id\": \"5cc49a7a6524ad18ad78e43f\",\n            \"active\": true,\n            \"type\": \"Numérico\",\n            \"fieldType\": \"double\",\n            \"description\": \"Numeric field is used to store data such as amount of commission or other custom numerical data\",\n            \"usefulFor\": \"Commission, priority level\",\n            \"__v\": 0,\n            \"createdAt\": \"2019-04-27T18:07:54.000Z\",\n            \"updatedAt\": \"2019-04-27T18:07:54.000Z\",\n            \"id\": \"5cc49a7a6524ad18ad78e43f\"\n        }\n    ],\n    \"total\": 9,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 1\n}"}],"_postman_id":"83705077-e4d1-470f-a54b-e155f4355cca"}],"id":"f46af066-7666-40cf-8d53-5c72bfc13488","_postman_id":"f46af066-7666-40cf-8d53-5c72bfc13488","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"List Custom Fields","id":"f51a40e9-83f1-49fd-b5d4-f3bc0962cf64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/customfields?page=1&search=&limit=15&sortBy=email&sortType=desc&feature","description":"<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number): The page number to retrieve</p>\n</li>\n<li><p>search (string): Search query</p>\n</li>\n<li><p>limit (number): Number of items per page</p>\n</li>\n<li><p>emailsEmpty (boolean): Filter for empty emails</p>\n</li>\n<li><p>phonesEmpty (boolean): Filter for empty phones</p>\n</li>\n<li><p>interactionsEmpty (boolean): Filter for empty interactions</p>\n</li>\n<li><p>sortBy (string): Field to sort by</p>\n</li>\n<li><p>sortType (string): Sorting order (asc/desc)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"docs\": [\n    {\n      \"_id\": \"\",\n      \"code\": 0,\n      \"owner\": {\n        \"_id\": \"\",\n        \"email\": \"\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"\",\n        \"customFields\": [],\n        \"default\": true,\n        \"fullname\": \"\",\n        \"image\": \"\",\n        \"role\": \"\",\n        \"settings\": {\n          \"sidebarCollapsed\": true,\n          \"theme\": \"\"\n        },\n        \"status\": \"\",\n        \"type\": \"\",\n        \"updatedAt\": \"\",\n        \"lastLogin\": \"\",\n        \"lastname\": \"\",\n        \"name\": \"\"\n      },\n      \"participants\": [],\n      \"observers\": [],\n      \"title\": \"\",\n      \"dateOfExpires\": \"\",\n      \"type\": {\n        \"_id\": \"\",\n        \"slug\": \"\",\n        \"active\": true,\n        \"default\": true,\n        \"defaultForNewTask\": true,\n        \"name\": \"\",\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\"\n      },\n      \"status\": \"\",\n      \"observation\": \"\",\n      \"source\": \"\",\n      \"contact\": {\n        \"_id\": \"\",\n        \"customFields\": [],\n        \"lifeCycle\": \"\",\n        \"labels\": [],\n        \"source\": \"\",\n        \"name\": \"\",\n        \"lastname\": \"\",\n        \"fullname\": \"\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"\",\n        \"phones\": [\n          {\n            \"typePhone\": \"\",\n            \"number\": \"\",\n            \"ddi\": \"\"\n          }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"owners\": [\"\"],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 0,\n        \"createdBy\": \"\",\n        \"updatedBy\": \"\",\n        \"favoriteChannelToCommunication\": [],\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0\n      },\n      \"deal\": {\n        \"_id\": \"\",\n        \"code\": 0,\n        \"labels\": [],\n        \"customFields\": [],\n        \"source\": \"\",\n        \"pipeline\": \"\",\n        \"stage\": \"\",\n        \"staff\": \"\",\n        \"participants\": [],\n        \"observers\": [],\n        \"title\": \"\",\n        \"amount\": 0,\n        \"expectedCloseDate\": \"\",\n        \"won\": true,\n        \"lost\": true,\n        \"closed\": true,\n        \"contact\": \"\",\n        \"active\": true,\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0,\n        \"enteredStageDate\": \"\",\n        \"requiredActionsPending\": {\n          \"task\": [],\n          \"meeting\": [],\n          \"ticket\": [],\n          \"validation\": true\n        },\n        \"requiredFieldPending\": {\n          \"contact\": [],\n          \"deal\": [],\n          \"validation\": true\n        },\n        \"lastActivity\": \"\",\n        \"closedDate\": \"\"\n      },\n      \"pipelineStage\": \"\",\n      \"resourceTemplate\": \"\",\n      \"active\": true,\n      \"createdAt\": \"\",\n      \"updatedAt\": \"\",\n      \"__v\": 0,\n      \"dateFinished\": \"\"\n    }\n  ],\n  \"total\": 0,\n  \"limit\": 0,\n  \"page\": 0,\n  \"pages\": 0,\n  \"pagingCounter\": 0,\n  \"hasPrevPage\": true,\n  \"hasNextPage\": true,\n  \"prevPage\": null,\n  \"nextPage\": 0\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","customfields"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"},{"description":{"content":"<p>Choose between deal, organization, contact, staff, ticket</p>\n","type":"text/plain"},"key":"feature","value":null}],"variable":[]}},"response":[{"id":"0d390e95-7bb9-4618-a18f-928a9e15b1fa","name":"List Custom Fields","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/customfields?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","customfields"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 08:39:02 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"25720","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"6478-GiUH3a3MQ9wt4PdGC2rCRKEc90o\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"66eaedafdf8ca278a8593f51\",\n            \"system\": false,\n            \"feature\": \"contact\",\n            \"name\": \"Considerando sua visão pessoal e experiências anteriores, o que seria um bom retorno anual sobre seus investimentos?\",\n            \"fieldType\": {\n                \"_id\": \"5cc49ae26524ad18ad78e442\",\n                \"active\": true,\n                \"type\": \"Unica opção\",\n                \"fieldType\": \"enum\",\n                \"description\": \"Single option field lets you predefine a list of values out of which one can be selected\",\n                \"usefulFor\": \"Lead type, category, industry\",\n                \"__v\": 0,\n                \"createdAt\": \"2019-04-27T18:09:38.000Z\",\n                \"updatedAt\": \"2019-04-27T18:09:38.000Z\"\n            },\n            \"values\": [\n                {\n                    \"value\": \"0% a.a até 10% a.a\",\n                    \"_id\": \"66eaedafdf8ca278a8593f52\"\n                },\n                {\n                    \"value\": \" 10% a.a até 20% a.a\",\n                    \"_id\": \"66eaedafdf8ca278a8593f53\"\n                },\n                {\n                    \"value\": \" 20% a.a até 30% a.a\",\n                    \"_id\": \"66eaedafdf8ca278a8593f54\"\n                },\n                {\n                    \"value\": \" Acima de 30% a.a\",\n                    \"_id\": \"66eaedafdf8ca278a8593f55\"\n                },\n                {\n                    \"value\": \" Não tenho parâmetros para dizer\",\n                    \"_id\": \"66eaedafdf8ca278a8593f56\"\n                }\n            ],\n            \"settings\": {\n                \"required\": false,\n                \"requiredWhen\": [],\n                \"listable\": false,\n                \"listableWhen\": [],\n                \"unique\": false,\n                \"uniqueWhen\": [],\n                \"visibleOnView\": true,\n                \"visibleOnViewWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"visibleOnViewIfFilled\": true,\n                \"visibleOnViewIfFilledWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"editable\": true,\n                \"editableWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"creatable\": true,\n                \"creatableWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"deletable\": true,\n                \"titleOnList\": false,\n                \"titleOnListWhen\": []\n            },\n            \"position\": 6,\n            \"active\": true,\n            \"subFieldSettings\": {\n                \"active\": false,\n                \"values\": []\n            },\n            \"dependentFields\": [],\n            \"customFieldBlockAttach\": {\n                \"_id\": \"66eaebc0df8ca278a85934f0\",\n                \"name\": \"Perfil de Risco e Objetivos\",\n                \"position\": 6,\n                \"isExpanded\": true,\n                \"feature\": \"contact\",\n                \"sidebarPosition\": \"right\",\n                \"active\": true,\n                \"default\": false,\n                \"slug\": \"perfil-de-risco-e-objetivos\",\n                \"__v\": 0,\n                \"createdAt\": \"2024-09-18T15:03:28.000Z\",\n                \"updatedAt\": \"2024-09-18T15:03:28.000Z\"\n            },\n            \"modules\": [\n                \"rule\",\n                \"dashboard\",\n                \"report\",\n                \"form\"\n            ],\n            \"slug\": \"considerando-sua-visao-pessoal-e-experiencias-anteriores-o-que-seria-um-bom-retorno-anual-sobre-seus-investimentos\",\n            \"__v\": 0,\n            \"createdAt\": \"2024-09-18T15:11:43.000Z\",\n            \"updatedAt\": \"2024-09-18T15:11:43.000Z\",\n            \"id\": \"66eaedafdf8ca278a8593f51\"\n        },\n        {\n            \"_id\": \"66eaa317df8ca278a85887db\",\n            \"system\": false,\n            \"feature\": \"contact\",\n            \"name\": \"Escreva o nome do Executivo (a) Comercial que lhe atendeu.\",\n            \"fieldType\": {\n                \"_id\": \"5cc49ae26524ad18ad78e442\",\n                \"active\": true,\n                \"type\": \"Unica opção\",\n                \"fieldType\": \"enum\",\n                \"description\": \"Single option field lets you predefine a list of values out of which one can be selected\",\n                \"usefulFor\": \"Lead type, category, industry\",\n                \"__v\": 0,\n                \"createdAt\": \"2019-04-27T18:09:38.000Z\",\n                \"updatedAt\": \"2019-04-27T18:09:38.000Z\"\n            },\n            \"values\": [\n                {\n                    \"value\": \"Clauber Kutianski\",\n                    \"_id\": \"66eaa317df8ca278a85887dc\"\n                },\n                {\n                    \"value\": \"Lucas de Melo\",\n                    \"_id\": \"66eaa317df8ca278a85887dd\"\n                },\n                {\n                    \"value\": \"Luis Xavier\",\n                    \"_id\": \"66eaa317df8ca278a85887de\"\n                },\n                {\n                    \"value\": \"Lukas Rique\",\n                    \"_id\": \"66eaa317df8ca278a85887df\"\n                }\n            ],\n            \"settings\": {\n                \"required\": false,\n                \"requiredWhen\": [],\n                \"listable\": false,\n                \"listableWhen\": [],\n                \"unique\": false,\n                \"uniqueWhen\": [],\n                \"visibleOnView\": true,\n                \"visibleOnViewWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"visibleOnViewIfFilled\": true,\n                \"visibleOnViewIfFilledWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"editable\": true,\n                \"editableWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"creatable\": true,\n                \"creatableWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"deletable\": true,\n                \"titleOnList\": false,\n                \"titleOnListWhen\": []\n            },\n            \"position\": 24,\n            \"active\": true,\n            \"subFieldSettings\": {\n                \"active\": false,\n                \"values\": []\n            },\n            \"dependentFields\": [],\n            \"customFieldBlockAttach\": {\n                \"_id\": \"62fe7e538fbe6602779e7c0a\",\n                \"sidebarPosition\": \"right\",\n                \"active\": true,\n                \"default\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Informações Básicas\",\n                \"position\": 1,\n                \"branch\": \"5cf92542d20b093741751e52\",\n                \"slug\": \"dados-do-cliente\",\n                \"__v\": 0,\n                \"isExpanded\": true,\n                \"feature\": \"contact\",\n                \"createdAt\": \"2022-08-18T18:00:51.000Z\",\n                \"updatedAt\": \"2022-08-18T18:00:51.000Z\"\n            },\n            \"modules\": [\n                \"rule\",\n                \"dashboard\",\n                \"report\",\n                \"form\"\n            ],\n            \"slug\": \"escreva-o-nome-do-executivo-a-comercial-que-lhe-atendeu\",\n            \"__v\": 0,\n            \"createdAt\": \"2024-09-18T09:53:27.000Z\",\n            \"updatedAt\": \"2024-09-18T09:53:27.000Z\",\n            \"id\": \"66eaa317df8ca278a85887db\"\n        },\n        {\n            \"_id\": \"62fe88300fe9af02f572f110\",\n            \"system\": false,\n            \"active\": true,\n            \"dependentFields\": [\n                \"62fe88718fbe6602779e7c1d\",\n                \"63173646f4046b00d9e02e05\"\n            ],\n            \"subFieldSettings\": {\n                \"active\": false,\n                \"values\": []\n            },\n            \"name\": \"Estado civil\",\n            \"fieldType\": {\n                \"_id\": \"5cc49ae26524ad18ad78e442\",\n                \"active\": true,\n                \"type\": \"Unica opção\",\n                \"fieldType\": \"enum\",\n                \"description\": \"Single option field lets you predefine a list of values out of which one can be selected\",\n                \"usefulFor\": \"Lead type, category, industry\",\n                \"__v\": 0,\n                \"createdAt\": \"2019-04-27T18:09:38.000Z\",\n                \"updatedAt\": \"2019-04-27T18:09:38.000Z\"\n            },\n            \"values\": [\n                {\n                    \"value\": \"Solteiro(a)\",\n                    \"_id\": \"62fe88300fe9af02f572f111\"\n                },\n                {\n                    \"value\": \"Casado(a)\",\n                    \"_id\": \"62fe88300fe9af02f572f112\"\n                },\n                {\n                    \"value\": \"União Estável\",\n                    \"_id\": \"62fe88300fe9af02f572f113\"\n                },\n                {\n                    \"value\": \"Separado(a)\",\n                    \"_id\": \"62fe88300fe9af02f572f114\"\n                },\n                {\n                    \"value\": \"Divorciado(a)\",\n                    \"_id\": \"62fe88300fe9af02f572f115\"\n                },\n                {\n                    \"value\": \"Viúvo(a)\",\n                    \"_id\": \"62fe88300fe9af02f572f116\"\n                },\n                {\n                    \"value\": \"Legalmente separado\",\n                    \"_id\": \"6333106c4a3b6602b990a047\"\n                }\n            ],\n            \"feature\": \"contact\",\n            \"customFieldBlockAttach\": {\n                \"_id\": \"62fe7e538fbe6602779e7c0a\",\n                \"sidebarPosition\": \"right\",\n                \"active\": true,\n                \"default\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Informações Básicas\",\n                \"position\": 1,\n                \"branch\": \"5cf92542d20b093741751e52\",\n                \"slug\": \"dados-do-cliente\",\n                \"__v\": 0,\n                \"isExpanded\": true,\n                \"feature\": \"contact\",\n                \"createdAt\": \"2022-08-18T18:00:51.000Z\",\n                \"updatedAt\": \"2022-08-18T18:00:51.000Z\"\n            },\n            \"position\": 13,\n            \"settings\": {\n                \"required\": false,\n                \"requiredWhen\": [],\n                \"listable\": false,\n                \"listableWhen\": [],\n                \"unique\": false,\n                \"uniqueWhen\": [],\n                \"visibleOnView\": true,\n                \"visibleOnViewWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"visibleOnViewIfFilled\": true,\n                \"visibleOnViewIfFilledWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"editable\": true,\n                \"editableWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"creatable\": true,\n                \"creatableWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"deletable\": true,\n                \"titleOnList\": false,\n                \"titleOnListWhen\": []\n            },\n            \"slug\": \"estado-civil\",\n            \"__v\": 0,\n            \"modules\": [\n                \"form\"\n            ],\n            \"fieldRef\": \"\",\n            \"createdAt\": \"2022-08-18T18:42:56.000Z\",\n            \"updatedAt\": \"2022-08-18T18:42:56.000Z\",\n            \"id\": \"62fe88300fe9af02f572f110\"\n        },\n        {\n            \"_id\": \"63345b26bf45400353bbad6d\",\n            \"system\": false,\n            \"active\": true,\n            \"dependentFields\": [],\n            \"subFieldSettings\": {\n                \"active\": true,\n                \"from\": {\n                    \"_id\": \"63345ab88ab16d01964edf7b\",\n                    \"name\": \"Incluir mais pessoas de contato?\"\n                },\n                \"values\": [\n                    {\n                        \"value\": \"2 pessoas\",\n                        \"_id\": \"63345ab88ab16d01964edf7d\"\n                    },\n                    {\n                        \"value\": \"3 pessoas\",\n                        \"_id\": \"63345ab88ab16d01964edf7e\"\n                    }\n                ]\n            },\n            \"feature\": \"contact\",\n            \"name\": \"Nome completo | Pessoa 2\",\n            \"fieldType\": {\n                \"_id\": \"5cc49a276524ad18ad78e43d\",\n                \"active\": true,\n                \"type\": \"Texto\",\n                \"fieldType\": \"varchar\",\n                \"description\": \"Text field is used to store texts up to 255 characters\",\n                \"usefulFor\": \"Billing addresses, (short) comments, email addresses\",\n                \"__v\": 0,\n                \"createdAt\": \"2019-04-27T18:06:31.000Z\",\n                \"updatedAt\": \"2019-04-27T18:06:31.000Z\"\n            },\n            \"values\": [],\n            \"customFieldBlockAttach\": {\n                \"_id\": \"62fe7e538fbe6602779e7c0a\",\n                \"sidebarPosition\": \"right\",\n                \"active\": true,\n                \"default\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Informações Básicas\",\n                \"position\": 1,\n                \"branch\": \"5cf92542d20b093741751e52\",\n                \"slug\": \"dados-do-cliente\",\n                \"__v\": 0,\n                \"isExpanded\": true,\n                \"feature\": \"contact\",\n                \"createdAt\": \"2022-08-18T18:00:51.000Z\",\n                \"updatedAt\": \"2022-08-18T18:00:51.000Z\"\n            },\n            \"position\": 37,\n            \"settings\": {\n                \"required\": false,\n                \"requiredWhen\": [],\n                \"listable\": false,\n                \"listableWhen\": [],\n                \"unique\": false,\n                \"uniqueWhen\": [],\n                \"visibleOnView\": true,\n                \"visibleOnViewWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"visibleOnViewIfFilled\": true,\n                \"visibleOnViewIfFilledWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"editable\": true,\n                \"editableWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"creatable\": true,\n                \"creatableWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"deletable\": true,\n                \"titleOnList\": false,\n                \"titleOnListWhen\": []\n            },\n            \"slug\": \"nome-completo-or-pessoa-2\",\n            \"__v\": 0,\n            \"modules\": [\n                \"form\"\n            ],\n            \"fieldRef\": \"\",\n            \"createdAt\": \"2022-09-28T14:33:10.000Z\",\n            \"updatedAt\": \"2022-09-28T14:33:10.000Z\",\n            \"id\": \"63345b26bf45400353bbad6d\"\n        },\n        {\n            \"_id\": \"669a5ed6008a725d66f95e01\",\n            \"system\": false,\n            \"feature\": \"contact\",\n            \"name\": \"Vencimento do Suitability\",\n            \"fieldType\": {\n                \"_id\": \"5cc49b786524ad18ad78e445\",\n                \"active\": true,\n                \"type\": \"Data\",\n                \"fieldType\": \"date\",\n                \"description\": \"Date field is used to store dates, picked from a handy inline calendar\",\n                \"usefulFor\": \"Delivery dates, deadlines\",\n                \"__v\": 0,\n                \"createdAt\": \"2019-04-27T18:12:08.000Z\",\n                \"updatedAt\": \"2019-04-27T18:12:08.000Z\"\n            },\n            \"values\": [],\n            \"settings\": {\n                \"required\": false,\n                \"requiredWhen\": [],\n                \"listable\": false,\n                \"listableWhen\": [],\n                \"unique\": false,\n                \"uniqueWhen\": [],\n                \"visibleOnView\": true,\n                \"visibleOnViewWhen\": [\n                    \"contact\"\n                ],\n                \"visibleOnViewIfFilled\": true,\n                \"visibleOnViewIfFilledWhen\": [\n                    \"contact\"\n                ],\n                \"editable\": false,\n                \"editableWhen\": [],\n                \"creatable\": false,\n                \"creatableWhen\": [],\n                \"deletable\": true,\n                \"titleOnList\": false,\n                \"titleOnListWhen\": []\n            },\n            \"position\": 3,\n            \"active\": true,\n            \"subFieldSettings\": {\n                \"active\": false,\n                \"values\": []\n            },\n            \"dependentFields\": [],\n            \"customFieldBlockAttach\": {\n                \"_id\": \"64aec5a2b09dcf0013d1d3d4\",\n                \"sidebarPosition\": \"right\",\n                \"active\": true,\n                \"default\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Dados da conta\",\n                \"position\": 2,\n                \"branch\": \"5cf92542d20b093741751e52\",\n                \"slug\": \"seguro-vida\",\n                \"__v\": 0,\n                \"feature\": \"contact\",\n                \"isExpanded\": false,\n                \"createdAt\": \"2023-07-12T15:24:18.000Z\",\n                \"updatedAt\": \"2023-07-12T15:24:18.000Z\"\n            },\n            \"modules\": [\n                \"rule\",\n                \"dashboard\",\n                \"report\",\n                \"form\"\n            ],\n            \"slug\": \"vencimento-do-suitability\",\n            \"__v\": 0,\n            \"createdAt\": \"2024-07-19T12:40:54.000Z\",\n            \"updatedAt\": \"2024-07-19T12:40:54.000Z\",\n            \"id\": \"669a5ed6008a725d66f95e01\"\n        },\n        {\n            \"_id\": \"66eaa941df8ca278a858b004\",\n            \"system\": false,\n            \"feature\": \"contact\",\n            \"name\": \"Possui dívidas? Entenda como dívida toda tomada de crédito no mercado; seja CDC; Crédito Pessoal; Financiamento; entre outros.\",\n            \"fieldType\": {\n                \"_id\": \"5cc49ae26524ad18ad78e442\",\n                \"active\": true,\n                \"type\": \"Unica opção\",\n                \"fieldType\": \"enum\",\n                \"description\": \"Single option field lets you predefine a list of values out of which one can be selected\",\n                \"usefulFor\": \"Lead type, category, industry\",\n                \"__v\": 0,\n                \"createdAt\": \"2019-04-27T18:09:38.000Z\",\n                \"updatedAt\": \"2019-04-27T18:09:38.000Z\"\n            },\n            \"values\": [\n                {\n                    \"value\": \"Sim\",\n                    \"_id\": \"66eaa941df8ca278a858b005\"\n                },\n                {\n                    \"value\": \"Não\",\n                    \"_id\": \"66eaa941df8ca278a858b006\"\n                }\n            ],\n            \"settings\": {\n                \"required\": false,\n                \"requiredWhen\": [],\n                \"listable\": false,\n                \"listableWhen\": [],\n                \"unique\": false,\n                \"uniqueWhen\": [],\n                \"visibleOnView\": true,\n                \"visibleOnViewWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"visibleOnViewIfFilled\": true,\n                \"visibleOnViewIfFilledWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"editable\": true,\n                \"editableWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"creatable\": true,\n                \"creatableWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"deletable\": true,\n                \"titleOnList\": false,\n                \"titleOnListWhen\": []\n            },\n            \"position\": 7,\n            \"active\": true,\n            \"subFieldSettings\": {\n                \"active\": false,\n                \"values\": []\n            },\n            \"dependentFields\": [],\n            \"customFieldBlockAttach\": {\n                \"_id\": \"6696d07037636fc245740d08\",\n                \"feature\": \"contact\",\n                \"slug\": \"planej-sucessorio\",\n                \"active\": true,\n                \"default\": true,\n                \"isExpanded\": true,\n                \"name\": \"Perfil Financeiro\",\n                \"position\": 4,\n                \"sidebarPosition\": \"right\",\n                \"createdAt\": \"2024-07-16T19:56:32.000Z\",\n                \"updatedAt\": \"2024-07-16T19:56:32.000Z\"\n            },\n            \"modules\": [\n                \"rule\",\n                \"dashboard\",\n                \"report\",\n                \"form\"\n            ],\n            \"slug\": \"possui-dividas-entenda-como-divida-toda-tomada-de-credito-no-mercado-seja-cdc-credito-pessoal-financiamento-entre-outros\",\n            \"__v\": 0,\n            \"createdAt\": \"2024-09-18T10:19:45.000Z\",\n            \"updatedAt\": \"2024-09-18T10:19:45.000Z\",\n            \"id\": \"66eaa941df8ca278a858b004\"\n        },\n        {\n            \"_id\": \"66e85d6f2d6ce377cd607bc9\",\n            \"system\": false,\n            \"feature\": \"contact\",\n            \"name\": \"Data de vencimento Suitability\",\n            \"slug\": \"data-vencimento-suitability\",\n            \"fieldType\": {\n                \"_id\": \"5cc49b786524ad18ad78e445\",\n                \"active\": true,\n                \"type\": \"Data\",\n                \"fieldType\": \"date\",\n                \"description\": \"Date field is used to store dates, picked from a handy inline calendar\",\n                \"usefulFor\": \"Delivery dates, deadlines\",\n                \"__v\": 0,\n                \"createdAt\": \"2019-04-27T18:12:08.000Z\",\n                \"updatedAt\": \"2019-04-27T18:12:08.000Z\"\n            },\n            \"values\": [],\n            \"settings\": {\n                \"required\": false,\n                \"requiredWhen\": [],\n                \"listable\": false,\n                \"listableWhen\": [],\n                \"unique\": false,\n                \"uniqueWhen\": [],\n                \"visibleOnView\": true,\n                \"visibleOnViewWhen\": [],\n                \"visibleOnViewIfFilled\": true,\n                \"visibleOnViewIfFilledWhen\": [],\n                \"editable\": true,\n                \"editableWhen\": [],\n                \"creatable\": true,\n                \"creatableWhen\": [],\n                \"deletable\": true,\n                \"titleOnList\": false,\n                \"titleOnListWhen\": []\n            },\n            \"active\": true,\n            \"subFieldSettings\": {\n                \"active\": false,\n                \"values\": []\n            },\n            \"dependentFields\": [],\n            \"modules\": [\n                \"rule\",\n                \"dashboard\",\n                \"report\",\n                \"form\"\n            ],\n            \"__v\": 0,\n            \"createdAt\": \"2024-09-16T16:31:43.000Z\",\n            \"updatedAt\": \"2024-09-16T16:31:43.000Z\",\n            \"id\": \"66e85d6f2d6ce377cd607bc9\"\n        },\n        {\n            \"_id\": \"66e5d6ea8bbfdf4390447dd0\",\n            \"system\": false,\n            \"feature\": \"contact\",\n            \"name\": \"Data de abertura\",\n            \"slug\": \"data-de-abertura-wBYh5KziwM\",\n            \"fieldType\": {\n                \"_id\": \"5cc49b786524ad18ad78e445\",\n                \"active\": true,\n                \"type\": \"Data\",\n                \"fieldType\": \"date\",\n                \"description\": \"Date field is used to store dates, picked from a handy inline calendar\",\n                \"usefulFor\": \"Delivery dates, deadlines\",\n                \"__v\": 0,\n                \"createdAt\": \"2019-04-27T18:12:08.000Z\",\n                \"updatedAt\": \"2019-04-27T18:12:08.000Z\"\n            },\n            \"values\": [],\n            \"settings\": {\n                \"required\": false,\n                \"requiredWhen\": [],\n                \"listable\": false,\n                \"listableWhen\": [],\n                \"unique\": false,\n                \"uniqueWhen\": [],\n                \"visibleOnView\": true,\n                \"visibleOnViewWhen\": [],\n                \"visibleOnViewIfFilled\": true,\n                \"visibleOnViewIfFilledWhen\": [],\n                \"editable\": true,\n                \"editableWhen\": [],\n                \"creatable\": true,\n                \"creatableWhen\": [],\n                \"deletable\": true,\n                \"titleOnList\": false,\n                \"titleOnListWhen\": []\n            },\n            \"active\": true,\n            \"subFieldSettings\": {\n                \"active\": false,\n                \"values\": []\n            },\n            \"dependentFields\": [],\n            \"modules\": [\n                \"rule\",\n                \"dashboard\",\n                \"report\",\n                \"form\"\n            ],\n            \"__v\": 0,\n            \"createdAt\": \"2024-09-14T18:33:14.000Z\",\n            \"updatedAt\": \"2024-09-14T18:33:14.000Z\",\n            \"id\": \"66e5d6ea8bbfdf4390447dd0\"\n        },\n        {\n            \"_id\": \"66eaaafddf8ca278a858b536\",\n            \"system\": false,\n            \"feature\": \"contact\",\n            \"name\": \"Contribui para algum PLANO DE PLANEJAMENTO PREVIDENCIÁRIO? Se SIM indique quais opções abaixo.\",\n            \"fieldType\": {\n                \"_id\": \"5cc49ac56524ad18ad78e441\",\n                \"active\": true,\n                \"type\": \"Multiplas opções\",\n                \"fieldType\": \"set\",\n                \"description\": \"Multiple options field lets you predefine a list of values to choose from\",\n                \"usefulFor\": \"Industry type, competitors, region\",\n                \"__v\": 0,\n                \"createdAt\": \"2019-04-27T18:09:09.000Z\",\n                \"updatedAt\": \"2019-04-27T18:09:09.000Z\"\n            },\n            \"values\": [\n                {\n                    \"value\": \"INSS\",\n                    \"_id\": \"66eaaafddf8ca278a858b537\"\n                },\n                {\n                    \"value\": \"Previdência Privada\",\n                    \"_id\": \"66eaaafddf8ca278a858b538\"\n                },\n                {\n                    \"value\": \"Imóveis (aluguéis)\",\n                    \"_id\": \"66eaaafddf8ca278a858b539\"\n                },\n                {\n                    \"value\": \"Ações (dividendos)\",\n                    \"_id\": \"66eaaafddf8ca278a858b53a\"\n                },\n                {\n                    \"value\": \"Fundos Imobiliários (proventos)\",\n                    \"_id\": \"66eaaafddf8ca278a858b53b\"\n                },\n                {\n                    \"value\": \"Participação em Empresas\",\n                    \"_id\": \"66eaaafddf8ca278a858b53c\"\n                },\n                {\n                    \"value\": \"Outros\",\n                    \"_id\": \"66eaaafddf8ca278a858b53d\"\n                },\n                {\n                    \"value\": \"Não Possuo Planejamento Previdenciário\",\n                    \"_id\": \"66eaaafddf8ca278a858b53e\"\n                }\n            ],\n            \"settings\": {\n                \"required\": false,\n                \"requiredWhen\": [],\n                \"listable\": false,\n                \"listableWhen\": [],\n                \"unique\": false,\n                \"uniqueWhen\": [],\n                \"visibleOnView\": true,\n                \"visibleOnViewWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"visibleOnViewIfFilled\": true,\n                \"visibleOnViewIfFilledWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"editable\": true,\n                \"editableWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"creatable\": true,\n                \"creatableWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"deletable\": true,\n                \"titleOnList\": false,\n                \"titleOnListWhen\": []\n            },\n            \"position\": 13,\n            \"active\": true,\n            \"subFieldSettings\": {\n                \"active\": false,\n                \"values\": []\n            },\n            \"dependentFields\": [],\n            \"customFieldBlockAttach\": {\n                \"_id\": \"6696d07037636fc245740d08\",\n                \"feature\": \"contact\",\n                \"slug\": \"planej-sucessorio\",\n                \"active\": true,\n                \"default\": true,\n                \"isExpanded\": true,\n                \"name\": \"Perfil Financeiro\",\n                \"position\": 4,\n                \"sidebarPosition\": \"right\",\n                \"createdAt\": \"2024-07-16T19:56:32.000Z\",\n                \"updatedAt\": \"2024-07-16T19:56:32.000Z\"\n            },\n            \"modules\": [\n                \"rule\",\n                \"dashboard\",\n                \"report\",\n                \"form\"\n            ],\n            \"slug\": \"contribui-para-algum-plano-de-planejamento-previdenciario-se-sim-indique-quais-opcoes-abaixo\",\n            \"__v\": 0,\n            \"createdAt\": \"2024-09-18T10:27:09.000Z\",\n            \"updatedAt\": \"2024-09-18T10:27:09.000Z\",\n            \"id\": \"66eaaafddf8ca278a858b536\"\n        },\n        {\n            \"_id\": \"66ea9f12df8ca278a8587c08\",\n            \"system\": false,\n            \"feature\": \"contact\",\n            \"name\": \"Nacionalidade, estado e cidade onde nasceu\",\n            \"fieldType\": {\n                \"_id\": \"5cc49a276524ad18ad78e43d\",\n                \"active\": true,\n                \"type\": \"Texto\",\n                \"fieldType\": \"varchar\",\n                \"description\": \"Text field is used to store texts up to 255 characters\",\n                \"usefulFor\": \"Billing addresses, (short) comments, email addresses\",\n                \"__v\": 0,\n                \"createdAt\": \"2019-04-27T18:06:31.000Z\",\n                \"updatedAt\": \"2019-04-27T18:06:31.000Z\"\n            },\n            \"values\": [],\n            \"settings\": {\n                \"required\": false,\n                \"requiredWhen\": [],\n                \"listable\": false,\n                \"listableWhen\": [],\n                \"unique\": false,\n                \"uniqueWhen\": [],\n                \"visibleOnView\": true,\n                \"visibleOnViewWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"visibleOnViewIfFilled\": true,\n                \"visibleOnViewIfFilledWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"editable\": true,\n                \"editableWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"creatable\": true,\n                \"creatableWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"deletable\": true,\n                \"titleOnList\": false,\n                \"titleOnListWhen\": []\n            },\n            \"position\": 14,\n            \"active\": true,\n            \"subFieldSettings\": {\n                \"active\": false,\n                \"values\": []\n            },\n            \"dependentFields\": [],\n            \"customFieldBlockAttach\": {\n                \"_id\": \"62fe7e538fbe6602779e7c0a\",\n                \"sidebarPosition\": \"right\",\n                \"active\": true,\n                \"default\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Informações Básicas\",\n                \"position\": 1,\n                \"branch\": \"5cf92542d20b093741751e52\",\n                \"slug\": \"dados-do-cliente\",\n                \"__v\": 0,\n                \"isExpanded\": true,\n                \"feature\": \"contact\",\n                \"createdAt\": \"2022-08-18T18:00:51.000Z\",\n                \"updatedAt\": \"2022-08-18T18:00:51.000Z\"\n            },\n            \"modules\": [\n                \"rule\",\n                \"dashboard\",\n                \"report\",\n                \"form\"\n            ],\n            \"slug\": \"nacionalidade-estado-e-cidade-onde-nasceu\",\n            \"__v\": 0,\n            \"createdAt\": \"2024-09-18T09:36:18.000Z\",\n            \"updatedAt\": \"2024-09-18T09:36:18.000Z\",\n            \"id\": \"66ea9f12df8ca278a8587c08\"\n        },\n        {\n            \"_id\": \"63ed6cb3460d4f00123b3dae\",\n            \"system\": false,\n            \"active\": true,\n            \"dependentFields\": [],\n            \"subFieldSettings\": {\n                \"active\": true,\n                \"values\": [\n                    {\n                        \"_id\": \"63ed6a91460d4f00123b3d78\",\n                        \"value\": \"Religião\"\n                    }\n                ],\n                \"from\": {\n                    \"_id\": \"63ed6a91460d4f00123b3d72\",\n                    \"name\": \"Hobbies preferidos\"\n                }\n            },\n            \"feature\": \"contact\",\n            \"name\": \"Qual religião?\",\n            \"fieldType\": {\n                \"_id\": \"5cc49ae26524ad18ad78e442\",\n                \"active\": true,\n                \"type\": \"Unica opção\",\n                \"fieldType\": \"enum\",\n                \"description\": \"Single option field lets you predefine a list of values out of which one can be selected\",\n                \"usefulFor\": \"Lead type, category, industry\",\n                \"__v\": 0,\n                \"createdAt\": \"2019-04-27T18:09:38.000Z\",\n                \"updatedAt\": \"2019-04-27T18:09:38.000Z\"\n            },\n            \"values\": [\n                {\n                    \"_id\": \"63ed6cb3460d4f00123b3daf\",\n                    \"value\": \"Católica\"\n                },\n                {\n                    \"_id\": \"63ed6cb3460d4f00123b3db0\",\n                    \"value\": \"Evangélica\"\n                },\n                {\n                    \"_id\": \"63ed6cb3460d4f00123b3db1\",\n                    \"value\": \"Espírita\"\n                },\n                {\n                    \"_id\": \"63ed6cb3460d4f00123b3db2\",\n                    \"value\": \"Judaica\"\n                },\n                {\n                    \"_id\": \"63ed6cb3460d4f00123b3db3\",\n                    \"value\": \"Outra\"\n                }\n            ],\n            \"customFieldBlockAttach\": {\n                \"_id\": \"62fe7e6a0fe9af02f572f0ed\",\n                \"sidebarPosition\": \"right\",\n                \"active\": true,\n                \"default\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Relacionamento\",\n                \"position\": 3,\n                \"branch\": \"5cf92542d20b093741751e52\",\n                \"slug\": \"conhecendo-o-cliente\",\n                \"__v\": 0,\n                \"feature\": \"contact\",\n                \"isExpanded\": true,\n                \"createdAt\": \"2022-08-18T18:01:14.000Z\",\n                \"updatedAt\": \"2022-08-18T18:01:14.000Z\"\n            },\n            \"position\": 30,\n            \"settings\": {\n                \"required\": false,\n                \"listable\": false,\n                \"unique\": false,\n                \"visibleOnView\": true,\n                \"visibleOnViewIfFilled\": true,\n                \"editable\": true,\n                \"creatable\": true,\n                \"deletable\": true,\n                \"titleOnList\": false,\n                \"visibleOnTreatmentList\": false,\n                \"visibleOnViewWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"visibleOnViewIfFilledWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"editableWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"creatableWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"deletableWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ]\n            },\n            \"slug\": \"qual-religiao\",\n            \"__v\": 0,\n            \"modules\": [\n                \"form\"\n            ],\n            \"fieldRef\": \"\",\n            \"createdAt\": \"2023-02-15T23:37:23.000Z\",\n            \"updatedAt\": \"2023-02-15T23:37:23.000Z\",\n            \"id\": \"63ed6cb3460d4f00123b3dae\"\n        },\n        {\n            \"_id\": \"63173646f4046b00d9e02e05\",\n            \"system\": false,\n            \"active\": true,\n            \"dependentFields\": [],\n            \"subFieldSettings\": {\n                \"active\": true,\n                \"values\": [\n                    {\n                        \"_id\": \"62fe88300fe9af02f572f112\",\n                        \"value\": \"Casado(a)\"\n                    }\n                ],\n                \"from\": {\n                    \"_id\": \"62fe88300fe9af02f572f110\",\n                    \"name\": \"Estado civil\"\n                }\n            },\n            \"feature\": \"contact\",\n            \"name\": \"Regime de casamento\",\n            \"fieldType\": {\n                \"_id\": \"5cc49ae26524ad18ad78e442\",\n                \"active\": true,\n                \"type\": \"Unica opção\",\n                \"fieldType\": \"enum\",\n                \"description\": \"Single option field lets you predefine a list of values out of which one can be selected\",\n                \"usefulFor\": \"Lead type, category, industry\",\n                \"__v\": 0,\n                \"createdAt\": \"2019-04-27T18:09:38.000Z\",\n                \"updatedAt\": \"2019-04-27T18:09:38.000Z\"\n            },\n            \"values\": [\n                {\n                    \"_id\": \"63173646f4046b00d9e02e06\",\n                    \"value\": \"Comunhão parcial de bens\"\n                },\n                {\n                    \"_id\": \"63173646f4046b00d9e02e07\",\n                    \"value\": \" Comunhão universal de bens\"\n                },\n                {\n                    \"_id\": \"63173646f4046b00d9e02e08\",\n                    \"value\": \" Separação convencional de bens\"\n                },\n                {\n                    \"_id\": \"63173646f4046b00d9e02e09\",\n                    \"value\": \" Separação obrigatória de bens\"\n                },\n                {\n                    \"_id\": \"63173646f4046b00d9e02e0a\",\n                    \"value\": \" Participação final nos aquestos\"\n                }\n            ],\n            \"customFieldBlockAttach\": {\n                \"_id\": \"62fe7e6a0fe9af02f572f0ed\",\n                \"sidebarPosition\": \"right\",\n                \"active\": true,\n                \"default\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Relacionamento\",\n                \"position\": 3,\n                \"branch\": \"5cf92542d20b093741751e52\",\n                \"slug\": \"conhecendo-o-cliente\",\n                \"__v\": 0,\n                \"feature\": \"contact\",\n                \"isExpanded\": true,\n                \"createdAt\": \"2022-08-18T18:01:14.000Z\",\n                \"updatedAt\": \"2022-08-18T18:01:14.000Z\"\n            },\n            \"position\": 3,\n            \"settings\": {\n                \"required\": false,\n                \"listable\": false,\n                \"unique\": false,\n                \"visibleOnView\": true,\n                \"visibleOnViewIfFilled\": true,\n                \"editable\": true,\n                \"creatable\": true,\n                \"deletable\": true,\n                \"titleOnList\": false,\n                \"visibleOnTreatmentList\": false,\n                \"visibleOnViewWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"visibleOnViewIfFilledWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"editableWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"creatableWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"deletableWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ]\n            },\n            \"slug\": \"regime-de-casamento\",\n            \"__v\": 0,\n            \"modules\": [\n                \"form\"\n            ],\n            \"fieldRef\": \"\",\n            \"createdAt\": \"2022-09-06T12:00:06.000Z\",\n            \"updatedAt\": \"2022-09-06T12:00:06.000Z\",\n            \"id\": \"63173646f4046b00d9e02e05\"\n        },\n        {\n            \"_id\": \"63345ab88ab16d01964edf7b\",\n            \"system\": false,\n            \"active\": true,\n            \"dependentFields\": [\n                \"63345ad50676c902daf47a8b\",\n                \"63345af7fa2b190327af7982\",\n                \"63345b0f2e1f5101d22098cf\",\n                \"63345b26bf45400353bbad6d\",\n                \"63345b3d940c5c01dda31956\",\n                \"63345b56b9bff0016f45edbe\",\n                \"63345b6c010007019b6ede5a\",\n                \"63345b84c820e7002cba6fa0\",\n                \"63345ba2c512e6002dbc6dc0\"\n            ],\n            \"subFieldSettings\": {\n                \"active\": false,\n                \"values\": []\n            },\n            \"name\": \"Incluir mais pessoas de contato?\",\n            \"fieldType\": {\n                \"_id\": \"5cc49ae26524ad18ad78e442\",\n                \"active\": true,\n                \"type\": \"Unica opção\",\n                \"fieldType\": \"enum\",\n                \"description\": \"Single option field lets you predefine a list of values out of which one can be selected\",\n                \"usefulFor\": \"Lead type, category, industry\",\n                \"__v\": 0,\n                \"createdAt\": \"2019-04-27T18:09:38.000Z\",\n                \"updatedAt\": \"2019-04-27T18:09:38.000Z\"\n            },\n            \"values\": [\n                {\n                    \"value\": \"1 pessoa\",\n                    \"_id\": \"63345ab88ab16d01964edf7c\"\n                },\n                {\n                    \"value\": \"2 pessoas\",\n                    \"_id\": \"63345ab88ab16d01964edf7d\"\n                },\n                {\n                    \"value\": \"3 pessoas\",\n                    \"_id\": \"63345ab88ab16d01964edf7e\"\n                }\n            ],\n            \"feature\": \"contact\",\n            \"customFieldBlockAttach\": {\n                \"_id\": \"62fe7e538fbe6602779e7c0a\",\n                \"sidebarPosition\": \"right\",\n                \"active\": true,\n                \"default\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Informações Básicas\",\n                \"position\": 1,\n                \"branch\": \"5cf92542d20b093741751e52\",\n                \"slug\": \"dados-do-cliente\",\n                \"__v\": 0,\n                \"isExpanded\": true,\n                \"feature\": \"contact\",\n                \"createdAt\": \"2022-08-18T18:00:51.000Z\",\n                \"updatedAt\": \"2022-08-18T18:00:51.000Z\"\n            },\n            \"position\": 32,\n            \"settings\": {\n                \"required\": false,\n                \"requiredWhen\": [],\n                \"listable\": false,\n                \"listableWhen\": [],\n                \"unique\": false,\n                \"uniqueWhen\": [],\n                \"visibleOnView\": true,\n                \"visibleOnViewWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"visibleOnViewIfFilled\": true,\n                \"visibleOnViewIfFilledWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"editable\": true,\n                \"editableWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"creatable\": true,\n                \"creatableWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"deletable\": true,\n                \"titleOnList\": false,\n                \"titleOnListWhen\": []\n            },\n            \"slug\": \"incluir-mais-pessoas-de-contato\",\n            \"__v\": 0,\n            \"modules\": [\n                \"form\"\n            ],\n            \"fieldRef\": \"\",\n            \"createdAt\": \"2022-09-28T14:31:20.000Z\",\n            \"updatedAt\": \"2022-09-28T14:31:20.000Z\",\n            \"id\": \"63345ab88ab16d01964edf7b\"\n        },\n        {\n            \"_id\": \"5d5096722d2618da93c70092\",\n            \"system\": true,\n            \"settings\": {\n                \"required\": false,\n                \"requiredWhen\": [],\n                \"listable\": false,\n                \"listableWhen\": [],\n                \"unique\": false,\n                \"uniqueWhen\": [],\n                \"visibleOnView\": true,\n                \"visibleOnViewWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"visibleOnViewIfFilled\": true,\n                \"visibleOnViewIfFilledWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"editable\": true,\n                \"editableWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"creatable\": true,\n                \"creatableWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"deletable\": false,\n                \"deletableWhen\": [],\n                \"titleOnList\": false,\n                \"titleOnListWhen\": []\n            },\n            \"active\": true,\n            \"feature\": \"contact\",\n            \"fieldRef\": \"contactObj.type\",\n            \"values\": [],\n            \"name\": \"Tipo de pessoa\",\n            \"slug\": \"type\",\n            \"__v\": 0,\n            \"subFieldSettings\": {\n                \"active\": false,\n                \"values\": []\n            },\n            \"position\": 3,\n            \"customFieldBlockAttach\": {\n                \"_id\": \"62fe7e538fbe6602779e7c0a\",\n                \"sidebarPosition\": \"right\",\n                \"active\": true,\n                \"default\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Informações Básicas\",\n                \"position\": 1,\n                \"branch\": \"5cf92542d20b093741751e52\",\n                \"slug\": \"dados-do-cliente\",\n                \"__v\": 0,\n                \"isExpanded\": true,\n                \"feature\": \"contact\",\n                \"createdAt\": \"2022-08-18T18:00:51.000Z\",\n                \"updatedAt\": \"2022-08-18T18:00:51.000Z\"\n            },\n            \"modules\": [\n                \"form\"\n            ],\n            \"createdAt\": \"2019-08-11T22:28:02.000Z\",\n            \"updatedAt\": \"2019-08-11T22:28:02.000Z\",\n            \"id\": \"5d5096722d2618da93c70092\"\n        },\n        {\n            \"_id\": \"63345b56b9bff0016f45edbe\",\n            \"system\": false,\n            \"active\": true,\n            \"dependentFields\": [],\n            \"subFieldSettings\": {\n                \"active\": true,\n                \"from\": {\n                    \"_id\": \"63345ab88ab16d01964edf7b\",\n                    \"name\": \"Incluir mais pessoas de contato?\"\n                },\n                \"values\": [\n                    {\n                        \"value\": \"2 pessoas\",\n                        \"_id\": \"63345ab88ab16d01964edf7d\"\n                    },\n                    {\n                        \"value\": \"3 pessoas\",\n                        \"_id\": \"63345ab88ab16d01964edf7e\"\n                    }\n                ]\n            },\n            \"feature\": \"contact\",\n            \"name\": \"E-mail | Pessoa 2\",\n            \"fieldType\": {\n                \"_id\": \"5cc49a276524ad18ad78e43d\",\n                \"active\": true,\n                \"type\": \"Texto\",\n                \"fieldType\": \"varchar\",\n                \"description\": \"Text field is used to store texts up to 255 characters\",\n                \"usefulFor\": \"Billing addresses, (short) comments, email addresses\",\n                \"__v\": 0,\n                \"createdAt\": \"2019-04-27T18:06:31.000Z\",\n                \"updatedAt\": \"2019-04-27T18:06:31.000Z\"\n            },\n            \"values\": [],\n            \"customFieldBlockAttach\": {\n                \"_id\": \"62fe7e538fbe6602779e7c0a\",\n                \"sidebarPosition\": \"right\",\n                \"active\": true,\n                \"default\": false,\n                \"partner\": \"5cf92541d20b093741751e4c\",\n                \"name\": \"Informações Básicas\",\n                \"position\": 1,\n                \"branch\": \"5cf92542d20b093741751e52\",\n                \"slug\": \"dados-do-cliente\",\n                \"__v\": 0,\n                \"isExpanded\": true,\n                \"feature\": \"contact\",\n                \"createdAt\": \"2022-08-18T18:00:51.000Z\",\n                \"updatedAt\": \"2022-08-18T18:00:51.000Z\"\n            },\n            \"position\": 39,\n            \"settings\": {\n                \"required\": false,\n                \"requiredWhen\": [],\n                \"listable\": false,\n                \"listableWhen\": [],\n                \"unique\": false,\n                \"uniqueWhen\": [],\n                \"visibleOnView\": true,\n                \"visibleOnViewWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"visibleOnViewIfFilled\": true,\n                \"visibleOnViewIfFilledWhen\": [\n                    \"contact\",\n                    \"prospect\",\n                    \"lead\"\n                ],\n                \"editable\": true,\n                \"editableWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"creatable\": true,\n                \"creatableWhen\": [\n                    \"contact\",\n                    \"prospect\"\n                ],\n                \"deletable\": true,\n                \"titleOnList\": false,\n                \"titleOnListWhen\": []\n            },\n            \"slug\": \"e-mail-or-pessoa-2\",\n            \"__v\": 0,\n            \"modules\": [\n                \"form\"\n            ],\n            \"fieldRef\": \"\",\n            \"createdAt\": \"2022-09-28T14:33:58.000Z\",\n            \"updatedAt\": \"2022-09-28T14:33:58.000Z\",\n            \"id\": \"63345b56b9bff0016f45edbe\"\n        }\n    ],\n    \"total\": 203,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 14\n}"}],"_postman_id":"f51a40e9-83f1-49fd-b5d4-f3bc0962cf64"},{"name":"Get One Custom Field","id":"919d394e-afd2-4283-88ac-15d4d8fa1d5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/customfields/66eaedafdf8ca278a8593f51","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","customfields","66eaedafdf8ca278a8593f51"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"cbf47a37-c55f-47c8-a75a-b50d3b100e1c","name":"Get One Custom Field","originalRequest":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/customfields/66eaedafdf8ca278a8593f51"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 08:40:13 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"2022","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"7e6-L8GzvX8jtOHF+cUVR9DF1U2SujQ\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"66eaedafdf8ca278a8593f51\",\n    \"system\": false,\n    \"feature\": \"contact\",\n    \"name\": \"Considerando sua visão pessoal e experiências anteriores, o que seria um bom retorno anual sobre seus investimentos?\",\n    \"fieldType\": {\n        \"_id\": \"5cc49ae26524ad18ad78e442\",\n        \"active\": true,\n        \"type\": \"Unica opção\",\n        \"fieldType\": \"enum\",\n        \"description\": \"Single option field lets you predefine a list of values out of which one can be selected\",\n        \"usefulFor\": \"Lead type, category, industry\",\n        \"__v\": 0,\n        \"createdAt\": \"2019-04-27T18:09:38.000Z\",\n        \"updatedAt\": \"2019-04-27T18:09:38.000Z\"\n    },\n    \"values\": [\n        {\n            \"value\": \"0% a.a até 10% a.a\",\n            \"_id\": \"66eaedafdf8ca278a8593f52\"\n        },\n        {\n            \"value\": \" 10% a.a até 20% a.a\",\n            \"_id\": \"66eaedafdf8ca278a8593f53\"\n        },\n        {\n            \"value\": \" 20% a.a até 30% a.a\",\n            \"_id\": \"66eaedafdf8ca278a8593f54\"\n        },\n        {\n            \"value\": \" Acima de 30% a.a\",\n            \"_id\": \"66eaedafdf8ca278a8593f55\"\n        },\n        {\n            \"value\": \" Não tenho parâmetros para dizer\",\n            \"_id\": \"66eaedafdf8ca278a8593f56\"\n        }\n    ],\n    \"settings\": {\n        \"required\": false,\n        \"requiredWhen\": [],\n        \"listable\": false,\n        \"listableWhen\": [],\n        \"unique\": false,\n        \"uniqueWhen\": [],\n        \"visibleOnView\": true,\n        \"visibleOnViewWhen\": [\n            \"contact\",\n            \"prospect\",\n            \"lead\"\n        ],\n        \"visibleOnViewIfFilled\": true,\n        \"visibleOnViewIfFilledWhen\": [\n            \"contact\",\n            \"prospect\",\n            \"lead\"\n        ],\n        \"editable\": true,\n        \"editableWhen\": [\n            \"contact\",\n            \"prospect\",\n            \"lead\"\n        ],\n        \"creatable\": true,\n        \"creatableWhen\": [\n            \"contact\",\n            \"prospect\",\n            \"lead\"\n        ],\n        \"deletable\": true,\n        \"titleOnList\": false,\n        \"titleOnListWhen\": []\n    },\n    \"position\": 6,\n    \"active\": true,\n    \"subFieldSettings\": {\n        \"active\": false,\n        \"values\": []\n    },\n    \"dependentFields\": [],\n    \"customFieldBlockAttach\": {\n        \"_id\": \"66eaebc0df8ca278a85934f0\",\n        \"name\": \"Perfil de Risco e Objetivos\",\n        \"position\": 6,\n        \"isExpanded\": true,\n        \"feature\": \"contact\",\n        \"sidebarPosition\": \"right\",\n        \"active\": true,\n        \"default\": false,\n        \"slug\": \"perfil-de-risco-e-objetivos\",\n        \"__v\": 0,\n        \"createdAt\": \"2024-09-18T15:03:28.000Z\",\n        \"updatedAt\": \"2024-09-18T15:03:28.000Z\"\n    },\n    \"modules\": [\n        \"rule\",\n        \"dashboard\",\n        \"report\",\n        \"form\"\n    ],\n    \"slug\": \"considerando-sua-visao-pessoal-e-experiencias-anteriores-o-que-seria-um-bom-retorno-anual-sobre-seus-investimentos\",\n    \"__v\": 0,\n    \"createdAt\": \"2024-09-18T15:11:43.000Z\",\n    \"updatedAt\": \"2024-09-18T15:11:43.000Z\"\n}"}],"_postman_id":"919d394e-afd2-4283-88ac-15d4d8fa1d5a"},{"name":"Create One Custom Field","id":"bb49bd69-5539-4652-b9ef-f78303ee825f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"subFieldSettings\": {},\n\t\"name\": \"Bebida favorita 2\",\n\t\"fieldType\": \"5cc49b0b6524ad18ad78e443\",\n\t\"values\": [],\n\t\"feature\": \"contact\",\n\t\"settings\": {\n\t\t\"visibleOnViewWhen\": [\n\t\t\t\"lead\"\n\t\t],\n\t\t\"visibleOnView\": true,\n\t\t\"visibleOnViewIfFilledWhen\": [\n\t\t\t\"lead\"\n\t\t],\n\t\t\"visibleOnViewIfFilled\": true,\n\t\t\"editableWhen\": [\n\t\t\t\"lead\"\n\t\t],\n\t\t\"editable\": true,\n\t\t\"creatableWhen\": [\n\t\t\t\"lead\"\n\t\t],\n\t\t\"creatable\": true\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/customfields","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","customfields"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"b32dc708-836c-478f-884c-2d0ec43aa36f","name":"Create One Custom Field","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"subFieldSettings\": {},\n\t\"name\": \"Bebida favorita 2\",\n\t\"fieldType\": \"5cc49b0b6524ad18ad78e443\",\n\t\"values\": [],\n\t\"feature\": \"contact\",\n\t\"settings\": {\n\t\t\"visibleOnViewWhen\": [\n\t\t\t\"lead\"\n\t\t],\n\t\t\"visibleOnView\": true,\n\t\t\"visibleOnViewIfFilledWhen\": [\n\t\t\t\"lead\"\n\t\t],\n\t\t\"visibleOnViewIfFilled\": true,\n\t\t\"editableWhen\": [\n\t\t\t\"lead\"\n\t\t],\n\t\t\"editable\": true,\n\t\t\"creatableWhen\": [\n\t\t\t\"lead\"\n\t\t],\n\t\t\"creatable\": true\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/customfields"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 08:41:07 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"760","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Vary","value":"X-HTTP-Method-Override","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"2f8-8EO7xl/Go0jUN9pdfCGg5ouK/wU\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"system\": false,\n    \"feature\": \"contact\",\n    \"name\": \"Bebida favorita 2\",\n    \"fieldType\": \"5cc49b0b6524ad18ad78e443\",\n    \"values\": [],\n    \"settings\": {\n        \"required\": false,\n        \"requiredWhen\": [],\n        \"listable\": false,\n        \"listableWhen\": [],\n        \"unique\": false,\n        \"uniqueWhen\": [],\n        \"visibleOnView\": true,\n        \"visibleOnViewWhen\": [\n            \"lead\"\n        ],\n        \"visibleOnViewIfFilled\": true,\n        \"visibleOnViewIfFilledWhen\": [\n            \"lead\"\n        ],\n        \"editable\": true,\n        \"editableWhen\": [\n            \"lead\"\n        ],\n        \"creatable\": true,\n        \"creatableWhen\": [\n            \"lead\"\n        ],\n        \"deletable\": true,\n        \"titleOnList\": false,\n        \"titleOnListWhen\": []\n    },\n    \"active\": true,\n    \"subFieldSettings\": {\n        \"active\": false,\n        \"values\": []\n    },\n    \"dependentFields\": [],\n    \"modules\": [\n        \"rule\",\n        \"dashboard\",\n        \"report\",\n        \"form\"\n    ],\n    \"_id\": \"67f632a34c0a059bd7e68fdb\",\n    \"createdAt\": \"2025-04-09T08:41:07.509Z\",\n    \"updatedAt\": \"2025-04-09T08:41:07.509Z\",\n    \"slug\": \"bebida-favorita-2\",\n    \"__v\": 0\n}"}],"_postman_id":"bb49bd69-5539-4652-b9ef-f78303ee825f"},{"name":"Update One Custom Field","id":"7876dc80-33b1-4348-b893-7f7cb01cb620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"subFieldSettings\": {},\n\t\"name\": \"Bebida favorita\",\n\t\"fieldType\": \"5cc49b0b6524ad18ad78e443\",\n\t\"values\": [],\n\t\"feature\": \"contact\",\n\t\"settings\": {\n\t\t\"visibleOnViewWhen\": [\n\t\t\t\"lead\"\n\t\t],\n\t\t\"visibleOnView\": true,\n\t\t\"visibleOnViewIfFilledWhen\": [\n\t\t\t\"lead\"\n\t\t],\n\t\t\"visibleOnViewIfFilled\": true,\n\t\t\"editableWhen\": [\n\t\t\t\"lead\"\n\t\t],\n\t\t\"editable\": true,\n\t\t\"creatableWhen\": [\n\t\t\t\"lead\"\n\t\t],\n\t\t\"creatable\": true\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/customfields/67f60538b5bae4c34eca7eb3","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","customfields","67f60538b5bae4c34eca7eb3"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7876dc80-33b1-4348-b893-7f7cb01cb620"}],"id":"4d6c783c-b3f9-41a3-8d29-3b9f80a603a0","_postman_id":"4d6c783c-b3f9-41a3-8d29-3b9f80a603a0","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Custom Field Blocks","item":[{"name":"List Blocks","id":"bd121c61-7453-4687-823c-a7506d6ee38a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/customfieldblocks?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number): The page number to retrieve</p>\n</li>\n<li><p>search (string): Search query</p>\n</li>\n<li><p>limit (number): Number of items per page</p>\n</li>\n<li><p>emailsEmpty (boolean): Filter for empty emails</p>\n</li>\n<li><p>phonesEmpty (boolean): Filter for empty phones</p>\n</li>\n<li><p>interactionsEmpty (boolean): Filter for empty interactions</p>\n</li>\n<li><p>sortBy (string): Field to sort by</p>\n</li>\n<li><p>sortType (string): Sorting order (asc/desc)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"docs\": [\n    {\n      \"_id\": \"\",\n      \"code\": 0,\n      \"owner\": {\n        \"_id\": \"\",\n        \"email\": \"\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"\",\n        \"customFields\": [],\n        \"default\": true,\n        \"fullname\": \"\",\n        \"image\": \"\",\n        \"role\": \"\",\n        \"settings\": {\n          \"sidebarCollapsed\": true,\n          \"theme\": \"\"\n        },\n        \"status\": \"\",\n        \"type\": \"\",\n        \"updatedAt\": \"\",\n        \"lastLogin\": \"\",\n        \"lastname\": \"\",\n        \"name\": \"\"\n      },\n      \"participants\": [],\n      \"observers\": [],\n      \"title\": \"\",\n      \"dateOfExpires\": \"\",\n      \"type\": {\n        \"_id\": \"\",\n        \"slug\": \"\",\n        \"active\": true,\n        \"default\": true,\n        \"defaultForNewTask\": true,\n        \"name\": \"\",\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\"\n      },\n      \"status\": \"\",\n      \"observation\": \"\",\n      \"source\": \"\",\n      \"contact\": {\n        \"_id\": \"\",\n        \"customFields\": [],\n        \"lifeCycle\": \"\",\n        \"labels\": [],\n        \"source\": \"\",\n        \"name\": \"\",\n        \"lastname\": \"\",\n        \"fullname\": \"\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"\",\n        \"phones\": [\n          {\n            \"typePhone\": \"\",\n            \"number\": \"\",\n            \"ddi\": \"\"\n          }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"owners\": [\"\"],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 0,\n        \"createdBy\": \"\",\n        \"updatedBy\": \"\",\n        \"favoriteChannelToCommunication\": [],\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0\n      },\n      \"deal\": {\n        \"_id\": \"\",\n        \"code\": 0,\n        \"labels\": [],\n        \"customFields\": [],\n        \"source\": \"\",\n        \"pipeline\": \"\",\n        \"stage\": \"\",\n        \"staff\": \"\",\n        \"participants\": [],\n        \"observers\": [],\n        \"title\": \"\",\n        \"amount\": 0,\n        \"expectedCloseDate\": \"\",\n        \"won\": true,\n        \"lost\": true,\n        \"closed\": true,\n        \"contact\": \"\",\n        \"active\": true,\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0,\n        \"enteredStageDate\": \"\",\n        \"requiredActionsPending\": {\n          \"task\": [],\n          \"meeting\": [],\n          \"ticket\": [],\n          \"validation\": true\n        },\n        \"requiredFieldPending\": {\n          \"contact\": [],\n          \"deal\": [],\n          \"validation\": true\n        },\n        \"lastActivity\": \"\",\n        \"closedDate\": \"\"\n      },\n      \"pipelineStage\": \"\",\n      \"resourceTemplate\": \"\",\n      \"active\": true,\n      \"createdAt\": \"\",\n      \"updatedAt\": \"\",\n      \"__v\": 0,\n      \"dateFinished\": \"\"\n    }\n  ],\n  \"total\": 0,\n  \"limit\": 0,\n  \"page\": 0,\n  \"pages\": 0,\n  \"pagingCounter\": 0,\n  \"hasPrevPage\": true,\n  \"hasNextPage\": true,\n  \"prevPage\": null,\n  \"nextPage\": 0\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","customfieldblocks"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[],"_postman_id":"bd121c61-7453-4687-823c-a7506d6ee38a"},{"name":"Get One Block","id":"e6031ebe-3b73-43dc-9e5e-1d714c6e2063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/customfieldblocks/67f5fa02f2f375edcc79b067","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","customfieldblocks","67f5fa02f2f375edcc79b067"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6031ebe-3b73-43dc-9e5e-1d714c6e2063"},{"name":"Create One Block","id":"e9a166b4-bf08-42d9-b336-73154e057dda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Informações adicionais\",\n    \"feature\": \"contact\",\n    \"isExpanded\": true,\n    \"summaryDisplay\": true,\n    \"position\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/customfieldblocks","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","customfieldblocks"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9a166b4-bf08-42d9-b336-73154e057dda"},{"name":"Update One Block","id":"12dfe962-741d-4f4b-9fcc-5e60d47399ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Informações adicionais\",\n    \"feature\": \"contact\",\n    \"isExpanded\": true,\n    \"summaryDisplay\": true,\n    \"position\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/customfieldblocks/67f60538b5bae4c34eca7eb3","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","customfieldblocks","67f60538b5bae4c34eca7eb3"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"12dfe962-741d-4f4b-9fcc-5e60d47399ac"}],"id":"4c36f305-9c27-4a5f-bdc6-4cde76c5b819","_postman_id":"4c36f305-9c27-4a5f-bdc6-4cde76c5b819","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Workspaces","item":[{"name":"List Workspaces","id":"02938b30-40b8-45a8-b0f4-f6f6485aaef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments/workspaces?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","description":"<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/tasks</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number): The page number to retrieve</p>\n</li>\n<li><p>search (string): Search query</p>\n</li>\n<li><p>limit (number): Number of items per page</p>\n</li>\n<li><p>emailsEmpty (boolean): Filter for empty emails</p>\n</li>\n<li><p>phonesEmpty (boolean): Filter for empty phones</p>\n</li>\n<li><p>interactionsEmpty (boolean): Filter for empty interactions</p>\n</li>\n<li><p>sortBy (string): Field to sort by</p>\n</li>\n<li><p>sortType (string): Sorting order (asc/desc)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"docs\": [\n    {\n      \"_id\": \"\",\n      \"code\": 0,\n      \"owner\": {\n        \"_id\": \"\",\n        \"email\": \"\",\n        \"active\": true,\n        \"admin\": true,\n        \"createdAt\": \"\",\n        \"customFields\": [],\n        \"default\": true,\n        \"fullname\": \"\",\n        \"image\": \"\",\n        \"role\": \"\",\n        \"settings\": {\n          \"sidebarCollapsed\": true,\n          \"theme\": \"\"\n        },\n        \"status\": \"\",\n        \"type\": \"\",\n        \"updatedAt\": \"\",\n        \"lastLogin\": \"\",\n        \"lastname\": \"\",\n        \"name\": \"\"\n      },\n      \"participants\": [],\n      \"observers\": [],\n      \"title\": \"\",\n      \"dateOfExpires\": \"\",\n      \"type\": {\n        \"_id\": \"\",\n        \"slug\": \"\",\n        \"active\": true,\n        \"default\": true,\n        \"defaultForNewTask\": true,\n        \"name\": \"\",\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\"\n      },\n      \"status\": \"\",\n      \"observation\": \"\",\n      \"source\": \"\",\n      \"contact\": {\n        \"_id\": \"\",\n        \"customFields\": [],\n        \"lifeCycle\": \"\",\n        \"labels\": [],\n        \"source\": \"\",\n        \"name\": \"\",\n        \"lastname\": \"\",\n        \"fullname\": \"\",\n        \"age\": null,\n        \"doc\": \"\",\n        \"type\": \"\",\n        \"phones\": [\n          {\n            \"typePhone\": \"\",\n            \"number\": \"\",\n            \"ddi\": \"\"\n          }\n        ],\n        \"addressNumber\": \"\",\n        \"relationshipRulerStatus\": true,\n        \"owners\": [\"\"],\n        \"participants\": [],\n        \"observers\": [],\n        \"interactions\": 0,\n        \"createdBy\": \"\",\n        \"updatedBy\": \"\",\n        \"favoriteChannelToCommunication\": [],\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0\n      },\n      \"deal\": {\n        \"_id\": \"\",\n        \"code\": 0,\n        \"labels\": [],\n        \"customFields\": [],\n        \"source\": \"\",\n        \"pipeline\": \"\",\n        \"stage\": \"\",\n        \"staff\": \"\",\n        \"participants\": [],\n        \"observers\": [],\n        \"title\": \"\",\n        \"amount\": 0,\n        \"expectedCloseDate\": \"\",\n        \"won\": true,\n        \"lost\": true,\n        \"closed\": true,\n        \"contact\": \"\",\n        \"active\": true,\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0,\n        \"enteredStageDate\": \"\",\n        \"requiredActionsPending\": {\n          \"task\": [],\n          \"meeting\": [],\n          \"ticket\": [],\n          \"validation\": true\n        },\n        \"requiredFieldPending\": {\n          \"contact\": [],\n          \"deal\": [],\n          \"validation\": true\n        },\n        \"lastActivity\": \"\",\n        \"closedDate\": \"\"\n      },\n      \"pipelineStage\": \"\",\n      \"resourceTemplate\": \"\",\n      \"active\": true,\n      \"createdAt\": \"\",\n      \"updatedAt\": \"\",\n      \"__v\": 0,\n      \"dateFinished\": \"\"\n    }\n  ],\n  \"total\": 0,\n  \"limit\": 0,\n  \"page\": 0,\n  \"pages\": 0,\n  \"pagingCounter\": 0,\n  \"hasPrevPage\": true,\n  \"hasNextPage\": true,\n  \"prevPage\": null,\n  \"nextPage\": 0\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","treatments","workspaces"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}],"variable":[]}},"response":[{"id":"e83c20b5-74b8-4393-8e52-ad44f92861d3","name":"List Workspaces","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments/workspaces?page=1&search=&limit=15&emailsEmpty=false&phonesEmpty=false&interactionsEmpty=false&sortBy=email&sortType=desc","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","treatments","workspaces"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"},{"key":"emailsEmpty","value":"false"},{"key":"phonesEmpty","value":"false"},{"key":"interactionsEmpty","value":"false"},{"key":"sortBy","value":"email"},{"key":"sortType","value":"desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Apr 2025 09:53:17 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"1161","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-DNS-Prefetch-Control","value":"off","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"ETag","value":"W/\"489-RPa606QhtnFwYhUVBPRfXsb9yME\"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"669a5c17008a725d66f956cc\",\n            \"name\": \"Risco e Compliance\",\n            \"slug\": \"credito\",\n            \"active\": true,\n            \"defaultForNewConversation\": false,\n            \"__v\": 0,\n            \"createdAt\": \"2024-07-19T12:29:11.000Z\",\n            \"updatedAt\": \"2024-07-19T12:29:11.000Z\"\n        },\n        {\n            \"_id\": \"66edf85c570b102cd25d26cd\",\n            \"slug\": \"geral\",\n            \"__v\": 0,\n            \"active\": true,\n            \"defaultForNewConversation\": false,\n            \"name\": \"Geral\",\n            \"createdAt\": \"2024-09-20T22:34:04.000Z\",\n            \"updatedAt\": \"2025-04-09T06:13:22.816Z\"\n        },\n        {\n            \"_id\": \"640a0ed0e917b10013758b5d\",\n            \"active\": true,\n            \"partner\": \"5cf92541d20b093741751e4c\",\n            \"name\": \"Assessoria\",\n            \"slug\": \"assessoria\",\n            \"__v\": 0,\n            \"defaultForNewConversation\": true,\n            \"createdAt\": \"2023-03-09T16:52:32.000Z\",\n            \"updatedAt\": \"2023-03-09T16:52:32.000Z\"\n        },\n        {\n            \"_id\": \"669a5c10008a725d66f956b7\",\n            \"name\": \"Mesa\",\n            \"slug\": \"cambio\",\n            \"active\": true,\n            \"defaultForNewConversation\": false,\n            \"__v\": 0,\n            \"createdAt\": \"2024-07-19T12:29:04.000Z\",\n            \"updatedAt\": \"2024-07-19T12:29:04.000Z\"\n        },\n        {\n            \"_id\": \"652fe1565ff1d00013b51d21\",\n            \"active\": true,\n            \"defaultForNewConversation\": false,\n            \"partner\": \"5cf92541d20b093741751e4c\",\n            \"name\": \"Backoffice\",\n            \"slug\": \"mesa-investimentos\",\n            \"__v\": 0,\n            \"createdAt\": \"2023-10-18T13:44:54.000Z\",\n            \"updatedAt\": \"2023-10-18T13:44:54.000Z\"\n        }\n    ],\n    \"total\": 5,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 1\n}"}],"_postman_id":"02938b30-40b8-45a8-b0f4-f6f6485aaef4"},{"name":"Get One Workspace","id":"83dd5f92-9894-4f2b-aadd-a52a103cdee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments/workspaces/66eaedafdf8ca278a8593f51","description":"<h3 id=\"get-contacts\">Get Contacts</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of contacts with optional pagination and filtering parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{platform_url}}/contacts</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number, optional): The page number for pagination.</p>\n</li>\n<li><p>search (string, optional): Search query for filtering contacts.</p>\n</li>\n<li><p>limit (number, optional): The maximum number of contacts to retrieve per page.</p>\n</li>\n<li><p>emailsEmpty (boolean, optional): Indicates whether to include contacts with empty email addresses.</p>\n</li>\n<li><p>phonesEmpty (boolean, optional): Indicates whether to include contacts with empty phone numbers.</p>\n</li>\n<li><p>interactionsEmpty (boolean, optional): Indicates whether to include contacts with empty interaction records.</p>\n</li>\n<li><p>sortBy (string, optional): The field to sort the contacts by.</p>\n</li>\n<li><p>sortType (string, optional): The type of sorting (e.g., asc for ascending, desc for descending).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the list of contacts, following the specified pagination and filtering criteria.</p>\n<p>For the response schema, please refer to the JSON schema provided separately.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","treatments","workspaces","66eaedafdf8ca278a8593f51"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"83dd5f92-9894-4f2b-aadd-a52a103cdee9"},{"name":"Create One Workspace","id":"d03dd962-9c86-4166-9d15-7071ab3feb43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n            \"name\": \"Risco e Compliance\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments/workspaces","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","treatments","workspaces"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d03dd962-9c86-4166-9d15-7071ab3feb43"},{"name":"Update One Workspace","id":"1e241525-d03e-4f49-8de1-548fefeb770c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n            \"name\": \"Risco e Compliance\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/treatments/workspaces/67f60538b5bae4c34eca7eb3","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","treatments","workspaces","67f60538b5bae4c34eca7eb3"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e241525-d03e-4f49-8de1-548fefeb770c"}],"id":"d9bd999c-ba7d-4b93-a6fb-2967e0630f80","_postman_id":"d9bd999c-ba7d-4b93-a6fb-2967e0630f80","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Staffs","item":[{"name":"List Staffs","id":"c3c5f68e-67fc-4851-9e94-68f7f56fc739","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/staffs?page=1&search=&limit=15","description":"<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/staffs</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number): The page number to retrieve</p>\n</li>\n<li><p>search (string): Search query</p>\n</li>\n<li><p>limit (number): Number of items per page</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"docs\": [\n    {\n      \"_id\": \"\",\n      \"image\": \"\",\n      \"workspaces\": [\n        {\n          \"_id\": \"\",\n          \"name\": \"\"\n        }\n      ],\n      \"status\": \"\",\n      \"active\": true,\n      \"fullname\": \"\",\n      \"email\": \"\",\n      \"phone\": \"\",\n      \"whatsAppPhone\": \"\",\n      \"role\": {\n        \"_id\": \"\",\n        \"name\": \"\",\n        \"__v\": 0,\n        \"admin\": true,\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\"\n      },\n      \"name\": \"\",\n      \"lastname\": \"\",\n      \"createdAt\": \"\",\n      \"updatedAt\": \"\",\n      \"__v\": 0,\n      \"lastLogin\": \"\",\n      \"customFields\": [],\n      \"settings\": {\n        \"sidebarCollapsed\": true,\n        \"theme\": \"\"\n      },\n      \"type\": \"\",\n      \"id\": \"\"\n    }\n  ],\n  \"total\": 0,\n  \"limit\": 0,\n  \"page\": 0,\n  \"pages\": 0\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","staffs"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"}],"variable":[]}},"response":[{"id":"06ffdbd2-f7f7-47b6-bf95-2b50bdae9b40","name":"List Staffs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/staffs?page=1&search=&limit=15","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","staffs"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Apr 2025 12:40:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10318"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"284e-V3OR6h2XHG1BMQqE4eHExKBG8WE\""},{"key":"Set-Cookie","value":"connect.sid=s%3AGe2ASRa0jGEFXcj1WGkeQbGkRhfeX6qr.4kLtC5piqz%2BjOp2%2BnEcC%2Fw0BsNI5%2Bj8bUp2LHAfaCLE; Path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"abc123def456ghi789jkl012\",\n            \"customFields\": [],\n            \"fullname\": \"Luan Casanova\",\n            \"email\": \"luan@exemplo.com\",\n            \"workspaces\": [],\n            \"role\": {\n                \"_id\": \"rol123456789012345678901\",\n                \"name\": \"Operações Magnet\",\n                \"__v\": 0,\n                \"admin\": false,\n                \"createdAt\": \"2019-07-16T20:24:10.000Z\",\n                \"updatedAt\": \"2019-07-16T20:24:10.000Z\"\n            },\n            \"status\": \"online\",\n            \"active\": true,\n            \"createdAt\": \"2025-03-17T15:14:51.970Z\",\n            \"updatedAt\": \"2025-03-19T13:17:21.391Z\",\n            \"name\": \"Luan\",\n            \"lastname\": \"Casanova\",\n            \"__v\": 0,\n            \"lastLogin\": \"2025-03-19T13:17:13.373Z\",\n            \"settings\": {\n                \"sidebarCollapsed\": false,\n                \"theme\": \"light\"\n            },\n            \"id\": \"abc123def456ghi789jkl012\"\n        },\n        {\n            \"_id\": \"def456ghi789jkl012mno345\",\n            \"customFields\": [],\n            \"fullname\": \"Lorena Almeida\",\n            \"email\": \"lorena@exemplo.com\",\n            \"workspaces\": [],\n            \"role\": {\n                \"_id\": \"rol123456789012345678901\",\n                \"name\": \"Operações Magnet\",\n                \"__v\": 0,\n                \"admin\": false,\n                \"createdAt\": \"2019-07-16T20:24:10.000Z\",\n                \"updatedAt\": \"2019-07-16T20:24:10.000Z\"\n            },\n            \"status\": \"online\",\n            \"active\": true,\n            \"createdAt\": \"2025-03-17T15:17:28.350Z\",\n            \"updatedAt\": \"2025-04-10T18:26:20.550Z\",\n            \"name\": \"Lorena\",\n            \"lastname\": \"Almeida\",\n            \"__v\": 0,\n            \"lastLogin\": \"2025-04-10T18:26:20.550Z\",\n            \"settings\": {\n                \"sidebarCollapsed\": false,\n                \"theme\": \"light\"\n            },\n            \"id\": \"def456ghi789jkl012mno345\"\n        },\n        {\n            \"_id\": \"ghi789jkl012mno345pqr678\",\n            \"customFields\": [],\n            \"fullname\": \"Catia Manieri\",\n            \"email\": \"catia@exemplo.com\",\n            \"workspaces\": [],\n            \"role\": {\n                \"_id\": \"rol123456789012345678901\",\n                \"name\": \"Operações Magnet\",\n                \"__v\": 0,\n                \"admin\": false,\n                \"createdAt\": \"2019-07-16T20:24:10.000Z\",\n                \"updatedAt\": \"2019-07-16T20:24:10.000Z\"\n            },\n            \"status\": \"online\",\n            \"active\": true,\n            \"createdAt\": \"2025-03-17T15:13:42.640Z\",\n            \"updatedAt\": \"2025-04-22T18:40:42.520Z\",\n            \"name\": \"Catia\",\n            \"lastname\": \"Manieri\",\n            \"__v\": 0,\n            \"lastLogin\": \"2025-04-22T18:40:42.519Z\",\n            \"settings\": {\n                \"sidebarCollapsed\": false,\n                \"theme\": \"light\"\n            },\n            \"id\": \"ghi789jkl012mno345pqr678\"\n        },\n        {\n            \"_id\": \"jkl012mno345pqr678stu901\",\n            \"customFields\": [],\n            \"fullname\": \"Caroline Grigolon\",\n            \"email\": \"caroline@exemplo.com\",\n            \"workspaces\": [],\n            \"role\": {\n                \"_id\": \"rol123456789012345678901\",\n                \"name\": \"Operações Magnet\",\n                \"__v\": 0,\n                \"admin\": false,\n                \"createdAt\": \"2019-07-16T20:24:10.000Z\",\n                \"updatedAt\": \"2019-07-16T20:24:10.000Z\"\n            },\n            \"status\": \"online\",\n            \"active\": true,\n            \"createdAt\": \"2025-03-17T15:16:54.885Z\",\n            \"updatedAt\": \"2025-04-24T11:43:15.868Z\",\n            \"name\": \"Caroline\",\n            \"lastname\": \"Grigolon\",\n            \"__v\": 0,\n            \"lastLogin\": \"2025-04-24T11:43:15.868Z\",\n            \"settings\": {\n                \"sidebarCollapsed\": false,\n                \"theme\": \"light\"\n            },\n            \"id\": \"jkl012mno345pqr678stu901\"\n        }\n    ],\n    \"total\": 4,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 1\n}"}],"_postman_id":"c3c5f68e-67fc-4851-9e94-68f7f56fc739"},{"name":"Get One Staff","id":"00c3b310-9c9e-4464-b75b-6f81d38a9d5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/staffs/67d83c6bcb7b61bd335956de","description":"<h3 id=\"get-staff-details\">Get Staff Details</h3>\n<p>This endpoint makes an HTTP GET request to retrieve the details of a specific staff member.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/staffs/67d83c6bcb7b61bd335956de</code></p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object representing the details of the staff member. An example response is as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"_id\": \"\",\n    \"customFields\": [],\n    \"fullname\": \"\",\n    \"email\": \"\",\n    \"workspaces\": [],\n    \"role\": \"\",\n    \"status\": \"\",\n    \"default\": true,\n    \"admin\": true,\n    \"active\": true,\n    \"createdAt\": \"\",\n    \"updatedAt\": \"\",\n    \"name\": \"\",\n    \"lastname\": \"\",\n    \"__v\": 0,\n    \"lastLogin\": \"\",\n    \"settings\": {\n        \"sidebarCollapsed\": true,\n        \"theme\": \"\"\n    }\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","staffs","67d83c6bcb7b61bd335956de"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"f037d768-f288-4b97-979a-273db7d9b986","name":"Get One Staff","originalRequest":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/staffs/67d83c6bcb7b61bd335956de"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Apr 2025 12:46:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"446"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1be-QdAV/6rfvhxkd/JcAu57M4K7rUU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"60a7b3c8d9e8f2a1b3c4d5e6\",\n    \"customFields\": [],\n    \"fullname\": \"Usuário Exemplo\",\n    \"email\": \"usuario@exemplo.com.br\",\n    \"workspaces\": [],\n    \"role\": \"5f8a9b7c6d5e4f3a2b1c0d9e\",\n    \"status\": \"online\",\n    \"default\": false,\n    \"admin\": false,\n    \"active\": true,\n    \"createdAt\": \"2025-03-17T15:14:51.970Z\",\n    \"updatedAt\": \"2025-03-19T13:17:21.391Z\",\n    \"name\": \"Usuário\",\n    \"lastname\": \"Exemplo\",\n    \"__v\": 0,\n    \"lastLogin\": \"2025-03-19T13:17:13.373Z\",\n    \"settings\": {\n        \"sidebarCollapsed\": false,\n        \"theme\": \"light\"\n    }\n}"}],"_postman_id":"00c3b310-9c9e-4464-b75b-6f81d38a9d5d"},{"name":"Create One Staff","id":"214cf8d5-49ca-4ea8-b430-45a6594f0ba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customFields\": [\n        {\n            \"customField\": \"64dac529b62d13b7b3f70722\",\n            \"k\": \"Cód. Assessor CGE\",\n            \"v\": \"312312\"\n        }\n    ],\n    \"fullname\": \"Marcelo Santana Example\",\n    \"email\": \"marcelo@example.com\",\n    \"phone\": \"\",\n    \"whatsAppPhone\": \"\",\n    \"role\": \"5d438bb48f113ecbce77b0a3\",\n    \"workspaces\": [\n        \"640a0ed0e917b10013758b5d\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/staffs","description":"<h3 id=\"create-a-new-staff-member\">Create a New Staff Member</h3>\n<p>This endpoint allows the creation of a new staff member.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>customFields</code> (array of objects) - Custom fields for the staff member.</p>\n<ul>\n<li><p><code>customField</code> (string) - Identifier for the custom field.</p>\n</li>\n<li><p><code>k</code> (string) - Key for the custom field.</p>\n</li>\n<li><p><code>v</code> (string) - Value for the custom field.</p>\n</li>\n</ul>\n</li>\n<li><p><code>fullname</code> (string) - Full name of the staff member.</p>\n</li>\n<li><p><code>email</code> (string) - Email address of the staff member.</p>\n</li>\n<li><p><code>phone</code> (string) - Phone number of the staff member.</p>\n</li>\n<li><p><code>whatsAppPhone</code> (string) - WhatsApp phone number of the staff member.</p>\n</li>\n<li><p><code>role</code> (string) - Role identifier for the staff member.</p>\n</li>\n<li><p><code>workspaces</code> (array of strings) - Workspaces associated with the staff member.</p>\n</li>\n</ul>\n<h4 id=\"response-body-json-schema\">Response Body (JSON Schema)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"customFields\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"customField\": { \"type\": \"string\" },\n          \"k\": { \"type\": \"string\" },\n          \"v\": { \"type\": \"string\" }\n        }\n      }\n    },\n    \"fullname\": { \"type\": \"string\" },\n    \"email\": { \"type\": \"string\" },\n    \"phone\": { \"type\": \"string\" },\n    \"whatsAppPhone\": { \"type\": \"string\" },\n    \"workspaces\": {\n      \"type\": \"array\",\n      \"items\": { \"type\": \"string\" }\n    },\n    \"status\": { \"type\": \"string\" },\n    \"aboutMe\": { \"type\": \"string\" },\n    \"interests\": {\n      \"type\": \"array\",\n      \"items\": { \"type\": \"string\" }\n    },\n    \"default\": { \"type\": \"boolean\" },\n    \"admin\": { \"type\": \"boolean\" },\n    \"active\": { \"type\": \"boolean\" },\n    \"_id\": { \"type\": \"string\" },\n    \"achievements\": {\n      \"type\": \"array\",\n      \"items\": { \"type\": \"string\" }\n    },\n    \"createdAt\": { \"type\": \"string\" },\n    \"updatedAt\": { \"type\": \"string\" },\n    \"name\": { \"type\": \"string\" },\n    \"lastname\": { \"type\": \"string\" }\n  }\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","staffs"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"c2acdf11-340f-4818-b63f-30d098fdac7c","name":"Create One Staff","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customFields\": [\n        {\n            \"customField\": \"64dac529b62d13b7b3f70722\",\n            \"k\": \"Cód. Assessor CGE\",\n            \"v\": \"312312\"\n        }\n    ],\n    \"fullname\": \"Marcelo Santana Example\",\n    \"email\": \"marcelo@example.com\",\n    \"phone\": \"\",\n    \"whatsAppPhone\": \"\",\n    \"role\": \"5d438bb48f113ecbce77b0a3\",\n    \"workspaces\": [\n        \"640a0ed0e917b10013758b5d\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/staffs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Apr 2025 12:51:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"503"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1f7-8dohBPpHbTJjVGwMI+ojIIntAlY\""}],"cookie":[],"responseTime":null,"body":"{\n    \"customFields\": [\n        {\n            \"customField\": \"64dac529b62d13b7b3f70722\",\n            \"k\": \"Cód. Assessor CGE\",\n            \"v\": \"312312\"\n        }\n    ],\n    \"fullname\": \"Marcelo Santana Example\",\n    \"email\": \"marcelo@example.com\",\n    \"phone\": \"\",\n    \"whatsAppPhone\": \"\",\n    \"workspaces\": [\n        \"640a0ed0e917b10013758b5d\"\n    ],\n    \"status\": \"online\",\n    \"aboutMe\": \"\",\n    \"interests\": [],\n    \"default\": false,\n    \"admin\": false,\n    \"active\": true,\n    \"_id\": \"680a33b61676eb3802960dc5\",\n    \"achievements\": [],\n    \"createdAt\": \"2025-04-24T12:51:02.047Z\",\n    \"updatedAt\": \"2025-04-24T12:51:02.047Z\",\n    \"name\": \"Marcelo\",\n    \"lastname\": \"Santana Example\"\n}"}],"_postman_id":"214cf8d5-49ca-4ea8-b430-45a6594f0ba9"},{"name":"Update One Staff","id":"a808830a-e68b-4752-a25c-d441bf9dd01a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"fullname\": \"Marcelo Santana Example 2\",\n    \"phone\": \"22342323342\",\n\t\t\"role\": \"5d438bb48f113ecbce77b0a3\",\n    \"workspaces\": [\n        \"640a0ed0e917b10013758b5d\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/staffs/680a33b61676eb3802960dc5","description":"<p>The HTTP PUT request updates staff information at https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/staffs/680a33b61676eb3802960dc5.</p>\n<p>The request body should be in raw format and include the following parameters:</p>\n<ul>\n<li><p>fullname (string): The full name of the staff member.</p>\n</li>\n<li><p>phone (string): The phone number of the staff member.</p>\n</li>\n<li><p>role (string): The role ID of the staff member.</p>\n</li>\n<li><p>workspaces (array of strings): The IDs of the workspaces associated with the staff member.</p>\n</li>\n</ul>\n<p>The response to this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"_id\": \"\",\n  \"customFields\": [\n    {\n      \"customField\": \"\",\n      \"k\": \"\",\n      \"v\": \"\"\n    }\n  ],\n  \"fullname\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"whatsAppPhone\": \"\",\n  \"workspaces\": [\"\"],\n  \"role\": \"\",\n  \"status\": \"\",\n  \"aboutMe\": \"\",\n  \"interests\": [],\n  \"default\": true,\n  \"admin\": true,\n  \"active\": true,\n  \"achievements\": [],\n  \"createdAt\": \"\",\n  \"updatedAt\": \"\",\n  \"name\": \"\",\n  \"lastname\": \"\",\n  \"__v\": 0\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","staffs","680a33b61676eb3802960dc5"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[],"variable":[]}},"response":[{"id":"d0d6593d-4dca-4601-824d-2ed686cc383c","name":"Update One Staff","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"fullname\": \"Marcelo Santana Example 2\",\n    \"phone\": \"22342323342\",\n\t\t\"role\": \"5d438bb48f113ecbce77b0a3\",\n    \"workspaces\": [\n        \"640a0ed0e917b10013758b5d\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/staffs/680a33b61676eb3802960dc5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Apr 2025 12:53:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"560"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"230-fGD1u5vc/9ynFe+0D2dnbzzVMfo\""}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"680a33b61676eb3802960dc5\",\n    \"customFields\": [\n        {\n            \"customField\": \"64dac529b62d13b7b3f70722\",\n            \"k\": \"Cód. Assessor CGE\",\n            \"v\": \"312312\"\n        }\n    ],\n    \"fullname\": \"Marcelo Santana Example 2\",\n    \"email\": \"marcelo@example.com\",\n    \"phone\": \"22342323342\",\n    \"whatsAppPhone\": \"\",\n    \"workspaces\": [\n        \"640a0ed0e917b10013758b5d\"\n    ],\n    \"role\": \"5d438bb48f113ecbce77b0a3\",\n    \"status\": \"online\",\n    \"aboutMe\": \"\",\n    \"interests\": [],\n    \"default\": false,\n    \"admin\": false,\n    \"active\": true,\n    \"achievements\": [],\n    \"createdAt\": \"2025-04-24T12:51:02.047Z\",\n    \"updatedAt\": \"2025-04-24T12:53:51.744Z\",\n    \"name\": \"Marcelo\",\n    \"lastname\": \"Santana Example 2\",\n    \"__v\": 0\n}"}],"_postman_id":"a808830a-e68b-4752-a25c-d441bf9dd01a"}],"id":"70f1ba60-ba8f-4f7e-b060-c821a109296a","_postman_id":"70f1ba60-ba8f-4f7e-b060-c821a109296a","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Dashboards","item":[{"name":"Widgets","item":[{"name":"List Widgets","id":"7e9eb9a0-3b93-4a5f-874f-df64c6c9496e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/dashboards/65984f168903d10013ded94b/widgets","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dashboards","65984f168903d10013ded94b","widgets"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"7e9eb9a0-3b93-4a5f-874f-df64c6c9496e"}],"id":"61f1ac89-e940-4611-ad00-566376463cad","_postman_id":"61f1ac89-e940-4611-ad00-566376463cad","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}}],"id":"350eddbf-1310-49ef-aea5-fd047d48ded1","_postman_id":"350eddbf-1310-49ef-aea5-fd047d48ded1","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}},{"name":"Roles","item":[{"name":"List Roles","id":"48678ce0-6339-4364-bca9-7727a1a59d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/roles?page=1&search=&limit=15","description":"<p>This endpoint makes an HTTP GET request to retrieve a list of roles from the platform. The request includes query parameters for pagination, such as page number and limit.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/roles</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>page (number) - The page number for pagination.</p>\n</li>\n<li><p>search (string) - Optional search query.</p>\n</li>\n<li><p>limit (number) - The maximum number of roles to be returned.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"docs\": [\n    {\n      \"_id\": \"\",\n      \"permissions\": [\"\"],\n      \"name\": \"\",\n      \"partner\": \"\",\n      \"__v\": 0,\n      \"createdAt\": \"\",\n      \"updatedAt\": \"\",\n      \"id\": \"\"\n    }\n  ],\n  \"total\": 0,\n  \"limit\": 0,\n  \"page\": 0,\n  \"pages\": 0\n}\n\n</code></pre>\n<p>The <code>docs</code> array contains the list of roles with their respective details, such as ID, permissions, name, partner, and timestamps. The <code>total</code>, <code>limit</code>, <code>page</code>, and <code>pages</code> fields provide pagination information.</p>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"docs\": [\n    {\n      \"_id\": \"\",\n      \"customFields\": [],\n      \"fullname\": \"\",\n      \"email\": \"\",\n      \"workspaces\": [],\n      \"role\": {\n        \"_id\": \"\",\n        \"name\": \"\",\n        \"__v\": 0,\n        \"admin\": true,\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\"\n      },\n      \"status\": \"\",\n      \"active\": true,\n      \"createdAt\": \"\",\n      \"updatedAt\": \"\",\n      \"name\": \"\",\n      \"lastname\": \"\",\n      \"__v\": 0,\n      \"lastLogin\": \"\",\n      \"settings\": {\n        \"sidebarCollapsed\": true,\n        \"theme\": \"\"\n      },\n      \"id\": \"\"\n    }\n  ],\n  \"total\": 0,\n  \"limit\": 0,\n  \"page\": 0,\n  \"pages\": 0\n}\n\n</code></pre>\n<p>The example response demonstrates the structure of the <code>docs</code> array with role details, including custom fields, user information, role attributes, and settings.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","roles"],"host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"}],"variable":[]}},"response":[{"id":"6d31ca63-a7b6-4a97-bffe-47b64cd93cee","name":"List Staffs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{PLATFORM_SUB_DOMAIN}}.platform-api.magnetcustomer.com/api/staffs?page=1&search=&limit=15","protocol":"https","host":["{{PLATFORM_SUB_DOMAIN}}","platform-api","magnetcustomer","com"],"path":["api","staffs"],"query":[{"key":"page","value":"1"},{"key":"search","value":""},{"key":"limit","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Apr 2025 12:40:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10318"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"284e-V3OR6h2XHG1BMQqE4eHExKBG8WE\""},{"key":"Set-Cookie","value":"connect.sid=s%3AGe2ASRa0jGEFXcj1WGkeQbGkRhfeX6qr.4kLtC5piqz%2BjOp2%2BnEcC%2Fw0BsNI5%2Bj8bUp2LHAfaCLE; Path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"abc123def456ghi789jkl012\",\n            \"customFields\": [],\n            \"fullname\": \"Luan Casanova\",\n            \"email\": \"luan@exemplo.com\",\n            \"workspaces\": [],\n            \"role\": {\n                \"_id\": \"rol123456789012345678901\",\n                \"name\": \"Operações Magnet\",\n                \"__v\": 0,\n                \"admin\": false,\n                \"createdAt\": \"2019-07-16T20:24:10.000Z\",\n                \"updatedAt\": \"2019-07-16T20:24:10.000Z\"\n            },\n            \"status\": \"online\",\n            \"active\": true,\n            \"createdAt\": \"2025-03-17T15:14:51.970Z\",\n            \"updatedAt\": \"2025-03-19T13:17:21.391Z\",\n            \"name\": \"Luan\",\n            \"lastname\": \"Casanova\",\n            \"__v\": 0,\n            \"lastLogin\": \"2025-03-19T13:17:13.373Z\",\n            \"settings\": {\n                \"sidebarCollapsed\": false,\n                \"theme\": \"light\"\n            },\n            \"id\": \"abc123def456ghi789jkl012\"\n        },\n        {\n            \"_id\": \"def456ghi789jkl012mno345\",\n            \"customFields\": [],\n            \"fullname\": \"Lorena Almeida\",\n            \"email\": \"lorena@exemplo.com\",\n            \"workspaces\": [],\n            \"role\": {\n                \"_id\": \"rol123456789012345678901\",\n                \"name\": \"Operações Magnet\",\n                \"__v\": 0,\n                \"admin\": false,\n                \"createdAt\": \"2019-07-16T20:24:10.000Z\",\n                \"updatedAt\": \"2019-07-16T20:24:10.000Z\"\n            },\n            \"status\": \"online\",\n            \"active\": true,\n            \"createdAt\": \"2025-03-17T15:17:28.350Z\",\n            \"updatedAt\": \"2025-04-10T18:26:20.550Z\",\n            \"name\": \"Lorena\",\n            \"lastname\": \"Almeida\",\n            \"__v\": 0,\n            \"lastLogin\": \"2025-04-10T18:26:20.550Z\",\n            \"settings\": {\n                \"sidebarCollapsed\": false,\n                \"theme\": \"light\"\n            },\n            \"id\": \"def456ghi789jkl012mno345\"\n        },\n        {\n            \"_id\": \"ghi789jkl012mno345pqr678\",\n            \"customFields\": [],\n            \"fullname\": \"Catia Manieri\",\n            \"email\": \"catia@exemplo.com\",\n            \"workspaces\": [],\n            \"role\": {\n                \"_id\": \"rol123456789012345678901\",\n                \"name\": \"Operações Magnet\",\n                \"__v\": 0,\n                \"admin\": false,\n                \"createdAt\": \"2019-07-16T20:24:10.000Z\",\n                \"updatedAt\": \"2019-07-16T20:24:10.000Z\"\n            },\n            \"status\": \"online\",\n            \"active\": true,\n            \"createdAt\": \"2025-03-17T15:13:42.640Z\",\n            \"updatedAt\": \"2025-04-22T18:40:42.520Z\",\n            \"name\": \"Catia\",\n            \"lastname\": \"Manieri\",\n            \"__v\": 0,\n            \"lastLogin\": \"2025-04-22T18:40:42.519Z\",\n            \"settings\": {\n                \"sidebarCollapsed\": false,\n                \"theme\": \"light\"\n            },\n            \"id\": \"ghi789jkl012mno345pqr678\"\n        },\n        {\n            \"_id\": \"jkl012mno345pqr678stu901\",\n            \"customFields\": [],\n            \"fullname\": \"Caroline Grigolon\",\n            \"email\": \"caroline@exemplo.com\",\n            \"workspaces\": [],\n            \"role\": {\n                \"_id\": \"rol123456789012345678901\",\n                \"name\": \"Operações Magnet\",\n                \"__v\": 0,\n                \"admin\": false,\n                \"createdAt\": \"2019-07-16T20:24:10.000Z\",\n                \"updatedAt\": \"2019-07-16T20:24:10.000Z\"\n            },\n            \"status\": \"online\",\n            \"active\": true,\n            \"createdAt\": \"2025-03-17T15:16:54.885Z\",\n            \"updatedAt\": \"2025-04-24T11:43:15.868Z\",\n            \"name\": \"Caroline\",\n            \"lastname\": \"Grigolon\",\n            \"__v\": 0,\n            \"lastLogin\": \"2025-04-24T11:43:15.868Z\",\n            \"settings\": {\n                \"sidebarCollapsed\": false,\n                \"theme\": \"light\"\n            },\n            \"id\": \"jkl012mno345pqr678stu901\"\n        }\n    ],\n    \"total\": 4,\n    \"limit\": 15,\n    \"page\": 1,\n    \"pages\": 1\n}"}],"_postman_id":"48678ce0-6339-4364-bca9-7727a1a59d17"}],"id":"7197ad30-e093-4b33-bf05-48a99c30612f","_postman_id":"7197ad30-e093-4b33-bf05-48a99c30612f","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}}],"id":"2c51fa30-c0b5-4079-ba3c-8893d408c090","description":"<p>Magnet Customer API: Connect your system to financial CRM with Endpoints Rest for Contacts, Meetings, Tickets, Tasks, Deals, Pipelines and More.<em>star_outline</em></p>\n","event":[{"listen":"prerequest","script":{"id":"99881196-1ab5-4334-bfaf-5c758e935302","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"55eddd9c-c19d-4740-8958-2ea2e9c13284","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"2c51fa30-c0b5-4079-ba3c-8893d408c090","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","id":"66c31ccd-6542-431b-af60-e8d34b7c92f9","name":"v1: Magnet Customer API","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":""},{"key":"clientSecret","value":""},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"password","value":""},{"key":"username","value":""},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]}},"event":[{"listen":"prerequest","script":{"id":"480071e1-6022-4590-8d30-12b26acea818","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"c6cdf435-bc09-4b05-93df-4e657fafaf10","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"username","value":""},{"key":"password","value":""},{"key":"clientId","value":""},{"key":"clientSecret","value":""}]}