{"info":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","description":"<html><head></head><body><h1 id=\"manual-de-integracao\">Manual de integração</h1>\n<p>Documentação simples e completa para você ganhar agilidade em sua implementação.</p>\n<h2 id=\"bloqueios-banimentos-e-práticas-de-spam\">Bloqueios, Banimentos e práticas de SPAM</h2>\n<p><strong>Não permitimos práticas de SPAM e somos muito rigorosos com está regra.</strong></p>\n<p>CUIDADO! Você pode ter o seu número bloqueado e/ou banido.</p>\n<p>Não realize práticas relacionadas a SPAM.</p>\n<p>NÃO envie mensagens que não foram solicitadas.</p>\n<p>De preferência a usar números que os seus clientes já estão acostumados a falar com você.</p>\n<p>Se constatarmos práticas de SPAM, sua conta poderá ser bloqueada na TecLysi.</p>\n<h2 id=\"limite-de-requests-na-api\">Limite de requests na API</h2>\n<p>Por motivo de segurança, controlamos a quantidade de requests em nossa API e a origem dos requests. Se estiver recebendo bloqueios em seus requests é porque ultrapassou o limite imposto pela API.</p>\n<p>Você pode fazer no máximo 50 requests para cada 10 segundos.</p>\n<h2 id=\"fila-de-entrega-das-mensagens\">Fila de entrega das mensagens</h2>\n<p>Para facilitar sua integração e envio das suas mensagens geramos uma fila de entrega automaticamente, assim você não precisa se preocupar em criar um gerenciamento de fila em seu código.</p>\n<p>Você pode gerenciar a velocidade da sua fila na configuração <strong>Limite de processamento de mensagens por minuto</strong> acessando o menu <strong>Canais de atendimento</strong> de nossa plataforma.</p>\n<p><strong>Precisa entregar mensagens em tempo real?</strong><br>Basta adicionar no <code>header do seu request</code> o parâmetro, <code>toTransmit : true</code> que a mensagem será recebida e entregue no momento do request sem passar pela fila de processamento.</p>\n<h2 id=\"parâmetro-chat_wid\">Parâmetro chat_wid</h2>\n<p>Em vários locais da API você vai se deparar com o parâmetro \"chat_wid\", esse é o número para cada pessoa, para você descobrir se um número é válido basta consumir o método localizado no postman em <code>Ferramentas/have-whatsapp</code> com url <code>https://teclysi.com/api/v1/tools/have-whatsapp</code>, o retorno desse método irá informar se o número é válido.</p>\n<hr>\n<h2 id=\"✅-códigos-de-sucesso\">✅ <strong>Códigos de Sucesso</strong></h2>\n<h3 id=\"200-ok\"><strong>200 OK</strong></h3>\n<ul>\n<li><p>Significa que a requisição foi bem-sucedida.</p>\n</li>\n<li><p>O servidor retornou os dados esperados.</p>\n</li>\n<li><p>Exemplo: buscar dados de uma mensagem e receber as informações corretamente.</p>\n</li>\n</ul>\n<hr>\n<h3 id=\"201-created\"><strong>201 Created</strong></h3>\n<ul>\n<li><p>Indica que a requisição foi bem-sucedida <strong>e um novo recurso foi criado</strong>.</p>\n</li>\n<li><p>Comum em requisições <code>POST</code> que criam novos registros.</p>\n</li>\n<li><p>Exemplo: enviar uma nova mensagemem.</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"⚠️-códigos-de-erro-do-cliente-4xx\">⚠️ <strong>Códigos de Erro do Cliente (4xx)</strong></h2>\n<h3 id=\"400-bad-request\"><strong>400 Bad Request</strong></h3>\n<ul>\n<li><p>A requisição está <strong>malformada</strong> ou contém dados inválidos.</p>\n</li>\n<li><p>O servidor <strong>não consegue processar</strong> o que foi enviado.</p>\n</li>\n<li><p>Exemplo: enviar um JSON com erro de sintaxe ou campos obrigatórios ausentes.</p>\n</li>\n</ul>\n<hr>\n<h3 id=\"422-unprocessable-entity\"><strong>422 Unprocessable Entity</strong></h3>\n<ul>\n<li><p>A requisição está bem formatada, mas contém <strong>erros de validação</strong> nos dados enviados.</p>\n</li>\n<li><p>O servidor entende o que foi enviado, mas os dados <strong>não atendem aos critérios esperados</strong>.</p>\n</li>\n<li><p>Exemplo: campo <code>email</code> com formato inválido ou senha muito curta.</p>\n</li>\n</ul>\n<hr>\n<h3 id=\"404-not-found\"><strong>404 Not Found</strong></h3>\n<ul>\n<li><p>O recurso solicitado <strong>não foi encontrado</strong> no servidor.</p>\n</li>\n<li><p>Exemplo: tentar acessar um endpoint inexistente ou um dado inexistente.</p>\n</li>\n</ul>\n<hr>\n<h3 id=\"405-method-not-allowed\"><strong>405 Method Not Allowed</strong></h3>\n<ul>\n<li><p>O método HTTP usado (GET, POST, PUT, DELETE etc.) <strong>não é permitido</strong> para o recurso solicitado.</p>\n</li>\n<li><p>Exemplo: tentar fazer um <code>POST</code> em um endpoint que aceita apenas <code>GET</code>.</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"❌-erro-do-servidor-5xx\">❌ <strong>Erro do Servidor (5xx)</strong></h2>\n<h3 id=\"500-internal-server-error\"><strong>500 Internal Server Error</strong></h3>\n<ul>\n<li><p>Erro <strong>interno no servidor</strong>.</p>\n</li>\n<li><p>Significa que houve uma falha inesperada durante o processamento da requisição.</p>\n</li>\n<li><p>Exemplo: erro no banco de dados, exceção não tratada no código da aplicação, etc.</p>\n</li>\n</ul>\n<hr>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Manual de integração","slug":"manual-de-integracao"}],"owner":"12877576","collectionId":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","publishedId":"2sB3BEnVHA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"128C7E"},"publishDate":"2025-09-01T19:14:37.000Z"},"item":[{"name":"Autenticação","item":[{"name":"login","id":"1dbfbba2-68f0-46d8-b1da-dacb954b0c64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"webhookMessage\" : \"\",\r\n    \"webhookIncomingCall\" : \"\",\r\n    \"webhookStateChanged\" : \"\",\r\n    \"webhookQrcode\" : \"\",\r\n    \"webhookLiveLocation\" : \"\",\r\n    \"webhookParticipantsChanged\" : \"\",\r\n    \"webhookAddedToGroup\" : \"\",\r\n    \"phone_number\": \"\" //- Se passado será retornado um código que deve ser informado no aparelho\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/auth/login","description":"<p>Inicia o processo de conexão com a TecLysi.<br />Você também pode informar seus webhooks pela interface da TecLysi, se este for o caso deixe os vazios, só informe os webhooks que deseja alterar.</p>\n<ul>\n<li><p>webhookMessage: Você receberá nessa url eventos de confirmação de envio, status se a mensagem foi lida e ou entregue no dispositivo da pessoa e sempre que receber uma mensagem.<br />  Para identificar os eventos, enviaremos um hook, ex. onSender para confirmação de envio, onAck para status da mensagem e onReceived sempre que receber uma mensagem.</p>\n</li>\n<li><p>webhookIncomingCall: Sempre que receber uma ligação de aúdio ou vídeo enviaremos um evento nesta url.<br />  Para facilitar sua integração enviaremos um hook chamado IncomingCall.</p>\n</li>\n<li><p>webhookStateChanged: Sempre que houver uma alteração no status da conexão enviaremos um evento nesta url.<br />  Para facilitar sua integração enviaremos um hook chamado onStateChanged.</p>\n</li>\n<li><p>webhookQrcode: Ao solicitar uma nova conexão enviaremos o Qrcode nesta url.<br />  Para facilitar sua integração enviaremos um hook chamado onQrcode.</p>\n</li>\n<li><p>webhookLiveLocation: Sempre que alguém compartilhar a localização em tempo real, enviamos um evento nesta url.<br />  Para facilitar sua integração enviaremos um hook chamado onLiveLocation.</p>\n</li>\n<li><p>webhookParticipantsChanged: Sempre que for incluído ou removido um menbro no grupo, enviaremos um evento nesta url.<br />  Para facilitar sua integração enviaremos um hook chamado onParticipantsChanged.</p>\n</li>\n<li><p>webhookAddedToGroup: Sempre que você for incluído em um grupo enviaremos um evento nesta url.<br />  Para facilitar sua integração enviaremos um hook chamado onAddedToGroup.</p>\n</li>\n<li><p>phone_number: caso queira conectar via código, voce deve informar o numero do WhatsApp</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","auth","login"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"f59cf74c-05e5-4922-b76b-8c72d4a2e316","name":"login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"webhookMessage\" : \"\",\r\n    \"webhookIncomingCall\" : \"\",\r\n    \"webhookStateChanged\" : \"\",\r\n    \"webhookQrcode\" : \"\",\r\n    \"webhookLiveLocation\" : \"\",\r\n    \"webhookParticipantsChanged\" : \"\",\r\n    \"webhookAddedToGroup\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Jul 2025 20:26:48 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Conexão solicitada com sucesso. Acompanhe os eventos enviados em seus WebHooks.\"\n}"}],"_postman_id":"1dbfbba2-68f0-46d8-b1da-dacb954b0c64"},{"name":"logout","id":"661c878b-5a55-476c-a5d7-7ed5d4b4df99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/auth/logout","description":"<p>Efetua o logout da conexão com a TecLysi.</p>\n<p>Ao executar está ação, para fazer um nova conexão será necessário uma nova leitura do qrcode.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","auth","logout"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"16c41486-7349-4431-816c-e1f902a4cdf6","name":"logout","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Jul 2025 20:34:26 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"WhatsApp desconectado com sucesso.\"\n}"}],"_postman_id":"661c878b-5a55-476c-a5d7-7ed5d4b4df99"},{"name":"close","id":"5954d1ac-1ada-430c-9fff-a4fe8d725538","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/auth/close","description":"<p>Encerra a conexão com a TecLysi.</p>\n<p>Essa ação não faz o logout de sessão, então ao solicitar uma nova conexão a sessão anterior será resgatada.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","auth","close"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"b387962b-ea35-4b43-9170-6e9efc0d3614","name":"close","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/auth/close"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Jul 2025 20:32:42 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Conexão encerrada com sucesso.\"\n}"}],"_postman_id":"5954d1ac-1ada-430c-9fff-a4fe8d725538"},{"name":"status","id":"71784691-facf-45af-b087-86ef314567e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/auth/status","description":"<p>Consulte o status da conexão com a TecLysi.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","auth","status"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"28fcdb96-adfa-4eb7-971b-a0f3870794ff","name":"status","originalRequest":{"method":"GET","header":[],"url":"https://teclysi.com/api/v1/auth/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Jul 2025 20:30:12 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"WhatsApp conectado e disponível para uso.\",\n    \"status\": \"CONNECTED\"\n}"}],"_postman_id":"71784691-facf-45af-b087-86ef314567e6"}],"id":"1ba4483e-44b7-46cb-ad85-5c8ba4562ac3","description":"<p>Consulte métodos responsáveis pela conexão com o CRONCRM.</p>\n","_postman_id":"1ba4483e-44b7-46cb-ad85-5c8ba4562ac3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}}},{"name":"Mensagens","item":[{"name":"find","id":"57daf1d9-fb47-4a3a-85e4-e567a77f691e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://teclysi.com/api/v1/messages/find?chat_wid=&shipping_status=all&source=all&message_type=all&message_ack=all&date_start=&date_end=&message_wid&access_token","description":"<p>Busque mensagens enviadas ou recebidas.<br />Retorna apenas mensagens sincronizadas com a TecLysi, utilize a função de sincronizar da API para obter seu histórico de envios e recebimentos antes de utilizar nossa solução.</p>\n<ul>\n<li><p>chat_wid: Informe o número do contato.</p>\n</li>\n<li><p>shipping_status: Filtrar as mensagens por status do envio, esse status se refere ao envio feito pela TecLysi. sent = enviado, failed = falha \"será feita uma nova tentativa a cada 5 minutos\", queued = envio agendado, cancelled = cancelado, daily_limit = limite diário de envio atingido, error = se ocorrer um erro no envio, all = todo os status.</p>\n</li>\n<li><p>source: Origem da mensagem, se foi enviada ou recebida. in = enviado, out = recebeu (se usar out não a necessidade de usar o parâmetro shipping_status) ou all = enviado e recebido.</p>\n</li>\n<li><p>message_type: chat = texto simples c/ ou s/ emoticons, document = arquivos, image = imagens, location = localização, link = link preview, ptt = aúdio gravado no WhatsApp, audio = aúdio em geral, video = vídeos e gif, sticker = sticker animados ou não, vcard = contato, multi_vcard = lista de contato e all = qualquer tipo.</p>\n</li>\n<li><p>message_ack: Filtrar por status da mensagem dentro do WhatsApp. 0 = aguardando envio, 1 = entregue no servidor, -1 = mensagem com erro, 2 = entregue no WhatsApp do seu contato, 3 = mensagem lida pelo seu contato, 4 = mensagem assistida \"geralmente usado em vídeos\", 100 = mensagens com o envio cancelado, all = todos os status. O controle de privacidade do seu contato pode afetar a confirmação de leitura.</p>\n</li>\n<li><p>message_wid: Id da mensagem fornecido pelo WhatsApp. Se você informar este parâmetro, demais parametros serão ignorados com exceção do chat_wid.</p>\n</li>\n<li><p>access_token: Token da mensagem gerado pela TecLysi no momento da solicitação de envio. Se você informar este parâmetro, demais parametros serão ignorados com exceção do phone_to.</p>\n</li>\n<li><p>date_start: Informe uma data de início para filtrar a partir desta data. (Formato: Y-m-d)</p>\n</li>\n<li><p>date_end: Informe uma data limite para filtrar até esta data. (Formato: Y-m-d)</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","messages","find"],"host":["teclysi","com"],"query":[{"key":"chat_wid","value":""},{"description":{"content":"<p>'sent', 'failed', 'queued', 'cancelled', 'daily_limit', 'error', 'all'</p>\n","type":"text/plain"},"key":"shipping_status","value":"all"},{"description":{"content":"<p>'in', 'out', 'all'</p>\n","type":"text/plain"},"key":"source","value":"all"},{"description":{"content":"<p>'chat', 'document', 'image', 'location', 'link', 'ptt', 'audio', 'video', 'sticker', 'vcard', 'multi_vcard', 'all'</p>\n","type":"text/plain"},"key":"message_type","value":"all"},{"description":{"content":"<p>'0', '1', '-1', '2', '3', '4', '100', 'all'</p>\n","type":"text/plain"},"key":"message_ack","value":"all"},{"key":"date_start","value":""},{"key":"date_end","value":""},{"key":"message_wid","value":null},{"key":"access_token","value":null}],"variable":[]}},"response":[{"id":"fa326e35-fa95-4b14-994b-d110f36063b2","name":"find","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://teclysi.com/api/v1/messages/find?chat_wid=xxxxxxxxxxxxx@c.us&shipping_status=all&source=all&message_type=all&message_ack=all&date_start=&date_end=&message_wid&access_token","protocol":"https","host":["teclysi","com"],"path":["api","v1","messages","find"],"query":[{"key":"chat_wid","value":"xxxxxxxxxxxxx@c.us"},{"key":"shipping_status","value":"all","description":"'sent', 'failed', 'queued', 'cancelled', 'daily_limit', 'error', 'all'"},{"key":"source","value":"all","description":"'in', 'out', 'all'"},{"key":"message_type","value":"all","description":"'chat', 'document', 'image', 'location', 'link', 'ptt', 'audio', 'video', 'sticker', 'vcard', 'multi_vcard', 'all'"},{"key":"message_ack","value":"all","description":"'0', '1', '-1', '2', '3', '4', '100', 'all'"},{"key":"date_start","value":""},{"key":"date_end","value":""},{"key":"message_wid","value":null},{"key":"access_token","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 19:20:47 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Consulta realizada com sucesso.\",\n    \"page\": 1,\n    \"pages\": 1,\n    \"limit\": 20,\n    \"count\": 1,\n    \"messages\": [\n        {\n            \"chat\": {\n                \"created\": {\n                    \"date\": \"2025-07-23 16:34:38.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/Sao_Paulo\"\n                },\n                \"modified\": {\n                    \"date\": \"2025-07-31 14:36:37.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/Sao_Paulo\"\n                },\n                \"access_token\": \"2025U5n8vo12vJ3i7xHZyRQ0RhY7368d0398d0uN5sFBLVB1j8Ek7wpV6Zbh0723\",\n                \"chat_wid\": \"xxxxxxxxxxxxx@c.us\"\n            },\n            \"message\": {\n                \"access_token\": \"20255DO83WOtkEJrz8dPtC0mkY2057fec8674bEeuUeHS8Pqomrrxxn1zJw40723\",\n                \"contact_wid\": \"xxxxxxxxxxxxx@c.us\",\n                \"message_wid\": \"\",\n                \"message_body\": \"Teste API V2\",\n                \"message_mentioneds\": null,\n                \"message_forwarded\": false, //- Se a mensagem foi um encaminhamento\n                \"message_reply\": false, //- Se for uma resposta de outra mensagem\n                \"message_type\": \"chat\", //- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento'\n                \"message_ack\": 0, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', '3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n                \"message_ack_timestamp\": null,\n                \"message_timestamp\": \"1753299286.759418\",\n                \"source\": \"in\", //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n                \"shipping_status\": \"queued\", //- O status de envio, pode ser 'queued = na fila para entrega', 'sent = enviada', 'received = recebido', 'cancelled = cancelado', 'failed = falha ao enviar'\n                \"shipping_attempts\": 0, //- Número de tentativas para envio da mensagem\n                \"shipping_msg\": \"Na fila para entrega.\", //- Retorno do envio da mensagem\n                \"created\": {\n                    \"date\": \"2025-07-23 16:34:46.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/Sao_Paulo\"\n                },\n                \"modified\": {\n                    \"date\": \"2025-07-23 16:34:46.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/Sao_Paulo\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"57daf1d9-fb47-4a3a-85e4-e567a77f691e"},{"name":"consumption","id":"24124392-a4ea-4dac-a50d-1402d88acc26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://teclysi.com/api/v1/messages/consumption?chat_wid=&date_start=&date_end=","description":"<p>Retorna dados sobre envio e recebimento de mensagens.</p>\n<ul>\n<li><p>chat_wid: Informe o número do contato.</p>\n</li>\n<li><p>date_start: Informe uma data de início para filtrar a partir desta data. (Formato: Y-m-d)</p>\n</li>\n<li><p>date_end: Informe uma data limite para filtrar até esta data. (Formato: Y-m-d)</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","messages","consumption"],"host":["teclysi","com"],"query":[{"key":"chat_wid","value":""},{"key":"date_start","value":""},{"key":"date_end","value":""}],"variable":[]}},"response":[{"id":"cf44406d-a15a-41f2-b2e6-924c91ca2d81","name":"consumption","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://teclysi.com/api/v1/messages/consumption?chat_wid=xxxxxxxxxxxxxxx@c.us&date_start=2025-08-01&date_end=2025-08-31","protocol":"https","host":["teclysi","com"],"path":["api","v1","messages","consumption"],"query":[{"key":"chat_wid","value":"xxxxxxxxxxxxxxx@c.us"},{"key":"date_start","value":"2025-08-01"},{"key":"date_end","value":"2025-08-31"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 Sep 2025 15:10:07 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Consulta realizada com sucesso.\",\n    \"date_start\": \"2025-08-01\",\n    \"date_end\": \"2025-08-31\",\n    \"max_days\": 180,\n    \"interval_days\": 30,\n    \"total\": {\n        \"total\": 1,\n        \"by_message_type\": {\n            \"chat\": 1,\n            \"document\": 0,\n            \"image\": 0,\n            \"location\": 0,\n            \"link\": 0,\n            \"ptt\": 0,\n            \"audio\": 0,\n            \"video\": 0,\n            \"sticker\": 0,\n            \"vcard\": 0,\n            \"multi_vcard\": 0\n        },\n        \"by_message_ack\": {\n            \"0\": 1,\n            \"1\": 0,\n            \"2\": 0,\n            \"3\": 0,\n            \"4\": 0,\n            \"100\": 0,\n            \"-1\": 0\n        },\n        \"by_status\": {\n            \"sent\": 0,\n            \"failed\": 0,\n            \"queued\": 1,\n            \"cancelled\": 0,\n            \"daily_limit\": 0,\n            \"error\": 0\n        },\n        \"by_source\": {\n            \"in\": 1,\n            \"out\": 0\n        }\n    },\n    \"by_type\": {\n        \"chat\": {\n            \"total\": 1,\n            \"by_message_ack\": {\n                \"0\": 1,\n                \"1\": 0,\n                \"2\": 0,\n                \"3\": 0,\n                \"4\": 0,\n                \"100\": 0,\n                \"-1\": 0\n            },\n            \"by_status\": {\n                \"sent\": 0,\n                \"failed\": 0,\n                \"queued\": 1,\n                \"cancelled\": 0,\n                \"daily_limit\": 0,\n                \"error\": 0\n            },\n            \"by_source\": {\n                \"in\": 1,\n                \"out\": 0\n            }\n        },\n        \"document\": {\n            \"total\": 0,\n            \"by_message_ack\": {\n                \"0\": 0,\n                \"1\": 0,\n                \"2\": 0,\n                \"3\": 0,\n                \"4\": 0,\n                \"100\": 0,\n                \"-1\": 0\n            },\n            \"by_status\": {\n                \"sent\": 0,\n                \"failed\": 0,\n                \"queued\": 0,\n                \"cancelled\": 0,\n                \"daily_limit\": 0,\n                \"error\": 0\n            },\n            \"by_source\": {\n                \"in\": 0,\n                \"out\": 0\n            }\n        },\n        \"image\": {\n            \"total\": 0,\n            \"by_message_ack\": {\n                \"0\": 0,\n                \"1\": 0,\n                \"2\": 0,\n                \"3\": 0,\n                \"4\": 0,\n                \"100\": 0,\n                \"-1\": 0\n            },\n            \"by_status\": {\n                \"sent\": 0,\n                \"failed\": 0,\n                \"queued\": 0,\n                \"cancelled\": 0,\n                \"daily_limit\": 0,\n                \"error\": 0\n            },\n            \"by_source\": {\n                \"in\": 0,\n                \"out\": 0\n            }\n        },\n        \"location\": {\n            \"total\": 0,\n            \"by_message_ack\": {\n                \"0\": 0,\n                \"1\": 0,\n                \"2\": 0,\n                \"3\": 0,\n                \"4\": 0,\n                \"100\": 0,\n                \"-1\": 0\n            },\n            \"by_status\": {\n                \"sent\": 0,\n                \"failed\": 0,\n                \"queued\": 0,\n                \"cancelled\": 0,\n                \"daily_limit\": 0,\n                \"error\": 0\n            },\n            \"by_source\": {\n                \"in\": 0,\n                \"out\": 0\n            }\n        },\n        \"link\": {\n            \"total\": 0,\n            \"by_message_ack\": {\n                \"0\": 0,\n                \"1\": 0,\n                \"2\": 0,\n                \"3\": 0,\n                \"4\": 0,\n                \"100\": 0,\n                \"-1\": 0\n            },\n            \"by_status\": {\n                \"sent\": 0,\n                \"failed\": 0,\n                \"queued\": 0,\n                \"cancelled\": 0,\n                \"daily_limit\": 0,\n                \"error\": 0\n            },\n            \"by_source\": {\n                \"in\": 0,\n                \"out\": 0\n            }\n        },\n        \"ptt\": {\n            \"total\": 0,\n            \"by_message_ack\": {\n                \"0\": 0,\n                \"1\": 0,\n                \"2\": 0,\n                \"3\": 0,\n                \"4\": 0,\n                \"100\": 0,\n                \"-1\": 0\n            },\n            \"by_status\": {\n                \"sent\": 0,\n                \"failed\": 0,\n                \"queued\": 0,\n                \"cancelled\": 0,\n                \"daily_limit\": 0,\n                \"error\": 0\n            },\n            \"by_source\": {\n                \"in\": 0,\n                \"out\": 0\n            }\n        },\n        \"audio\": {\n            \"total\": 0,\n            \"by_message_ack\": {\n                \"0\": 0,\n                \"1\": 0,\n                \"2\": 0,\n                \"3\": 0,\n                \"4\": 0,\n                \"100\": 0,\n                \"-1\": 0\n            },\n            \"by_status\": {\n                \"sent\": 0,\n                \"failed\": 0,\n                \"queued\": 0,\n                \"cancelled\": 0,\n                \"daily_limit\": 0,\n                \"error\": 0\n            },\n            \"by_source\": {\n                \"in\": 0,\n                \"out\": 0\n            }\n        },\n        \"video\": {\n            \"total\": 0,\n            \"by_message_ack\": {\n                \"0\": 0,\n                \"1\": 0,\n                \"2\": 0,\n                \"3\": 0,\n                \"4\": 0,\n                \"100\": 0,\n                \"-1\": 0\n            },\n            \"by_status\": {\n                \"sent\": 0,\n                \"failed\": 0,\n                \"queued\": 0,\n                \"cancelled\": 0,\n                \"daily_limit\": 0,\n                \"error\": 0\n            },\n            \"by_source\": {\n                \"in\": 0,\n                \"out\": 0\n            }\n        },\n        \"sticker\": {\n            \"total\": 0,\n            \"by_message_ack\": {\n                \"0\": 0,\n                \"1\": 0,\n                \"2\": 0,\n                \"3\": 0,\n                \"4\": 0,\n                \"100\": 0,\n                \"-1\": 0\n            },\n            \"by_status\": {\n                \"sent\": 0,\n                \"failed\": 0,\n                \"queued\": 0,\n                \"cancelled\": 0,\n                \"daily_limit\": 0,\n                \"error\": 0\n            },\n            \"by_source\": {\n                \"in\": 0,\n                \"out\": 0\n            }\n        },\n        \"vcard\": {\n            \"total\": 0,\n            \"by_message_ack\": {\n                \"0\": 0,\n                \"1\": 0,\n                \"2\": 0,\n                \"3\": 0,\n                \"4\": 0,\n                \"100\": 0,\n                \"-1\": 0\n            },\n            \"by_status\": {\n                \"sent\": 0,\n                \"failed\": 0,\n                \"queued\": 0,\n                \"cancelled\": 0,\n                \"daily_limit\": 0,\n                \"error\": 0\n            },\n            \"by_source\": {\n                \"in\": 0,\n                \"out\": 0\n            }\n        },\n        \"multi_vcard\": {\n            \"total\": 0,\n            \"by_message_ack\": {\n                \"0\": 0,\n                \"1\": 0,\n                \"2\": 0,\n                \"3\": 0,\n                \"4\": 0,\n                \"100\": 0,\n                \"-1\": 0\n            },\n            \"by_status\": {\n                \"sent\": 0,\n                \"failed\": 0,\n                \"queued\": 0,\n                \"cancelled\": 0,\n                \"daily_limit\": 0,\n                \"error\": 0\n            },\n            \"by_source\": {\n                \"in\": 0,\n                \"out\": 0\n            }\n        }\n    }\n}"}],"_postman_id":"24124392-a4ea-4dac-a50d-1402d88acc26"},{"name":"get-file","id":"30b9ca7d-629c-4f65-82be-28e6f9e2d77c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/get-file?access_token","description":"<p>Retorna a url publica de um arquivo.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","messages","get-file"],"host":["teclysi","com"],"query":[{"key":"access_token","value":null}],"variable":[]}},"response":[{"id":"4f80a01a-4ccd-46e9-a09c-a6aa1a60f565","name":"get-file","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://teclysi.com/api/v1/messages/get-file?access_token=2025U5n8vo12vJ3i7xHZyRQ0RhY7368d0398d0uN5sFBLVB1j8Ek7wpV6Zbh0723","protocol":"https","host":["teclysi","com"],"path":["api","v1","messages","get-file"],"query":[{"key":"access_token","value":"2025U5n8vo12vJ3i7xHZyRQ0RhY7368d0398d0uN5sFBLVB1j8Ek7wpV6Zbh0723"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"success\": true,\r\n    \"file_mimetype\": \"image/jpeg\",\r\n    \"filename\": \"teste.jpeg\",\r\n    \"url\": \"\"\r\n}"}],"_postman_id":"30b9ca7d-629c-4f65-82be-28e6f9e2d77c"},{"name":"delete","id":"1dcfea5b-e6a5-4cb6-a53c-75b5ebe1e9d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n\t\"access_token\" : \"\",\n\t\"chat_wid\" : \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/delete","description":"<p>Apague mensagens enviadas e recebidas.</p>\n<p>Atenção, se você estiver apagando uma mensagem que enviou, ela será removida do seu dispositivo e do seu contato, mas se estiver apagando uma mensagem que recebeu, ela será removida apenas em seu dispositivo.</p>\n<ul>\n<li><p>chat_wid: Informe o número do contato.</p>\n</li>\n<li><p>message_access_token: access_token gerado pela TecLysi para cada mensagem enviada ou recebida.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","messages","delete"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"a39983aa-bd59-45c2-b53b-14a60afec2d2","name":"delete","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n\t\"message_access_token\" : \"20255DO83WOtkEJrz8dPtC0mkY2057fec8674bEeuUeHS8Pqomrrxxn1zJw40723\",\n\t\"chat_wid\" : \"xxxxxxxxxxxxx@c.us\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 19:29:39 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Mensagem removida da plataforma. (Essa mensagem não havia sido entregue ao WhatsApp até o momento da remoção).\"\n}"}],"_postman_id":"1dcfea5b-e6a5-4cb6-a53c-75b5ebe1e9d5"},{"name":"send-message-text","id":"09535141-e301-4e38-a0b3-44f12171d3ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"message\" : \"\",\n    \"chat_wid\" : \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-message-text","description":"<p>Envia uma mensagem de texto simples com ou sem emoticons.</p>\n<ul>\n<li><p>chat_wid: Informe o número do contato.</p>\n</li>\n<li><p>message: Você pode enviar emoticons no corpo da mensagem.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","messages","send-message-text"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"e5bf70c4-2118-42dc-8475-15ab11c8b957","name":"send-message-text","originalRequest":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"message\" : \"Teste\",\n    \"chat_wid\" : \"xxxxxxxxxxxx@c.us\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-message-text"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 19:43:36 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Mensagem salva com sucesso.\",\n    \"chat\": {\n        \"created\": {\n            \"date\": \"2025-07-31 14:54:06.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-31 14:54:06.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"access_token\": \"2025de1Ri8nIAEIXGgJm0LZzlBhb68ebe6146qbuGf3slLdC8FmMYe5SxQyj0731\",\n        \"chat_wid\": \"xxxxxxxxxxxx@c.us\"\n    },\n    \"message\": {\n        \"access_token\": \"2025yZKH7DXqFc25OxlUd9pkpSQadc43dd31d0uY3pIypbjLu1gHFPt917HJ0731\",\n        \"contact_wid\": \"xxxxxxxxxxxxx@c.us\",\n        \"message_wid\": \"\",\n        \"message_body\": \"Teste\",\n        \"message_mentioneds\": null,\n        \"message_forwarded\": false, //- Se a mensagem foi um encaminhamento\n        \"message_reply\": false, //- Se for uma resposta de outra mensagem\n        \"message_type\": \"chat\", //- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento'\n        \"message_ack\": 0, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', '3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n        \"message_ack_timestamp\": null,\n        \"message_timestamp\": \"1753991016.741998\",\n        \"source\": \"in\", //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n        \"shipping_status\": \"queued\", //- O status de envio, pode ser 'queued = na fila para entrega', 'sent = enviada', 'received = recebido', 'cancelled = cancelado', 'failed = falha ao enviar'\n        \"shipping_attempts\": 0, //- Número de tentativas para envio da mensagem\n        \"shipping_msg\": \"Na fila para entrega.\", //- Retorno do envio da mensagem\n        \"created\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        }\n    }\n}"}],"_postman_id":"09535141-e301-4e38-a0b3-44f12171d3ca"},{"name":"send-contact-vcard","id":"39e47ef6-f77d-4e48-83e2-a7e5da17e493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"contact_phone\" : \"\",\n    \"contact_name\" : \"\",\n\t\"chat_wid\" : \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-contact-vcard","description":"<p>Envia um contato.</p>\n<ul>\n<li><p>contact_phone: Número do contato que deseja compartilhar.</p>\n</li>\n<li><p>contact_name: Nome do contato que deseja compartilhar.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","messages","send-contact-vcard"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"941e4346-7115-4ab1-92ef-772688a2138d","name":"send-contact-vcard","originalRequest":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"contact_phone\" : \"xxxxxxxxxxxx\",\n    \"contact_name\" : \"Rogerio\",\n\t\"chat_wid\" : \"xxxxxxxxxxxx@c.us\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-contact-vcard"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 19:50:00 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Mensagem salva com sucesso.\",\n    \"chat\": {\n        \"created\": {\n            \"date\": \"2025-07-31 14:54:06.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-31 16:48:32.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"access_token\": \"2025de1Ri8nIAEIXGgJm0LZzlBhb68ebe6146qbuGf3slLdC8FmMYe5SxQyj0731\",\n        \"chat_wid\": \"xxxxxxxxxxxxx@c.us\"\n    },\n    \"message\": {\n        \"access_token\": \"2025l70seu8HhdwCfVrXneWBb8va372b092c0unZNzzEXcP32OsPEOQLewBB0731\",\n        \"contact_wid\": \"xxxxxxxxxxxxx@c.us\",\n        \"message_wid\": \"\",\n        \"message_body\": null,\n        \"message_mentioneds\": null,\n        \"message_forwarded\": false, //- Se a mensagem foi um encaminhamento\n        \"message_reply\": false, //- Se for uma resposta de outra mensagem\n        \"message_type\": \"vcard\", //- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento'\n        \"message_ack\": 0, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', '3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n        \"message_ack_timestamp\": null,\n        \"message_timestamp\": \"1753991016.741998\",\n        \"message_vcard\": null,\n        \"message_vcard_options\": \"{\\\"contact_phone\\\":\\\"xxxxxxxxxxxxx\\\",\\\"contact_name\\\":\\\"Teste\\\"}\",\n        \"source\": \"in\", //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n        \"shipping_status\": \"queued\", //- O status de envio, pode ser 'queued = na fila para entrega', 'sent = enviada', 'received = recebido', 'cancelled = cancelado', 'failed = falha ao enviar'\n        \"shipping_attempts\": 0, //- Número de tentativas para envio da mensagem\n        \"shipping_msg\": \"Na fila para entrega.\", //- Retorno do envio da mensagem\n        \"created\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        }\n    }\n}"}],"_postman_id":"39e47ef6-f77d-4e48-83e2-a7e5da17e493"},{"name":"send-contact-vcard-list","id":"67f619ca-34dd-4f87-abe5-67e4ddbc518b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"contact_list\" : \"\",\n\t\"chat_wid\" : \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-contact-vcard-list","description":"<p>Envia vários contatos ao mesmo tempo.</p>\n<ul>\n<li>contact_list: Informe os números dos contatos separados por vírgula. Faremos uma verificação para saber se os contatos possuem WhatsApp antes do envio.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","messages","send-contact-vcard-list"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"6f45b478-1d7e-44df-96af-c942bef551e1","name":"send-contact-vcard-list","originalRequest":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"contact_list\" : \"xxxxxxxxxxxxxx,xxxxxxxxxxxxxx\",\n\t\"chat_wid\" : \"xxxxxxxxxxxxxx@c.us\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-contact-vcard-list"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 20:17:38 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Mensagem salva com sucesso.\",\n    \"chat\": {\n        \"created\": {\n            \"date\": \"2025-07-31 14:54:06.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-31 16:48:32.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"access_token\": \"2025de1Ri8nIAEIXGgJm0LZzlBhb68ebe6146qbuGf3slLdC8FmMYe5SxQyj0731\",\n        \"chat_wid\": \"xxxxxxxxxxxxxx@c.us\"\n    },\n    \"message\": {\n        \"access_token\": \"2025l70seu8HhdwCfVrXneWBb8va372b092c0unZNzzEXcP32OsPEOQLewBB0731\",\n        \"contact_wid\": \"xxxxxxxxxxxxx@c.us\",\n        \"message_wid\": \"\",\n        \"message_body\": null,\n        \"message_mentioneds\": null,\n        \"message_forwarded\": false, //- Se a mensagem foi um encaminhamento\n        \"message_reply\": false, //- Se for uma resposta de outra mensagem\n        \"message_type\": \"multi_vcard\", //- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento'\n        \"message_ack\": 0, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', '3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n        \"message_ack_timestamp\": null,\n        \"message_timestamp\": \"1753991016.741998\",\n        \"message_vcard\": null,\n        \"message_vcard_options\": \"[\\\"xxxxxxxxxxxxx@c.us\\\",\\\"xxxxxxxxxxxxx@c.us\\\"]\",\n        \"source\": \"in\", //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n        \"shipping_status\": \"queued\", //- O status de envio, pode ser 'queued = na fila para entrega', 'sent = enviada', 'received = recebido', 'cancelled = cancelado', 'failed = falha ao enviar'\n        \"shipping_attempts\": 0, //- Número de tentativas para envio da mensagem\n        \"shipping_msg\": \"Na fila para entrega.\", //- Retorno do envio da mensagem\n        \"created\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        }\n    }\n}"}],"_postman_id":"67f619ca-34dd-4f87-abe5-67e4ddbc518b"},{"name":"send-location","id":"fec32267-809e-43dc-835e-344c8c9fe522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"latitude\" : \"\",\n    \"longitude\" : \"\",\n    \"address\" : \"\",\n\t\"chat_wid\" : \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-location","description":"<p>Envia uma localização ou endereço.</p>\n<ul>\n<li><p>chat_wid: Informe o número do contato.</p>\n</li>\n<li><p>latitude: Envie a latitude do endereço, obrigatório para o contato carregar o mapa.</p>\n</li>\n<li><p>longitude: Envie a longitude do endereço, obrigatório para carregar o mapa.</p>\n</li>\n<li><p>address: Endereço a ser enviado.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","messages","send-location"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"a17f09c9-2aca-4be2-b974-70a4d0018431","name":"send-location","originalRequest":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"latitude\" : \"-23.550164466\",\n    \"longitude\" : \"-46.633664132\",\n    \"address\" : \"Praça da Sé, s/n, Sé, São Paulo - SP, CEP: 01001-000\",\n\t\"chat_wid\" : \"xxxxxxxxxxxxx@c.us\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-location"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 20:24:29 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Mensagem salva com sucesso.\",\n    \"chat\": {\n        \"created\": {\n            \"date\": \"2025-07-31 14:54:06.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-31 16:48:32.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"access_token\": \"2025de1Ri8nIAEIXGgJm0LZzlBhb68ebe6146qbuGf3slLdC8FmMYe5SxQyj0731\",\n        \"chat_wid\": \"xxxxxxxxxxxxx@c.us\"\n    },\n    \"message\": {\n        \"access_token\": \"2025l70seu8HhdwCfVrXneWBb8va372b092c0unZNzzEXcP32OsPEOQLewBB0731\",\n        \"contact_wid\": \"xxxxxxxxxxxxx@c.us\",\n        \"message_wid\": \"\",\n        \"message_body\": null,\n        \"message_mentioneds\": null,\n        \"message_forwarded\": false, //- Se a mensagem foi um encaminhamento\n        \"message_reply\": false, //- Se for uma resposta de outra mensagem\n        \"message_type\": \"location\", //- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento'\n        \"message_ack\": 0, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', '3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n        \"message_ack_timestamp\": null,\n        \"message_timestamp\": \"1753991016.741998\",\n        \"message_location\": \"\",\n        \"message_location_is_live\": 0,\n        \"message_location_loc\": \"Praça da Sé, s/n, Sé, São Paulo - SP, CEP: 01001-000\",\n        \"message_location_comment\": \"\",\n        \"message_location_lat\": \"-23.550164466\",\n        \"message_location_lng\": \"-46.633664132\",\n        \"source\": \"in\", //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n        \"shipping_status\": \"queued\", //- O status de envio, pode ser 'queued = na fila para entrega', 'sent = enviada', 'received = recebido', 'cancelled = cancelado', 'failed = falha ao enviar'\n        \"shipping_attempts\": 0, //- Número de tentativas para envio da mensagem\n        \"shipping_msg\": \"Na fila para entrega.\", //- Retorno do envio da mensagem\n        \"created\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        }\n    }\n}"}],"_postman_id":"fec32267-809e-43dc-835e-344c8c9fe522"},{"name":"send-message-reply","id":"d0da4a81-9cf3-4cc1-9c10-73fc6d275312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"message_reply_access_token\" : \"\",\n    \"message\" : \"\",\n\t\"chat_wid\" : \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-message-reply","description":"<p>Responda mensagens enviadas e recebidas.</p>\n<ul>\n<li><p>chat_wid: Informe o número do contato.</p>\n</li>\n<li><p>message: Você pode enviar emoticons no corpo da mensagem.</p>\n</li>\n<li><p>message_reply_access_token: access_token gerado pela TecLysi para cada mensagem enviada ou recebida.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","messages","send-message-reply"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"12826c5c-bc3e-41d2-adb4-73d2213a8c52","name":"send-message-reply","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"message_reply_access_token\" : \"2025VIAAUtJRlr0Utw5dSXRPM4T235e845cf27jDxOhjvUNJyUqwBesOEkfO0731\",\n    \"message\" : \"Teste\",\n\t\"chat_wid\" : \"xxxxxxxxxxxxx@c.us\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-message-reply"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 20:27:40 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Mensagem salva com sucesso.\",\n    \"chat\": {\n        \"created\": {\n            \"date\": \"2025-07-31 14:54:06.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-31 16:48:32.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"access_token\": \"2025de1Ri8nIAEIXGgJm0LZzlBhb68ebe6146qbuGf3slLdC8FmMYe5SxQyj0731\",\n        \"chat_wid\": \"xxxxxxxxxxxxx@c.us\"\n    },\n    \"message\": {\n        \"access_token\": \"2025l70seu8HhdwCfVrXneWBb8va372b092c0unZNzzEXcP32OsPEOQLewBB0731\",\n        \"contact_wid\": \"xxxxxxxxxxxxx@c.us\",\n        \"message_wid\": \"\",\n        \"message_body\": null,\n        \"message_mentioneds\": null,\n        \"message_forwarded\": false, //- Se a mensagem foi um encaminhamento\n        \"message_reply\": true, //- Se for uma resposta de outra mensagem\n        \"message_reply_message\": {\n            \"access_token\": \"2025VIAAUtJRlr0Utw5dSXRPM4T235e845cf27jDxOhjvUNJyUqwBesOEkfO0731\",\n            \"contact_wid\": \"xxxxxxxxxxxxx@c.us\",\n            \"message_wid\": \"true_xxxxxxxxxxxxx@c.us_3EB08AE6A650EA25B0564D\",\n            \"message_body\": \"Teste\",\n            \"message_mentioneds\": null,\n            \"message_forwarded\": false,\n            \"message_reply\": false,\n            \"message_type\": \"chat\",\n            \"message_ack\": 2,\n            \"message_ack_timestamp\": \"1753993606\",\n            \"message_timestamp\": \"1753993606.012128\",\n            \"source\": \"in\",\n            \"shipping_status\": \"sent\",\n            \"shipping_attempts\": 1,\n            \"shipping_msg\": \"Mensagem entregue ao WebService de envio.\",\n            \"created\": {\n                \"date\": \"2025-07-31 17:26:47.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/Sao_Paulo\"\n            },\n            \"modified\": {\n                \"date\": \"2025-07-31 17:26:47.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/Sao_Paulo\"\n            }\n        },\n        \"message_type\": \"chat\", //- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento'\n        \"message_ack\": 0, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', '3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n        \"message_ack_timestamp\": null,\n        \"message_timestamp\": \"1753991016.741998\",\n        \"source\": \"in\", //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n        \"shipping_status\": \"queued\", //- O status de envio, pode ser 'queued = na fila para entrega', 'sent = enviada', 'received = recebido', 'cancelled = cancelado', 'failed = falha ao enviar'\n        \"shipping_attempts\": 0, //- Número de tentativas para envio da mensagem\n        \"shipping_msg\": \"Na fila para entrega.\", //- Retorno do envio da mensagem\n        \"created\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        }\n    }\n}"}],"_postman_id":"d0da4a81-9cf3-4cc1-9c10-73fc6d275312"},{"name":"send-message-forward","id":"017d1105-f64a-44bc-bf0a-aa88b91ef7e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"message_forward_access_token\" : \"\",\n\t\"chat_wid\" : \"\",\n    \"account_access_token\" : \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-message-forward","description":"<p>Encaminhe mensagens enviada e recebidas a outros contatos.</p>\n<p>Atenção, só é permitido encaminhar mensagens para conversas já existentes.<br />Você pode encaminhar mensagens recebidas e enviadas.</p>\n<ul>\n<li><p>chat_wid: Informe o número do contato.</p>\n</li>\n<li><p>message_forward_access_token: access_token gerado pela TecLysi para cada mensagem enviada ou recebida.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","messages","send-message-forward"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"2e1b4e2b-8d55-4a54-86b0-77af4b9f02f0","name":"send-message-forward","originalRequest":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"message_forward_access_token\" : \"2025VIAAUtJRlr0Utw5dSXRPM4T235e845cf27jDxOhjvUNJyUqwBesOEkfO0731\",\n\t\"chat_wid\" : \"xxxxxxxxxxxxx@c.us\",\n    \"account_access_token\" : \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-message-forward"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 20:36:59 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Mensagem salva com sucesso.\",\n    \"chat\": {\n        \"created\": {\n            \"date\": \"2025-07-23 16:34:38.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-31 14:36:37.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"access_token\": \"2025U5n8vo12vJ3i7xHZyRQ0RhY7368d0398d0uN5sFBLVB1j8Ek7wpV6Zbh0723\",\n        \"chat_wid\": \"xxxxxxxxxxxxx@c.us\",\n        \"customer_service_status_id\": 4\n    },\n    \"message\": {\n        \"access_token\": \"2025l70seu8HhdwCfVrXneWBb8va372b092c0unZNzzEXcP32OsPEOQLewBB0731\",\n        \"contact_wid\": \"xxxxxxxxxxxxx@c.us\",\n        \"message_wid\": \"\",\n        \"message_body\": null,\n        \"message_mentioneds\": null,\n        \"message_forwarded\": true, //- Se a mensagem foi um encaminhamento\n        \"message_forwarded_message\": null,\n        \"message_forwarded_score\": 1,\n        \"message_reply\": true, //- Se for uma resposta de outra mensagem\n        \"message_type\": \"chat\", //- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento'\n        \"message_ack\": 0, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', '3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n        \"message_ack_timestamp\": null,\n        \"message_timestamp\": \"1753991016.741998\",\n        \"source\": \"in\", //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n        \"shipping_status\": \"queued\", //- O status de envio, pode ser 'queued = na fila para entrega', 'sent = enviada', 'received = recebido', 'cancelled = cancelado', 'failed = falha ao enviar'\n        \"shipping_attempts\": 0, //- Número de tentativas para envio da mensagem\n        \"shipping_msg\": \"Na fila para entrega.\", //- Retorno do envio da mensagem\n        \"created\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        }\n    }\n}"}],"_postman_id":"017d1105-f64a-44bc-bf0a-aa88b91ef7e8"},{"name":"send-message-file","id":"bcb60bfb-4472-4045-a293-64a6bd197913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chat_wid\" : \"\",\r\n    \"url\" : \"\",\r\n    \"filename\" : \"\",\r\n    \"mime_type\" : \"\",\r\n    \"size\" : \"\",\r\n    \"caption\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-message-file","description":"<p>Envie mensagens com arquivos.</p>\n<ul>\n<li><p>chat_wid: Informe o número do contato.</p>\n</li>\n<li><p>url: Enviar uma url publicai.</p>\n</li>\n<li><p>filename: Nome da arquivo com extensão.</p>\n</li>\n<li><p>mime_type: enviar o mime_type do aquivo</p>\n</li>\n<li><p>size: enviar o tamanho do arquivo em KB</p>\n</li>\n<li><p>caption: Sua mensagem ou descrição sobre a imagem.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","messages","send-message-file"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"6b1d2b60-ba66-430f-8178-207fc8c8ca48","name":"send-message-file","originalRequest":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chat_wid\" : \"xxxxxxxxxxxxx@c.us\",\r\n    \"url\" : \"https://static.escolakids.uol.com.br/2025/01/1-sol-visto-do-universo.jpg\",\r\n    \"filename\" : \"1-sol-visto-do-universo.jpg\",\r\n    \"mime_type\" : \"image/jpeg\",\r\n    \"size\" : \"47\",\r\n    \"caption\" : \"Teste\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-message-file"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 21:06:48 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Mensagem salva com sucesso.\",\n    \"chat\": {\n        \"created\": {\n            \"date\": \"2025-07-31 14:54:06.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-31 16:48:32.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"access_token\": \"2025de1Ri8nIAEIXGgJm0LZzlBhb68ebe6146qbuGf3slLdC8FmMYe5SxQyj0731\",\n        \"chat_wid\": \"xxxxxxxxxxxxx@c.us\"\n    },\n    \"message\": {\n        \"access_token\": \"2025l70seu8HhdwCfVrXneWBb8va372b092c0unZNzzEXcP32OsPEOQLewBB0731\",\n        \"contact_wid\": \"xxxxxxxxxxxxx@c.us\",\n        \"message_wid\": \"\",\n        \"message_body\": null,\n        \"message_mentioneds\": null,\n        \"message_forwarded\": true, //- Se a mensagem foi um encaminhamento\n        \"message_forwarded_message\": null,\n        \"message_forwarded_score\": 1,\n        \"message_reply\": true, //- Se for uma resposta de outra mensagem\n        \"message_caption\": \"Teste\",\n        \"message_type\": \"document\", //- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento'\n        \"message_file_decrypt\": \"https://croncrm.com/api/v1/messages/get-file/?access_token=20257ANJtk8SPTGOn6PR61zpwvA294715152bOgK7isT7KphLXG1PFtlNx7q0731\",\n        \"message_filename\": \"1-sol-visto-do-universo.jpeg\",\n        \"message_file_mimetype\": \"image/jpeg\",\n        \"message_file_size\": \"47\",\n        \"message_ack\": 0, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', '3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n        \"message_ack_timestamp\": null,\n        \"message_timestamp\": \"1753991016.741998\",\n        \"source\": \"in\", //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n        \"shipping_status\": \"queued\", //- O status de envio, pode ser 'queued = na fila para entrega', 'sent = enviada', 'received = recebido', 'cancelled = cancelado', 'failed = falha ao enviar'\n        \"shipping_attempts\": 0, //- Número de tentativas para envio da mensagem\n        \"shipping_msg\": \"Na fila para entrega.\", //- Retorno do envio da mensagem\n        \"created\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        }\n    }\n}"}],"_postman_id":"bcb60bfb-4472-4045-a293-64a6bd197913"},{"name":"send-message-image","id":"de2713c6-330d-435c-ae65-f9152e7aca20","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chat_wid\" : \"\",\r\n    \"url\" : \"\",\r\n    \"filename\" : \"\",\r\n    \"mime_type\" : \"\",\r\n    \"size\" : \"\",\r\n    \"caption\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-message-image","description":"<p>Envie mensagens com imagens.</p>\n<ul>\n<li><p>chat_wid: Informe o número do contato.</p>\n</li>\n<li><p>url: Enviar uma url publicai.</p>\n</li>\n<li><p>filename: Nome da arquivo com extensão.</p>\n</li>\n<li><p>mime_type: enviar o mime_type do aquivo</p>\n</li>\n<li><p>size: enviar o tamanho do arquivo em KB</p>\n</li>\n<li><p>caption: Sua mensagem ou descrição sobre a imagem.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","messages","send-message-image"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"e5e46951-317c-47b6-8b6c-4978b7c0a0e7","name":"send-message-image","originalRequest":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chat_wid\" : \"xxxxxxxxxxxxx@c.us\",\r\n    \"url\" : \"https://static.escolakids.uol.com.br/2025/01/1-sol-visto-do-universo.jpg\",\r\n    \"filename\" : \"1-sol-visto-do-universo.jpg\",\r\n    \"mime_type\" : \"image/jpeg\",\r\n    \"size\" : \"47\",\r\n    \"caption\" : \"Teste\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-message-image"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 21:08:36 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Mensagem salva com sucesso.\",\n    \"chat\": {\n        \"created\": {\n            \"date\": \"2025-07-31 14:54:06.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-31 16:48:32.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"access_token\": \"2025de1Ri8nIAEIXGgJm0LZzlBhb68ebe6146qbuGf3slLdC8FmMYe5SxQyj0731\",\n        \"chat_wid\": \"xxxxxxxxxxxxx@c.us\"\n    },\n    \"message\": {\n        \"access_token\": \"2025l70seu8HhdwCfVrXneWBb8va372b092c0unZNzzEXcP32OsPEOQLewBB0731\",\n        \"contact_wid\": \"xxxxxxxxxxxxx@c.us\",\n        \"message_wid\": \"\",\n        \"message_body\": null,\n        \"message_mentioneds\": null,\n        \"message_forwarded\": true, //- Se a mensagem foi um encaminhamento\n        \"message_forwarded_message\": null,\n        \"message_forwarded_score\": 1,\n        \"message_reply\": true, //- Se for uma resposta de outra mensagem\n        \"message_caption\": \"Teste\",\n        \"message_type\": \"image\", //- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento'\n        \"message_file_decrypt\": \"https://croncrm.com/api/v1/messages/get-file/?access_token=20257ANJtk8SPTGOn6PR61zpwvA294715152bOgK7isT7KphLXG1PFtlNx7q0731\",\n        \"message_filename\": \"1-sol-visto-do-universo.jpeg\",\n        \"message_file_mimetype\": \"image/jpeg\",\n        \"message_file_size\": \"47\",\n        \"message_ack\": 0, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', '3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n        \"message_ack_timestamp\": null,\n        \"message_timestamp\": \"1753991016.741998\",\n        \"source\": \"in\", //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n        \"shipping_status\": \"queued\", //- O status de envio, pode ser 'queued = na fila para entrega', 'sent = enviada', 'received = recebido', 'cancelled = cancelado', 'failed = falha ao enviar'\n        \"shipping_attempts\": 0, //- Número de tentativas para envio da mensagem\n        \"shipping_msg\": \"Na fila para entrega.\", //- Retorno do envio da mensagem\n        \"created\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        }\n    }\n}"}],"_postman_id":"de2713c6-330d-435c-ae65-f9152e7aca20"},{"name":"send-message-video","id":"6d25465b-48c5-4837-b7b1-a82f061ffc35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chat_wid\" : \"\",\r\n    \"url\" : \"\",\r\n    \"filename\" : \"\",\r\n    \"mime_type\" : \"\",\r\n    \"size\" : \"\",\r\n    \"caption\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-message-video","description":"<p>Envie mensagens com videos.</p>\n<ul>\n<li><p>chat_wid: Informe o número do contato.</p>\n</li>\n<li><p>url: Enviar uma url publicai.</p>\n</li>\n<li><p>filename: Nome da arquivo com extensão.</p>\n</li>\n<li><p>mime_type: enviar o mime_type do aquivo</p>\n</li>\n<li><p>size: enviar o tamanho do arquivo em KB</p>\n</li>\n<li><p>caption: Sua mensagem ou descrição sobre a imagem.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","messages","send-message-video"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"054b77ae-216e-4bcc-9dd6-f0c166794232","name":"send-message-video","originalRequest":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chat_wid\" : \"xxxxxxxxxxxxx@c.us\",\r\n    \"url\" : \"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/WhatCarCanYouGetForAGrand.mp4\",\r\n    \"filename\" : \"WhatCarCanYouGetForAGrand.mp4\",\r\n    \"mime_type\" : \"video/mp4\",\r\n    \"size\" : \"44510\",\r\n    \"caption\" : \"Teste\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-message-video"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 21:24:06 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Mensagem salva com sucesso.\",\n    \"chat\": {\n        \"created\": {\n            \"date\": \"2025-07-31 14:54:06.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-31 16:48:32.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"access_token\": \"2025de1Ri8nIAEIXGgJm0LZzlBhb68ebe6146qbuGf3slLdC8FmMYe5SxQyj0731\",\n        \"chat_wid\": \"xxxxxxxxxxxxx@c.us\"\n    },\n    \"message\": {\n        \"access_token\": \"2025l70seu8HhdwCfVrXneWBb8va372b092c0unZNzzEXcP32OsPEOQLewBB0731\",\n        \"contact_wid\": \"xxxxxxxxxxxxx@c.us\",\n        \"message_wid\": \"\",\n        \"message_body\": null,\n        \"message_mentioneds\": null,\n        \"message_forwarded\": true, //- Se a mensagem foi um encaminhamento\n        \"message_forwarded_message\": null,\n        \"message_forwarded_score\": 1,\n        \"message_reply\": true, //- Se for uma resposta de outra mensagem\n        \"message_caption\": \"Teste\",\n        \"message_type\": \"video\", //- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento'\n        \"message_file_decrypt\": \"https://croncrm.com/api/v1/messages/get-file/?access_token=20257ANJtk8SPTGOn6PR61zpwvA294715152bOgK7isT7KphLXG1PFtlNx7q0731\",\n        \"message_filename\": \"whatcarcanyougetforagrand.mp4\",\n        \"message_file_mimetype\": \"video/mp4\",\n        \"message_file_size\": \"44510\",\n        \"message_ack\": 0, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', '3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n        \"message_ack_timestamp\": null,\n        \"message_timestamp\": \"1753991016.741998\",\n        \"source\": \"in\", //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n        \"shipping_status\": \"queued\", //- O status de envio, pode ser 'queued = na fila para entrega', 'sent = enviada', 'received = recebido', 'cancelled = cancelado', 'failed = falha ao enviar'\n        \"shipping_attempts\": 0, //- Número de tentativas para envio da mensagem\n        \"shipping_msg\": \"Na fila para entrega.\", //- Retorno do envio da mensagem\n        \"created\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        }\n    }\n}"}],"_postman_id":"6d25465b-48c5-4837-b7b1-a82f061ffc35"},{"name":"send-message-audio","id":"9f3127f8-6b63-436f-931d-81107de06af0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chat_wid\" : \"\",\r\n    \"url\" : \"\",\r\n    \"filename\" : \"\",\r\n    \"mime_type\" : \"\",\r\n    \"size\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-message-audio","description":"<p>Envie mensagens com audios.</p>\n<ul>\n<li><p>chat_wid: Informe o número do contato.</p>\n</li>\n<li><p>url: Enviar uma url publicai.</p>\n</li>\n<li><p>filename: Nome da arquivo com extensão.</p>\n</li>\n<li><p>mime_type: enviar o mime_type do aquivo</p>\n</li>\n<li><p>size: enviar o tamanho do arquivo em KB</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","messages","send-message-audio"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"7885e725-915f-497e-a7a2-46c0992e6d62","name":"send-message-audio","originalRequest":{"method":"POST","header":[{"key":"toTransmit","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chat_wid\" : \"xxxxxxxxxxxxx@c.us\",\r\n    \"url\" : \"https://tuningmania.com.br/autosom/mp3/0-intro%20to%20test%20section.MP3\",\r\n    \"filename\" : \"teste.mp3\",\r\n    \"mime_type\" : \"audio/mp3\",\r\n    \"size\" : \"44510\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/messages/send-message-audio"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 21:46:21 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Mensagem salva com sucesso.\",\n    \"chat\": {\n        \"created\": {\n            \"date\": \"2025-07-31 14:54:06.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-31 16:48:32.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"access_token\": \"2025de1Ri8nIAEIXGgJm0LZzlBhb68ebe6146qbuGf3slLdC8FmMYe5SxQyj0731\",\n        \"chat_wid\": \"xxxxxxxxxxxxx@c.us\",\n        \"customer_service_status_id\": 3\n    },\n    \"message\": {\n        \"access_token\": \"2025l70seu8HhdwCfVrXneWBb8va372b092c0unZNzzEXcP32OsPEOQLewBB0731\",\n        \"contact_wid\": \"xxxxxxxxxxxxx@c.us\",\n        \"message_wid\": \"\",\n        \"message_body\": null,\n        \"message_mentioneds\": null,\n        \"message_forwarded\": true, //- Se a mensagem foi um encaminhamento\n        \"message_forwarded_message\": null,\n        \"message_forwarded_score\": 1,\n        \"message_reply\": true, //- Se for uma resposta de outra mensagem\n        \"message_caption\": \"Teste\",\n        \"message_type\": \"audio\", //- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento'\n        \"message_file_decrypt\": \"https://croncrm.com/api/v1/messages/get-file/?access_token=20257ANJtk8SPTGOn6PR61zpwvA294715152bOgK7isT7KphLXG1PFtlNx7q0731\",\n        \"message_filename\": \"whatcarcanyougetforagrand.mp4\",\n        \"message_file_mimetype\": \"video/mp4\",\n        \"message_file_size\": \"44510\",\n        \"message_ack\": 0, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', '3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n        \"message_ack_timestamp\": null,\n        \"message_timestamp\": \"1753991016.741998\",\n        \"source\": \"in\", //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n        \"shipping_status\": \"queued\", //- O status de envio, pode ser 'queued = na fila para entrega', 'sent = enviada', 'received = recebido', 'cancelled = cancelado', 'failed = falha ao enviar'\n        \"shipping_attempts\": 0, //- Número de tentativas para envio da mensagem\n        \"shipping_msg\": \"Na fila para entrega.\", //- Retorno do envio da mensagem\n        \"created\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-23 16:34:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        }\n    }\n}"}],"_postman_id":"9f3127f8-6b63-436f-931d-81107de06af0"}],"id":"fe2ca211-f713-4686-a828-2f25c737a9fc","description":"<p>Consulte métodos responsáveis pelo gerenciamento de mensagens.</p>\n<p>Considere usar o método chats/finish-api ao finalizar uma interação com o contato via API, pós a conversa ficará vinculada a API impossibilitando a interação com o Auto-Atendimento.</p>\n","_postman_id":"fe2ca211-f713-4686-a828-2f25c737a9fc","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}}},{"name":"Conversas","item":[{"name":"create","id":"383fa4f5-9068-44f4-a858-57a696514fec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chat_wid\": \"\",\r\n    \"profile_name\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/chats/create","description":"<p>Crie uma conversas, as conversas são responsáveis por agrupar as mensagens que envia para cada pessoa.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","chats","create"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"5f0410d9-3d93-4f68-a3d3-dd9238ee009f","name":"create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chat_wid\": \"xxxxxxxxxxxx@c.us\",\r\n    \"profile_name\": \"Teste\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/chats/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 17:54:06 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Conversa salva com sucesso.\",\n    \"chat\": {\n        \"created\": {\n            \"date\": \"2025-07-31 14:54:06.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-31 14:54:06.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"access_token\": \"2025de1Ri8nIAEIXGgJm0LZzlBhb68ebe6146qbuGf3slLdC8FmMYe5SxQyj0731\",\n        \"chat_wid\": \"xxxxxxxxxxxx@c.us\",\n        \"is_important\": false,\n        \"is_business\": false,\n        \"is_enterprise\": false,\n        \"is_group\": false,\n        \"is_archive\": false,\n        \"pin\": false,\n        \"profile_name\": \"Teste\",\n        \"profile_picture\": null,\n        \"blocked\": false,\n        \"last_message_access_token\": null,\n        \"last_message_source\": null, //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n        \"last_message_type\": null,//- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento'\n        \"last_message_body\": null,\n        \"last_message_created\": \"\",\n        \"last_message_ack\": null, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', '3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n        \"last_message_timestamp\": null\n    }\n}"}],"_postman_id":"383fa4f5-9068-44f4-a858-57a696514fec"},{"name":"find","id":"18fe5a7b-df36-438d-895c-daeae30014a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://teclysi.com/api/v1/chats/find?chat_wid","description":"<p>Busque conversas.</p>\n<ul>\n<li>chat_wid: Informe o número do contato para retornar uma conversa específica. (Ao informar, os demais parâmetros serão ignorados.)</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","chats","find"],"host":["teclysi","com"],"query":[{"key":"chat_wid","value":null}],"variable":[]}},"response":[{"id":"b5138f94-5758-4036-ad20-8f4361595807","name":"find","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://teclysi.com/api/v1/chats/find?chat_wid","protocol":"https","host":["teclysi","com"],"path":["api","v1","chats","find"],"query":[{"key":"chat_wid","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 15:53:59 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Consulta realizada com sucesso.\",\n    \"page\": 1,\n    \"pages\": 1,\n    \"limit\": 20,\n    \"count\": 1,\n    \"chats\": [\n        {\n            \"created\": {\n                \"date\": \"2025-07-23 16:34:38.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/Sao_Paulo\"\n            },\n            \"modified\": {\n                \"date\": \"2025-07-25 16:24:50.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/Sao_Paulo\"\n            },\n            \"access_token\": \"2025U5n8vo12vJ3i7xHZyRQ0RhY7368d0398d0uN5sFBLVB1j8Ek7wpV6Zbh0723\",\n            \"chat_wid\": \"xxxxxxxxxxxxx@c.us\",\n            \"is_important\": false,\n            \"is_business\": false,\n            \"is_enterprise\": false,\n            \"is_group\": false,\n            \"is_archive\": false,\n            \"pin\": false,\n            \"profile_name\": \"Contato Teste\",\n            \"profile_picture\": null,\n            \"blocked\": false,\n            \"last_message_access_token\": \"2025J8GFc1dwRhvkdhugmlCbBSud9abfd269aLQoil4T5uurDrbpRel0q0jp0723\",\n            \"last_message_source\": \"in\", //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n            \"last_message_type\": \"location\", //- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento'\n            \"last_message_body\": null,\n            \"last_message_created\": {\n                \"date\": \"2025-07-23 16:46:18.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/Sao_Paulo\"\n            },\n            \"last_message_ack\": null, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', '3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n            \"last_message_timestamp\": \"1753299978.101717\"\n        }\n    ]\n}"}],"_postman_id":"18fe5a7b-df36-438d-895c-daeae30014a2"},{"name":"change","id":"d6365022-f14a-43dc-bade-14c381467176","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"profile_name\": \"\",\r\n    \"chat_wid\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/chats/change","description":"<p>Altere conversas, as conversas são responsáveis por agrupar as mensagens que envia para cada pessoa.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","chats","change"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"f2a44e17-0c29-48d1-b372-b805f3307c4c","name":"change","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"profile_name\": \"Contato Teste 2\",\r\n    \"chat_wid\": \"xxxxxxxxxxxxx@c.us\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/chats/change"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 17:37:38 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Conversa atualizada com sucesso.\",\n    \"chat\": {\n        \"created\": {\n            \"date\": \"2025-07-23 16:34:38.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-25 16:24:50.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"access_token\": \"2025U5n8vo12vJ3i7xHZyRQ0RhY7368d0398d0uN5sFBLVB1j8Ek7wpV6Zbh0723\",\n        \"chat_wid\": \"xxxxxxxxxxxxx@c.us\",\n        \"is_important\": false,\n        \"is_business\": false,\n        \"is_enterprise\": false,\n        \"is_group\": false,\n        \"is_archive\": false,\n        \"pin\": false,\n        \"profile_name\": \"Contato Teste 2\",\n        \"profile_picture\": null,\n        \"blocked\": false,\n        \"last_message_access_token\": \"2025J8GFc1dwRhvkdhugmlCbBSud9abfd269aLQoil4T5uurDrbpRel0q0jp0723\",\n        \"last_message_source\": \"in\", //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n        \"last_message_type\": \"location\", //- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento'\n        \"last_message_body\": null,\n        \"last_message_created\": {\n            \"date\": \"2025-07-23 16:46:18.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"last_message_ack\": null, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', '3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n        \"last_message_timestamp\": \"1753299978.101717\"\n    }\n}"}],"_postman_id":"d6365022-f14a-43dc-bade-14c381467176"},{"name":"delete","id":"645b7658-20b8-4013-bdf6-7468b9ce8c28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"\",\r\n    \"platform_too\" : \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/chats/delete","description":"<p>Apague conversas.</p>\n<ul>\n<li><p>chat_wid: Informe o número do contato.</p>\n</li>\n<li><p>plataform_too: Envie \"true\" para apagar a conversa do indexador da TecLysi também e false para apagar apenas no seu app.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","chats","delete"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"3a8090fe-efeb-4b5c-81b1-a4679bc51d37","name":"delete","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"xxxxxxxxxxxxx@c.us\",\r\n    \"platform_too\" : \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/chats/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 17:53:19 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Conversa removida com sucesso.\"\n}"}],"_postman_id":"645b7658-20b8-4013-bdf6-7468b9ce8c28"},{"name":"clear","id":"809aaf26-bb1c-4b9f-8155-8213b40ccb66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"\",\r\n    \"platform_too\" : \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/chats/clear","description":"<p>Limpa todo o histórico de mensagens dentro da conversa.</p>\n<ul>\n<li><p>chat_wid: Informe o número do contato.</p>\n</li>\n<li><p>plataform_too: Envie \"true\" para apagar a conversa do indexador da TecLysi também e false para apagar apenas no seu app.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","chats","clear"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"0419c844-1058-4662-9d67-99c2b4c7a418","name":"clear","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"xxxxxxxxxxxxx@c.us\",\r\n    \"platform_too\" : \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/chats/clear"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 17:45:31 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Conversa limpa com sucesso.\"\n}"}],"_postman_id":"809aaf26-bb1c-4b9f-8155-8213b40ccb66"},{"name":"archive","id":"87a36601-53b7-46b5-af59-a33d5a773efc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"\",\r\n    \"archive\" : false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/chats/archive","description":"<p>Arquiva conversas.</p>\n<ul>\n<li><p>chat_wid: Informe o número do contato.</p>\n</li>\n<li><p>archive: Envie true para arquivar e false para desarquivar.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","chats","archive"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"81b92e42-707e-4911-8816-b3b043c1c01f","name":"archive","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"xxxxxxxxxxxxx@c.us\",\r\n    \"archive\" : true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/chats/archive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 17:46:23 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Conversa arquivada com sucesso.\"\n}"},{"id":"4036a91f-9e49-4b59-b6a8-eeebd11032d4","name":"archive","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"xxxxxxxxxxxxx@c.us\",\r\n    \"archive\" : false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/chats/archive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 17:46:54 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Conversa desarquivada com sucesso.\"\n}"}],"_postman_id":"87a36601-53b7-46b5-af59-a33d5a773efc"},{"name":"reject-incoming-call","id":"79783974-99b6-47d0-b96e-33ee64ddccb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"incoming_call_id\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/chats/reject-incoming-call","description":"<p>Rejeita uma ligação recebida.</p>\n<ul>\n<li>incoming_call_id: Informe o ID da chamada.</li>\n</ul>\n<p>O ID da chamada sempre será enviado pelo webhook, configure sua url corretamente para que possa acompanhar todos os eventos.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","chats","reject-incoming-call"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"bc7838ea-5219-4f12-b95e-1adee3284f7d","name":"reject-incoming-call","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"incoming_call_id\" : \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/chats/reject-incoming-call"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"success\": true,\r\n    \"msg\": \"Ligação rejeitada com sucesso.\"\r\n}"}],"_postman_id":"79783974-99b6-47d0-b96e-33ee64ddccb8"},{"name":"finish-api","id":"91551d97-27a1-4ef9-ac98-fc3b2fe52b16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/chats/finish-api/","description":"<p>Finalize interações iniciadas pela API.</p>\n<ul>\n<li>chat_wid: Informe o número do contato para finalizar uma interação via API.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","chats","finish-api",""],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"fde2bd65-b516-4f6a-a5be-d8ea8f606127","name":"finish-api","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"xxxxxxxxxxxxx@c.us\",\r\n    \"requestEvaluationIfAvailable\" : false,\r\n    \"send_by_account\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/chats/finish-api/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Jul 2025 17:52:18 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Interação via API finalizado.\"\n}"}],"_postman_id":"91551d97-27a1-4ef9-ac98-fc3b2fe52b16"}],"id":"6fbe4931-ec86-457c-b17f-c86002193982","description":"<p>Consulte métodos responsáveis pelo gerenciamento de conversas.</p>\n","_postman_id":"6fbe4931-ec86-457c-b17f-c86002193982","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}}},{"name":"Grupos","item":[{"name":"create","id":"c65c8b80-6dd5-431c-b1a6-d6030dfc9b2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"name\" : \"\",\r\n    \"description\" : \"\",\r\n    \"announce\" : \"\",\r\n    \"restrict\" : \"\",\r\n    \"ephemeral_duration\" : \"\",\r\n    \"profile_picture\" : \"\",\r\n    \"participants\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/create","description":"<p>Cria um grupo.</p>\n<ul>\n<li><p>name: Informe o nome do grupo.</p>\n</li>\n<li><p>description: Descrição do grupo.</p>\n</li>\n<li><p>announce: Quem pode enviar mensagens no grupo (0 para \"Todos\", 1 para \"Administradores\").</p>\n</li>\n<li><p>restrict: Quem pode editar dados do grupo (0 para \"Todos\", 1 para \"Administradores\").</p>\n</li>\n<li><p>ephemeral_duration: Mensagens temporárias (0 para \"Desativado\", 1 para \"Ativado\").</p>\n</li>\n<li><p>profile_picture: Foto de perfil do grupo, envie uma url publica.</p>\n</li>\n<li><p>participants: Informe a lista de participantes separadoras por ;.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","groups","create"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"634d773f-694e-4921-8279-b1c4fa224e15","name":"create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"name\" : \"Grupo teste\",\r\n    \"description\" : \"Testando\",\r\n    \"announce\" : \"1\",\r\n    \"restrict\" : \"1\",\r\n    \"ephemeral_duration\" : \"1\",\r\n    \"profile_picture\" : \"https://static.escolakids.uol.com.br/2025/01/1-sol-visto-do-universo.jpg\",\r\n    \"participants\" : \"xxxxxxxxxxxxx@c.us\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 00:11:07 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Seu grupo foi criado com sucesso.\",\n    \"group\": {\n        \"wid\": \"xxxxxxxxxxxxx@g.us\",\n        \"wuser\": \"xxxxxxxxxxxxx\",\n        \"wserver\": \"g.us\",\n        \"description\": \"Testando\",\n        \"announce\": true,\n        \"restrict\": true,\n        \"ephemeral_duration\": true,\n        \"profile_picture\": \"https://static.escolakids.uol.com.br/2025/01/1-sol-visto-do-universo.jpg\",\n        \"participants\": [\n            \"xxxxxxxxxxx@c.us\",\n            \"xxxxxxxxxxx@c.us\"\n        ],\n        \"fail_add_participants\": []\n    }\n}"}],"_postman_id":"c65c8b80-6dd5-431c-b1a6-d6030dfc9b2f"},{"name":"find","id":"7a7b8251-b886-40c3-8cac-b8b18f4460f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/find?page","description":"<p>Retorna a lista de grupos e seus participantes.</p>\n<p>IMPORTANTE: Dependendo da quantidade de grupos, este método pode demorar para responder, considere um timeout alto em sua aplicação.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","groups","find"],"host":["teclysi","com"],"query":[{"key":"page","value":null}],"variable":[]}},"response":[{"id":"70428418-21af-49f7-a76c-e292bf2e2be5","name":"find","originalRequest":{"method":"GET","header":[],"url":"https://teclysi.com/api/v1/groups/find"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 00:13:05 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Consulta realizada com sucesso.\",\n    \"page\": 1,\n    \"pages\": 1,\n    \"limit\": 20,\n    \"count\": 1,\n    \"groups\": [\n        {\n            \"created\": {\n                \"date\": \"2025-07-29 21:11:08.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/Sao_Paulo\"\n            },\n            \"modified\": {\n                \"date\": \"2025-07-29 21:11:14.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/Sao_Paulo\"\n            },\n            \"access_token\": \"20252aVPLmqfTsH3QnzO40XVtCj75d1b786c6IJo1FCaMtIRifPXV3hklARM0729\",\n            \"chat_wid\": \"xxxxxxxxxxxx@g.us\",\n            \"is_important\": false,\n            \"is_business\": false,\n            \"is_enterprise\": false,\n            \"is_group\": true,\n            \"is_archive\": false,\n            \"pin\": false,\n            \"profile_name\": \"Grupo teste\",\n            \"profile_picture\": \"https://media-gig4-1.cdn.whatsapp.net/v/t61.24694-24/511297451_758808656533357_4012401572532708486_n.jpg?ccb=11-4&oh=01_Q5Aa2AHgNxZVJid3yjXXEpurNQ76f0mqJMxlLfieijAV_mWyXg&oe=6896607F&_nc_sid=5e03e0&_nc_cat=100\",\n            \"group_description\": \"Testando\",\n            \"group_created_in\": {\n                \"date\": \"2025-07-29 21:11:08.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/Sao_Paulo\"\n            },\n            \"group_link_invite\": null,\n            \"group_announce\": true,\n            \"group_restrict\": true,\n            \"group_ephemeral_duration\": true,\n            \"group_out\": false,\n            \"group_you_it_is_admin\": true,\n            \"blocked\": false,\n            \"not_chatbot\": false,\n            \"unread\": 0,\n            \"customer_service_status_id\": 4,\n            \"bot_last_trigger\": \"\",\n            \"last_message_access_token\": null,\n            \"last_message_source\": null,\n            \"last_message_type\": null,\n            \"last_message_body\": null,\n            \"last_message_created\": \"\",\n            \"last_message_timestamp\": null,\n            \"profile_email\": null,\n            \"profile_phone\": null,\n            \"profile_celular\": null,\n            \"profile_cpf_cnpj\": null,\n            \"profile_cep\": null,\n            \"profile_address\": null,\n            \"profile_number\": null,\n            \"profile_neighborhood\": null,\n            \"profile_complement\": null,\n            \"profile_city_id\": null,\n            \"profile_state_id\": null,\n            \"profile_birthdate\": \"\",\n            \"profile_observations\": null\n        }\n    ]\n}"}],"_postman_id":"7a7b8251-b886-40c3-8cac-b8b18f4460f2"},{"name":"get-members","id":"70d2acbb-0c79-49fc-9b0d-4b9bea893f1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://teclysi.com/api/v1/groups/get-members?chat_wid=&page","description":"<p>Retorna a lista de participantes do grupo.</p>\n<p>Importante: Você precisa fazer parte do grupo.</p>\n<ul>\n<li>chat_wid: Informe o id do grupo.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","groups","get-members"],"host":["teclysi","com"],"query":[{"key":"chat_wid","value":""},{"key":"page","value":null}],"variable":[]}},"response":[{"id":"11e2476e-39d0-4322-9351-02abef588391","name":"get-members","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://teclysi.com/api/v1/groups/get-members?chat_wid=xxxxxxxxxxxxxxxxxx@g.us","protocol":"https","host":["teclysi","com"],"path":["api","v1","groups","get-members"],"query":[{"key":"chat_wid","value":"xxxxxxxxxxxxxxxxxx@g.us"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 00:15:45 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Consulta realizada com sucesso.\",\n    \"page\": 1,\n    \"pages\": 1,\n    \"limit\": 20,\n    \"count\": 2,\n    \"participants\": [\n        {\n            \"wid\": \"xxxxxxxxxxxx@c.us\",\n            \"wuser\": \"xxxxxxxxxxxx\",\n            \"wserver\": \"c.us\",\n            \"name\": \"Teste 1\"\n        },\n        {\n            \"wid\": \"xxxxxxxxxxxx@c.us\",\n            \"wuser\": \"xxxxxxxxxxxx\",\n            \"wserver\": \"c.us\",\n            \"name\": \"Teste 2\"\n        }\n    ]\n}"}],"_postman_id":"70d2acbb-0c79-49fc-9b0d-4b9bea893f1a"},{"name":"get-admins","id":"0686d9e3-c317-46f9-afea-f44cd6eb28ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/get-admins?chat_wid=&page","description":"<p>Retorna a lista de administradores do grupo.</p>\n<p>Importante: Você precisa fazer parte do grupo.</p>\n<ul>\n<li>group_id: Informe o id do grupo.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","groups","get-admins"],"host":["teclysi","com"],"query":[{"key":"chat_wid","value":""},{"key":"page","value":null}],"variable":[]}},"response":[{"id":"5b776ba7-aa2b-45b6-990d-a394581870d0","name":"get-admins","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://teclysi.com/api/v1/groups/get-admins?chat_wid=xxxxxxxxxxxxxxxxxx@g.us&page","protocol":"https","host":["teclysi","com"],"path":["api","v1","groups","get-admins"],"query":[{"key":"chat_wid","value":"xxxxxxxxxxxxxxxxxx@g.us"},{"key":"page","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 00:17:31 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Consulta realizada com sucesso.\",\n    \"page\": 1,\n    \"pages\": 1,\n    \"limit\": 20,\n    \"count\": 1,\n    \"admins\": [\n        {\n            \"wid\": \"xxxxxxxxxxxx@c.us\",\n            \"wuser\": \"xxxxxxxxxxxx\",\n            \"wserver\": \"c.us\"\n        }\n    ]\n}"}],"_postman_id":"0686d9e3-c317-46f9-afea-f44cd6eb28ce"},{"name":"change","id":"fb99ff28-a905-4b51-b158-3b5521f8401b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chat_wid\" : \"\",\r\n\t\"name\" : \"\",\r\n    \"description\" : \"\",\r\n    \"announce\" : \"\",\r\n    \"restrict\" : \"\",\r\n    \"ephemeral_duration\" : \"\",\r\n    \"profile_picture\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/change","description":"<p>Altera um grupo.</p>\n<ul>\n<li><p>group_wid: Informe o id do grupo.</p>\n</li>\n<li><p>name: Informe o nome do grupo.</p>\n</li>\n<li><p>description: Descrição do grupo.</p>\n</li>\n<li><p>announce: Quem pode enviar mensagens no grupo (0 para \"Todos\", 1 para \"Administradores\").</p>\n</li>\n<li><p>restrict: Quem pode editar dados do grupo (0 para \"Todos\", 1 para \"Administradores\").</p>\n</li>\n<li><p>ephemeral_duration: Mensagens temporárias (0 para \"Desativado\", 1 para \"Ativado\").</p>\n</li>\n<li><p>profile_picture: Foto de perfil do grupo, envie uma url publica.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","groups","change"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"548f8750-0c8a-4bb4-bf32-99e09538eec9","name":"change","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chat_wid\" : \"120363402377961382@g.us\",\r\n\t\"name\" : \"Teste 2\",\r\n    \"description\" : \"\",\r\n    \"announce\" : \"\",\r\n    \"restrict\" : \"\",\r\n    \"ephemeral_duration\" : \"\",\r\n    \"profile_picture\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/change"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 00:18:49 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Verifique se os parâmetros solicitados tiveram sucesso.\",\n    \"group\": {\n        \"name\": {\n            \"success\": true,\n            \"msg\": \"Nome do grupo alterado com sucesso.\"\n        },\n        \"description\": null,\n        \"announce\": null,\n        \"restrict\": null,\n        \"ephemeral_duration\": null,\n        \"profile_picture\": null\n    }\n}"}],"_postman_id":"fb99ff28-a905-4b51-b158-3b5521f8401b"},{"name":"join","id":"9fcacbcf-685c-4056-b455-f2f6b46f5133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"invite_link\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/join","description":"<p>Entra em um grupo pelo link de convite.</p>\n<ul>\n<li>invite_link: Informe o link do grupo.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","groups","join"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"334a61e6-bcc6-4bf9-8b07-6d517c102f87","name":"join","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"invite_link\" : \"https://chat.whatsapp.com/XXXXXXXXXXXX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/join"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"success\": true,\r\n    \"msg\": \"Você entrou no grupo com sucesso.\",\r\n    \"group\": {\r\n        \"wid\": \"xxxxxxxxxxxxx@g.us\",\r\n        \"wuser\": \"xxxxxxxxxxxxx\",\r\n        \"wserver\": \"g.us\"\r\n    }\r\n}"}],"_postman_id":"9fcacbcf-685c-4056-b455-f2f6b46f5133"},{"name":"leave","id":"93f2dbcc-6780-49cd-849f-b131e06e8463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/leave","description":"<p>Executa a ação de sair de um grupo.</p>\n<ul>\n<li>chat_wid: Informe o id do grupo.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","groups","leave"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"ac04b4cd-27bb-4a96-8f1d-f23eeb9827d8","name":"leave","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"xxxxxxxxxxxxxxxxxx@g.us\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/leave"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 01:04:02 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Saída de grupo realizada com sucesso.\"\n}"}],"_postman_id":"93f2dbcc-6780-49cd-849f-b131e06e8463"},{"name":"get-invite-link","id":"69002f5d-6e4e-40a7-8492-d0d6e31f15ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://teclysi.com/api/v1/groups/get-invite-link?chat_wid=","description":"<p>Retorna o link de convite do grupo.</p>\n<p>Importante, você precisa ser administrador do grupo.</p>\n<ul>\n<li>chat_wid: Informe o id do grupo.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","groups","get-invite-link"],"host":["teclysi","com"],"query":[{"key":"chat_wid","value":""}],"variable":[]}},"response":[{"id":"77af5c50-a26b-494b-8312-4b82c449537d","name":"get-invite-link","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://teclysi.com/api/v1/groups/get-invite-link?chat_wid=xxxxxxxxxxxxxxxxxx@g.us","protocol":"https","host":["teclysi","com"],"path":["api","v1","groups","get-invite-link"],"query":[{"key":"chat_wid","value":"xxxxxxxxxxxxxxxxxx@g.us"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 00:22:41 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Consulta realizada com sucesso.\",\n    \"link\": \"https://chat.whatsapp.com/XXXXXXXXXXXXXXXXXXXX\"\n}"}],"_postman_id":"69002f5d-6e4e-40a7-8492-d0d6e31f15ec"},{"name":"get-info-from-invite-link","id":"b72d5296-5e87-43d4-8b10-b1ec5987e16c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://teclysi.local/api/v1/groups/get-info-from-invite-link?invite_link=","description":"<p>Retorna dados do grupo pelo link de convite.</p>\n<ul>\n<li>invite_link: Informe o link do grupo.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","groups","get-info-from-invite-link"],"host":["teclysi","local"],"query":[{"key":"invite_link","value":""}],"variable":[]}},"response":[],"_postman_id":"b72d5296-5e87-43d4-8b10-b1ec5987e16c"},{"name":"add-remove-participant","id":"404a90cb-c8e5-4191-885e-183b29b2b20c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"\",\r\n    \"contact_wid\" : \"\",\r\n    \"type\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/add-remove-participant","description":"<p>Adiciona ou remove um participante no grupo.</p>\n<p>Importante: você precisa ser um administrador para incluir pessoas.</p>\n<ul>\n<li><p>chat_wid: id do grupo que deseja adicionar ou remover seu contato.</p>\n</li>\n<li><p>contact_wid: Informe o número do contato.</p>\n</li>\n<li><p>type: Informe \"add\" para adicionar um contato e \"del\" para remover.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","groups","add-remove-participant"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"7fd98601-2194-4af1-b401-a0719f0144b3","name":"add-remove-participant","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"xxxxxxxxxxxxxxxx@g.us\",\r\n\t\"contact_wid\" : \"xxxxxxxxxxx@c.us\",\r\n\t\"type\" : \"add\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/add-remove-participant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 00:32:12 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Participante adicionado com sucesso.\"\n}"},{"id":"ffe5ad02-d57a-4986-b1bc-16622b878119","name":"add-remove-participant","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"xxxxxxxxxxxx@g.us\",\r\n\t\"contact_wid\" : \"xxxxxxxxxxx@c.us\",\r\n\t\"type\" : \"del\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/add-remove-participant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 00:35:56 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Participante removido com sucesso.\"\n}"}],"_postman_id":"404a90cb-c8e5-4191-885e-183b29b2b20c"},{"name":"promote-demote-admins","id":"fd13f2a3-2f97-4d3f-8971-e75fb004e577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"\",\r\n    \"contact_wid\" : \"\",\r\n    \"type\" : \"demote\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/promote-demote-admins","description":"<p>Promove ou despromove um participante a administrador do grupo.</p>\n<p>Importante: você precisa ser administrador do grupo.</p>\n<ul>\n<li><p>chat_wid: Informe o id do grupo.</p>\n</li>\n<li><p>contact_wid: Informe o número do participante.</p>\n</li>\n<li><p>type: Informe \"promote\" para promover a administrador e \"demote\" para despromover.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","groups","promote-demote-admins"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"365a01db-d37c-44f2-95e2-4ec308f8ffd9","name":"promote-demote-admins","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"xxxxxxxxxxxxxxxx@g.us\",\r\n\t\"contact_wid\" : \"xxxxxxxxxxx@c.us\",\r\n    \"type\" : \"promote\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/promote-demote-admins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 00:39:32 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Participante promovido com sucesso.\"\n}"},{"id":"b3dd042d-31e1-4699-a9cf-2bb7701e152c","name":"promote-demote-admins","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"xxxxxxxxxxxxxxxx@g.us\",\r\n\t\"contact_wid\" : \"xxxxxxxxxxx@c.us\",\r\n    \"type\" : \"demote\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/promote-demote-admins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 00:43:27 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Participante despromovido com sucesso.\"\n}"}],"_postman_id":"fd13f2a3-2f97-4d3f-8971-e75fb004e577"},{"name":"send-mentions","id":"c0a0b81a-5613-47e6-a86a-de38dce11c53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"toTransmit","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"message\" : \"\",\n    \"mentions\" : \"\",\n\t\"chat_wid\" : \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/send-mentions","description":"<p>Envia uma mensagem no grupo mencionando um participante.</p>\n<ul>\n<li><p>message: Informe sua mensagem contento junto do participante contento um @ na frente do número.</p>\n</li>\n<li><p>mentions: Informe a lista de participantes que serão mencionados na mensagens.</p>\n</li>\n<li><p>chat_wid: Informe o id do grupo.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","groups","send-mentions"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"1f896ac0-5b20-4458-ae39-e1648bd71064","name":"send-mentions","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"message\" : \"Teste\",\n\t\"mentions\" : \"xxxxxxxxxxxx@c.us\",\n\t\"chat_wid\" : \"xxxxxxxxxxxx@g.us\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/send-mentions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 00:48:20 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Mensagem salva com sucesso.\",\n    \"chat\": {\n        \"created\": {\n            \"date\": \"2025-07-29 21:18:50.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-29 21:43:27.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"access_token\": \"20252aVPLmqfTsH3QnzO40XVtCj75d1b786c6IJo1FCaMtIRifPXV3hklARM0729\",\n        \"chat_wid\": \"xxxxxxxxxxxx@g.us\"\n    },\n    \"message\": {\n        \"access_token\": \"2025UYuQJnlD52mkKuqBHkLg2m8bee10722c0AiCYC2UtCxXkFGuydLafr940729\",\n        \"contact_wid\": \"xxxxxxxxxxxx@g.us\",\n        \"message_wid\": \"\",\n        \"message_body\": \"Teste\",\n        \"message_mentioneds\": \"xxxxxxxxxxxx@c.us\",\n        \"message_forwarded\": false, //- Se a mensagem foi um encaminhamento\n        \"message_reply\": false, //- Se for uma resposta de outra mensagem\n        \"message_type\": \"chat\", //- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento'\n        \"message_ack\": null, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', '3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n        \"message_ack_timestamp\": null,\n        \"message_timestamp\": \"1753836501.039034\",\n        \"source\": \"in\", //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n        \"shipping_status\": \"queued\", //- O status de envio, pode ser 'queued = na fila para entrega', 'sent = enviada', 'received = recebido', 'cancelled = cancelado', 'failed = falha ao enviar'\n        \"shipping_attempts\": 0, //- Número de tentativas para envio da mensagem\n        \"shipping_msg\": \"Na fila para entrega.\", //- Retorno do envio da mensagem\n        \"created\": {\n            \"date\": \"2025-07-29 21:48:21.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-29 21:48:21.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        }\n    }\n}"}],"_postman_id":"c0a0b81a-5613-47e6-a86a-de38dce11c53"},{"name":"send-message-reply-with-mention","id":"8888ddfd-9777-404c-9596-1d754aa521f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"message_reply_access_token\" : \"\",\n    \"message\" : \"\",\n    \"mentions\" : \"\",\n\t\"chat_wid\" : \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/send-message-reply-with-mention","description":"<p>Envia uma mensagem no grupo respondendo e mencionando um participante.</p>\n<ul>\n<li><p>message_reply_access_token: access_token da mensagem que deseja responder.</p>\n</li>\n<li><p>message: Informe sua mensagem contento junto do participante contento um @ na frente do número.</p>\n</li>\n<li><p>mentions: Informe a lista de participantes que serão mencionados na mensagens.</p>\n</li>\n<li><p>chat_wid: Informe o id do grupo.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","groups","send-message-reply-with-mention"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"15ca2af5-52e5-43bf-bbf2-2fe77175c453","name":"send-message-reply-with-mention","originalRequest":{"method":"POST","header":[{"key":"toTransmit","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"message_reply_access_token\" : \"2025RRPMk1AjQr1jwxTtZKqgfz6acb4b894d7XhbpGQpNJkcVFuezbzI2H4J0729\",\n    \"message\" : \"Teste\",\n    \"mentions\" : \"xxxxxxxxxxxxxx@c.us\",\n\t\"chat_wid\" : \"xxxxxxxxxxxxxx@g.us\"\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/groups/send-message-reply-with-mention"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 00:57:46 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Mensagem salva com sucesso.\",\n    \"chat\": {\n        \"created\": {\n            \"date\": \"2025-07-29 21:18:50.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-29 21:57:00.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"access_token\": \"20252aVPLmqfTsH3QnzO40XVtCj75d1b786c6IJo1FCaMtIRifPXV3hklARM0729\",\n        \"chat_wid\": \"xxxxxxxxxxxxxx@g.us\"\n    },\n    \"message\": {\n        \"access_token\": \"2025J0NESwesDmiW2h88ysnkhAX7f72bc24faH18PdPBWlSgHFYSPcNSecmM0729\",\n        \"contact_wid\": \"xxxxxxxxxxxxxx@g.us\",\n        \"message_wid\": \"\",\n        \"message_body\": \"Teste\",\n        \"message_mentioneds\": \"xxxxxxxxxxxxxx@c.us\",\n        \"message_forwarded\": false, //- Se a mensagem foi um encaminhamento\n        \"message_reply\": true, //- Se for uma resposta de outra mensagem\n        \"message_reply_message\": {\n            \"access_token\": \"2025RRPMk1AjQr1jwxTtZKqgfz6acb4b894d7XhbpGQpNJkcVFuezbzI2H4J0729\",\n            \"contact_wid\": \"xxxxxxxxxxxxxx@g.us\",\n            \"message_wid\": \"true_xxxxxxxxxxxxxx@g.us_3EB0ACF1A0EF69EA5ACE83_xxxxxxxxxxxxxx@c.us\",\n            \"message_body\": \"Teste\",\n            \"message_mentioneds\": \"xxxxxxxxxxxxxx@c.us\",\n            \"message_forwarded\": false,\n            \"message_reply\": false,\n            \"message_type\": \"chat\",\n            \"message_ack\": 2,\n            \"message_ack_timestamp\": \"1753837019\",\n            \"message_timestamp\": \"1753837020.150163\",\n            \"source\": \"in\",\n            \"shipping_status\": \"sent\",\n            \"shipping_attempts\": 1,\n            \"shipping_msg\": \"Mensagem entregue ao WebService de envio.\",\n            \"created\": {\n                \"date\": \"2025-07-29 21:57:00.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/Sao_Paulo\"\n            },\n            \"modified\": {\n                \"date\": \"2025-07-29 21:57:00.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/Sao_Paulo\"\n            }\n        },\n        \"message_type\": \"chat\",//- O tipo da mensagem, pode ser 'chat = texto', 'document = arquivo', 'image = imagem', 'video = vídeo', 'audio = áudio', 'sticker = sticker', 'location = localização', 'vcard = contato', 'multi_vcard = lista de contatos', 'reaction = reação', 'ptt = audio gravado', 'revoked = mensagem removida por tempo', 'link = link', 'ciphertext = criptografada', 'ptv = mensagem rápida de vídeo', 'order = pagamento\n        \"message_ack\": null, //- O ack da mensagem, pode ser '100 = Envio cancelado', '-1 = Com falha', '0 = Aguardando envio', '1 = No servidor do WhatsApp', '2 = Entregue', ''3 = Lido (Vide config. privacidade)', '4 = Reproduzido'\n        \"message_ack_timestamp\": null,\n        \"message_timestamp\": \"1753837066.940822\",\n        \"source\": \"in\", //- A origem da mensagem, pode ser 'in = enviada', 'out = recebida'\n        \"shipping_status\": \"queued\", //- O status de envio, pode ser 'queued = na fila para entrega', 'sent = enviada', 'received = recebido', 'cancelled = cancelado', 'failed = falha ao enviar'\n        \"shipping_attempts\": 0, //- Número de tentativas para envio da mensagem\n        \"shipping_msg\": \"Na fila para entrega.\", //- Retorno do envio da mensagem\n        \"created\": {\n            \"date\": \"2025-07-29 21:57:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        },\n        \"modified\": {\n            \"date\": \"2025-07-29 21:57:46.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/Sao_Paulo\"\n        }\n    }\n}"}],"_postman_id":"8888ddfd-9777-404c-9596-1d754aa521f7"}],"id":"8f1f5af7-0908-4dc4-847d-0cceb93f1320","description":"<p>Consulte métodos responsáveis pelo gerenciamento de grupos.</p>\n","_postman_id":"8f1f5af7-0908-4dc4-847d-0cceb93f1320","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}}},{"name":"Contatos WhatsApp App","item":[{"name":"find","id":"3d4d764b-1fdb-4274-81e1-9d111aad35aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/contacts-whatsapp-app/find","description":"<p>Retornar sua lista de contatos.</p>\n<p>Se tiver grupos na lista de conversas, eles também serão retornados.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","contacts-whatsapp-app","find"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"35442a83-1576-4963-8f1e-7da027945bb8","name":"find","originalRequest":{"method":"GET","header":[],"url":"https://teclysi.com/api/v1/contacts-whatsapp-app/find"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Jul 2025 21:43:44 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Consulta realizada com sucesso.\",\n    \"page\": 1,\n    \"pages\": 1,\n    \"limit\": 20,\n    \"count\": 1,\n    \"contacts\": [\n        {\n            \"wid\": \"xxxxxxxxxxxxx@c.us\",\n            \"wuser\": \"xxxxxxxxxxxxx\",\n            \"wserver\": \"c.us\",\n            \"name\": \"Teste\",\n            \"is_business\": true,\n            \"is_enterprise\": false,\n            \"is_my_contact\": true\n        }\n    ]\n}"}],"_postman_id":"3d4d764b-1fdb-4274-81e1-9d111aad35aa"},{"name":"blocked","id":"e0f92fa0-4827-4b33-ad92-35597b534d5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/contacts-whatsapp-app/blocked","description":"<p>Retornar sua lista de contatos bloqueados.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","contacts-whatsapp-app","blocked"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"c3555c44-78e6-478b-9b4e-385e8a6ada49","name":"blocked","originalRequest":{"method":"GET","header":[],"url":"https://teclysi.com/api/v1/contacts-whatsapp-app/blocked"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Jul 2025 21:47:04 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Consulta realizada com sucesso.\",\n    \"page\": 1,\n    \"pages\": 1,\n    \"limit\": 20,\n    \"count\": 2,\n    \"contacts\": [\n        \"xxxxxxxxxxxxx@c.us\",\n        \"xxxxxxxxxxxxx@c.us\"\n    ]\n}"}],"_postman_id":"e0f92fa0-4827-4b33-ad92-35597b534d5d"},{"name":"block","id":"95855120-239c-4c93-bc20-8b26b80b0937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"\",\r\n    \"block\" : false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/contacts-whatsapp-app/block","description":"<p>Efetua o bloqueio e desbloqueio de um contato.</p>\n<p>Importante: precisa existir uma conversa iniciada com o contato.</p>\n<ul>\n<li><p>chat_wid: Informe o número do contato.</p>\n</li>\n<li><p>block: Envie true para bloquear e false para desbloquear.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","contacts-whatsapp-app","block"],"host":["teclysi","com"],"query":[],"variable":[]}},"response":[{"id":"06696479-bfea-44c5-8493-4ee5980e56db","name":"block","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"xxxxxxxxxxxxx@c.us\",\r\n    \"block\" : true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/contacts-whatsapp-app/block"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Jul 2025 21:48:03 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Contato bloqueado com sucesso.\"\n}"},{"id":"2d94bb53-dbe0-4803-86ba-3b1915a2f5db","name":"block","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"chat_wid\" : \"xxxxxxxxxxxxx@c.us\",\r\n    \"block\" : false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://teclysi.com/api/v1/contacts-whatsapp-app/block"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Jul 2025 21:48:28 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Contato desbloqueado com sucesso.\"\n}"}],"_postman_id":"95855120-239c-4c93-bc20-8b26b80b0937"}],"id":"cbfa2bee-44ff-498b-86f1-d1c0ee7e65c2","description":"<p>Consulte métodos responsáveis pelo gerenciamento de contatos do WhatsApp App.</p>\n","_postman_id":"cbfa2bee-44ff-498b-86f1-d1c0ee7e65c2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}}},{"name":"Ferramentas","item":[{"name":"have-whatsapp","id":"f2ff541f-a606-4b9e-829c-09af5b44c222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://teclysi.com/api/v1/tools/have-whatsapp?phone=","description":"<p>Verifica se um número é válido.</p>\n<ul>\n<li>phone: Se não for enviado o código do país ex. Brasil 55, junto ao DDD e o número do seu contato, por padrão iremos assumir o código do país vinculado ao seu cadastro.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","tools","have-whatsapp"],"host":["teclysi","com"],"query":[{"key":"phone","value":""}],"variable":[]}},"response":[{"id":"31734d1f-a9b0-475b-ac8f-d5483be496ce","name":"have-whatsapp","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://teclysi.com/api/v1/tools/have-whatsapp?phone=xxxxxxxxxxx","protocol":"https","host":["teclysi","com"],"path":["api","v1","tools","have-whatsapp"],"query":[{"key":"phone","value":"xxxxxxxxxxx"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Jul 2025 20:37:28 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Consulta realizada com sucesso.\",\n    \"profile\": {\n        \"status\": 200, //- 200 significa que o número possui WhatsApp, e 404 significa que não possui\n        \"wid\": \"xxxxxxxxxxxxx@c.us\", //- @c.us representa o número (celular/fixo) da pessoa, @lid e @jid representam um identificador interno da Meta para pessoa, novo padrão de privacidade, @g.us representa a identificação de um grupo\n        \"wserver\": \"c.us\",\n        \"wuser\": \"xxxxxxxxxxxxx\",\n        \"wbusiness\": false,\n        \"canReceiveMessage\": true\n    }\n}"}],"_postman_id":"f2ff541f-a606-4b9e-829c-09af5b44c222"},{"name":"get-profile-picture","id":"c7df4425-60c0-4cda-8b58-cdb5f731220f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://teclysi.com/api/v1/tools/get-profile-picture?chat_wid=","description":"<p>Retorna as urls usadas pelo WhasApp do perfil do contato</p>\n<ul>\n<li>chat_wid: Informe o número do contato.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","tools","get-profile-picture"],"host":["teclysi","com"],"query":[{"key":"chat_wid","value":""}],"variable":[]}},"response":[{"id":"ce5b57df-93fe-4a3f-b321-6320a3653323","name":"get-profile-picture","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://teclysi.com/api/v1/tools/have-whatsapp?chat_wid=xxxxxxxxxxx@c.us","protocol":"https","host":["teclysi","com"],"path":["api","v1","tools","have-whatsapp"],"query":[{"key":"chat_wid","value":"xxxxxxxxxxx@c.us"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Jul 2025 20:37:28 GMT"},{"key":"Server","value":"Apache/2.4.62 (Win64) OpenSSL/3.1.7 PHP/8.3.14 mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Consulta realizada com sucesso.\",\n    \"picture\": {\n        \"eurl\": \"\",\n        \"id\": {\n            \"server\": \"c.us\",\n            \"user\": \"xxxxxxxxxxxxx\",\n            \"_serialized\": \"xxxxxxxxxxxxx@c.us\"\n        },\n        \"img\": \"\",\n        \"imgFull\": \"\",\n        \"tag\": \"\"\n    }\n}"}],"_postman_id":"c7df4425-60c0-4cda-8b58-cdb5f731220f"}],"id":"ae33e9c2-5a83-4f1c-96af-a4a137f3fab9","description":"<p>Consulte métodos importantes para o seu dia a dia, como o método para verificar se um contato é válido.</p>\n","_postman_id":"ae33e9c2-5a83-4f1c-96af-a4a137f3fab9","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","id":"d4eb3f56-f4e1-4b78-a3c7-4f57bf527f74","name":"TecLysi (V1)","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"767fcf72-8235-44fa-9535-2ce9c3e35c38","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"b1d8d486-0b87-464a-b603-df1484f07e07","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"apiKey","value":"","type":"string"}]}