{
  "info": {
    "name": "DataCrazy — mcp.ai",
    "description": "REST API for the DataCrazy MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/datacrazy",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "datacrazy_activities_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/activities/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "activities",
            "create"
          ]
        },
        "description": "Criar atividade (POST /api/v1/activities). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_activities_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/activities/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "activities",
            "delete"
          ]
        },
        "description": "Excluir atividade (DELETE /api/v1/activities/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_activities_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/activities/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "activities",
            "get"
          ]
        },
        "description": "Buscar atividade por ID (GET /api/v1/activities/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_activities_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/activities/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "activities",
            "list"
          ]
        },
        "description": "Buscar atividades (GET /api/v1/activities).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_activities_patch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/activities/patch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "activities",
            "patch"
          ]
        },
        "description": "Atualizar atividade (PATCH /api/v1/activities/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_attendants_crm_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/attendants/crm/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "attendants",
            "crm",
            "get"
          ]
        },
        "description": "Buscar atendente por ID (CRM) (GET /api/v1/attendants/crm/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_attendants_crm_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/attendants/crm/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "attendants",
            "crm",
            "list"
          ]
        },
        "description": "Buscar atendentes (CRM) (GET /api/v1/attendants/crm).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_attendants_multi_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/attendants/multi/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "attendants",
            "multi",
            "get"
          ]
        },
        "description": "Buscar atendente por ID  (multiatendimento) (GET /api/v1/attendants/multi/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_attendants_multi_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/attendants/multi/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "attendants",
            "multi",
            "list"
          ]
        },
        "description": "Buscar atendentes (multiatendimento) (GET /api/v1/attendants/multi).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_business_loss_reasons_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/business/loss/reasons/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "business",
            "loss",
            "reasons",
            "create"
          ]
        },
        "description": "Criar motivo de perda (POST /api/v1/business-loss-reasons). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_business_loss_reasons_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/business/loss/reasons/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "business",
            "loss",
            "reasons",
            "delete"
          ]
        },
        "description": "Excluir motivo de perda (DELETE /api/v1/business-loss-reasons/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_business_loss_reasons_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/business/loss/reasons/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "business",
            "loss",
            "reasons",
            "get"
          ]
        },
        "description": "Buscar motivos de perda por ID (GET /api/v1/business-loss-reasons/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_business_loss_reasons_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/business/loss/reasons/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "business",
            "loss",
            "reasons",
            "list"
          ]
        },
        "description": "Buscar motivos de perda (GET /api/v1/business-loss-reasons).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_business_loss_reasons_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/business/loss/reasons/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "business",
            "loss",
            "reasons",
            "update"
          ]
        },
        "description": "Atualizar motivo de perda (PUT /api/v1/business-loss-reasons/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_businesses_actions_lose_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/businesses/actions/lose/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "businesses",
            "actions",
            "lose",
            "create"
          ]
        },
        "description": "Perder negócios (POST /api/v1/businesses/actions/lose). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_businesses_actions_move_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/businesses/actions/move/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "businesses",
            "actions",
            "move",
            "create"
          ]
        },
        "description": "Mover negócios (POST /api/v1/businesses/actions/move). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_businesses_actions_restore_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/businesses/actions/restore/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "businesses",
            "actions",
            "restore",
            "create"
          ]
        },
        "description": "Restaurar negócios (POST /api/v1/businesses/actions/restore). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_businesses_actions_win_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/businesses/actions/win/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "businesses",
            "actions",
            "win",
            "create"
          ]
        },
        "description": "Ganhar negócios (POST /api/v1/businesses/actions/win). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_businesses_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/businesses/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "businesses",
            "create"
          ]
        },
        "description": "Criar negócio (POST /api/v1/businesses). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_businesses_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/businesses/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "businesses",
            "delete"
          ]
        },
        "description": "Excluir negócio (DELETE /api/v1/businesses/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_businesses_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/businesses/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "businesses",
            "get"
          ]
        },
        "description": "Buscar negócio por ID (GET /api/v1/businesses/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_businesses_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/businesses/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "businesses",
            "list"
          ]
        },
        "description": "Buscar negócios (GET /api/v1/businesses).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_businesses_patch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/businesses/patch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "businesses",
            "patch"
          ]
        },
        "description": "Atualizar negócio (PATCH /api/v1/businesses/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_conversations_finish_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/conversations/finish/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "conversations",
            "finish",
            "create"
          ]
        },
        "description": "Finalizar atendimento (POST /api/v1/conversations/{id}/finish). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_conversations_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/conversations/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "conversations",
            "list"
          ]
        },
        "description": "Buscar conversas (GET /api/v1/conversations).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_conversations_messages_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/conversations/messages/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "conversations",
            "messages",
            "create"
          ]
        },
        "description": "Enviar mensagem para uma conversa (POST /api/v1/conversations/{id}/messages). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_conversations_messages_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/conversations/messages/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "conversations",
            "messages",
            "list"
          ]
        },
        "description": "Buscar conversa por ID (GET /api/v1/conversations/{id}/messages).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_instances_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/instances/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instances",
            "get"
          ]
        },
        "description": "Buscar instancia por ID (GET /api/v1/instances/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_instances_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/instances/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instances",
            "list"
          ]
        },
        "description": "Buscar instancias (GET /api/v1/instances).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_activities_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/activities/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "activities",
            "list"
          ]
        },
        "description": "Buscar as atividades do lead (GET /api/v1/leads/{id}/activities).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_additional_fields_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/additional/fields/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "additional",
            "fields",
            "create"
          ]
        },
        "description": "Criar lead com campos adicionais (POST /api/v1/leads/additional-fields). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_attachments_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/attachments/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "attachments",
            "create"
          ]
        },
        "description": "Anexar arquivo ao lead (POST /api/v1/leads/{leadId}/attachments). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"leadId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_attachments_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/attachments/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "attachments",
            "delete"
          ]
        },
        "description": "Apagar arquivo anexado ao lead (DELETE /api/v1/leads/{leadId}/attachments/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"leadId\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_attachments_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/attachments/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "attachments",
            "list"
          ]
        },
        "description": "Buscar os arquivos anexados ao lead (GET /api/v1/leads/{leadId}/attachments).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"leadId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_businesses_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/businesses/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "businesses",
            "list"
          ]
        },
        "description": "Buscar os negocios do lead (GET /api/v1/leads/{id}/businesses).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "create"
          ]
        },
        "description": "Criar lead (POST /api/v1/leads). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "delete"
          ]
        },
        "description": "Excluir lead (DELETE /api/v1/leads/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "get"
          ]
        },
        "description": "Buscar lead por ID (GET /api/v1/leads/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_history_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/history/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "history",
            "list"
          ]
        },
        "description": "Buscar histórico do lead (GET /api/v1/leads/{id}/history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "list"
          ]
        },
        "description": "Buscar leads (GET /api/v1/leads).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_notes_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/notes/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "notes",
            "create"
          ]
        },
        "description": "Adicionar comentário (POST /api/v1/leads/{leadId}/notes). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"leadId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_notes_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/notes/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "notes",
            "delete"
          ]
        },
        "description": "Excluir comentário do lead (DELETE /api/v1/leads/{leadId}/notes/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"leadId\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_notes_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/notes/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "notes",
            "list"
          ]
        },
        "description": "Buscar comentários do lead (GET /api/v1/leads/{leadId}/notes).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"leadId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_notes_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/notes/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "notes",
            "update"
          ]
        },
        "description": "Atualizar comentário do lead (PUT /api/v1/leads/{leadId}/notes/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"leadId\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_leads_patch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/leads/patch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "leads",
            "patch"
          ]
        },
        "description": "Atualizar lead (PATCH /api/v1/leads/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_list_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "accounts"
          ]
        },
        "description": "Lista as conexões (contas) DataCrazy vinculadas a este install — id, label.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_lists_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lists/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lists",
            "create"
          ]
        },
        "description": "Criar lista (POST /api/v1/lists). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_lists_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lists/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lists",
            "delete"
          ]
        },
        "description": "Excluir lista (DELETE /api/v1/lists/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_lists_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lists/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lists",
            "get"
          ]
        },
        "description": "Buscar lista por ID (GET /api/v1/lists/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_lists_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lists/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lists",
            "list"
          ]
        },
        "description": "Buscar listas (GET /api/v1/lists).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_lists_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lists/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lists",
            "update"
          ]
        },
        "description": "Atualizar lista (PUT /api/v1/lists/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_pipelines_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pipelines/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pipelines",
            "get"
          ]
        },
        "description": "Buscar pipeline por ID (GET /api/v1/pipelines/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_pipelines_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pipelines/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pipelines",
            "list"
          ]
        },
        "description": "Buscar pipelines (GET /api/v1/pipelines).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_pipelines_stages_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pipelines/stages/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pipelines",
            "stages",
            "list"
          ]
        },
        "description": "Buscar etapas da pipeline (GET /api/v1/pipelines/{id}/stages).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_products_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/products/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "products",
            "create"
          ]
        },
        "description": "Criar produto (POST /api/v1/products). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_products_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/products/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "products",
            "delete"
          ]
        },
        "description": "Excluir produto (DELETE /api/v1/products/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_products_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/products/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "products",
            "get"
          ]
        },
        "description": "Buscar produto (GET /api/v1/products/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_products_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/products/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "products",
            "list"
          ]
        },
        "description": "Buscar produtos (GET /api/v1/products).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_products_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/products/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "products",
            "update"
          ]
        },
        "description": "Atualizar produto (PUT /api/v1/products/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_tags_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/tags/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "tags",
            "create"
          ]
        },
        "description": "Criar tag (POST /api/v1/tags). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_tags_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/tags/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "tags",
            "delete"
          ]
        },
        "description": "Excluir tag (DELETE /api/v1/tags/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_tags_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/tags/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "tags",
            "get"
          ]
        },
        "description": "Buscar tag por ID (GET /api/v1/tags/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_tags_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/tags/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "tags",
            "list"
          ]
        },
        "description": "Buscar tags (GET /api/v1/tags).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "datacrazy_tags_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/tags/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "tags",
            "update"
          ]
        },
        "description": "Atualizar tag (PUT /api/v1/tags/{id}). [write, altera dados]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}