/api/deals AuthListar Negócios
Retorna todos os negócios do funil de vendas do usuário, com paginação e filtros.
Query Parameters
page integer Número da página
limit integer Itens por página (máx: 100)
status string Filtrar por status: open, won, lost
stage string Filtrar por estágio do funil
Status Codes
200 Lista retornada com sucesso401 Não autenticado{
"data": [
{
"id": "507f1f77bcf86cd799439033",
"title": "Implantação ERP - Tech Solutions",
"value": 45000.00,
"currency": "BRL",
"stage": "negociacao",
"status": "open",
"probability": 70,
"companyId": "507f1f77bcf86cd799439022",
"contactIds": ["507f1f77bcf86cd799439011"],
"expectedCloseDate": "2026-06-15T00:00:00Z",
"createdAt": "2026-04-01T10:00:00Z"
}
],
"total": 24,
"page": 1,
"limit": 20
}