{"info":{"_postman_id":"4449c7ce-59ce-48c0-89a7-9c5068ecf06f","name":"Gerencia Cliente API","description":"<html><head></head><body><p>API para gerenciamento de clientes e assinaturas.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11546206","collectionId":"4449c7ce-59ce-48c0-89a7-9c5068ecf06f","publishedId":"2sAYX9kf8K","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-02-09T03:09:15.000Z"},"item":[{"name":"Create Client","id":"61d0c750-1ccc-4f29-9ccd-cdb5c1108905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"G-Authorization","value":"{{api_token}}"}],"body":{"mode":"raw","raw":"\n{\n    \"name\": \"Gerencia Cliente\",\n    \"email\": \"test@gmail.com\",\n    \"whatsapp\": \"27995254805\",\n    \"due_date\": \"2025-02-20\",\n    \"plan_id\": 1504,\n    \"add_finance\": true,    // optional - add plan value to wallet\n    \"ddi\": \"55\",   // optional - default is 55\n    \"cpf\": \"97381604256\",\n    \"obs\": \"tio do joaozinho\",   // optional\n    \"external_url\": \"https://meusite.com\"   // optional - Can get in template message\n}"},"url":"https://api.gerenciacliente.com/v1/client","urlObject":{"path":["client"],"host":["https://api.gerenciacliente.com/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"61d0c750-1ccc-4f29-9ccd-cdb5c1108905"},{"name":"Renew Client","id":"892eb8da-78bb-4881-9a61-5a5fa7874289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"G-Authorization","value":"{{api_token}}"}],"body":{"mode":"raw","raw":"{\n  \"client_id\": 121039,\n  \"approve_invoice\": true // optional - if the customer has a pending invoice, will set paid\n//\"email\": \"112358\" - if you're not using client_id\n// \"koffice_renew\": true  // optional - renew customer in Koffice Panel\n}"},"url":"https://api.gerenciacliente.com/v1/client/renew","urlObject":{"path":["client","renew"],"host":["https://api.gerenciacliente.com/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"892eb8da-78bb-4881-9a61-5a5fa7874289"},{"name":"Get Cliente","id":"ec3f16fe-77f8-4fb6-92bd-d8154c9861d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"G-Authorization","value":"{{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"kene@hotmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gerenciacliente.com/v1/client","urlObject":{"path":["client"],"host":["https://api.gerenciacliente.com/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec3f16fe-77f8-4fb6-92bd-d8154c9861d6"}],"event":[{"listen":"prerequest","script":{"id":"c7757ecd-83a3-44de-9dd5-e12a430635dd","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"e14fb21c-c3e0-41e6-9b20-0e8ea3a5e273","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"https://api.gerenciacliente.com/v1"}]}