/api/quotes AuthListar Cotações
Retorna a lista paginada de cotações do usuário.
Query Parameters
page integer Número da página
limit integer Itens por página (máx: 100)
status string Filtrar por status: draft, sent, accepted, rejected, converted
Status Codes
200 Lista retornada com sucesso401 Não autenticado{
"data": [
{
"id": "507f1f77bcf86cd799439077",
"number": "QT-2026-0015",
"contactId": "507f1f77bcf86cd799439011",
"total": 9450.00,
"status": "sent",
"validUntil": "2026-05-30T00:00:00Z",
"createdAt": "2026-05-07T10:00:00Z"
}
],
"total": 12,
"page": 1,
"limit": 20
}