Lista contatos com dados de CRM. Filtros: ?search=&source_platform=&inbox_status=open&pipeline_stage_id=&crm_status=&is_ai_enabled=true&page=1&limit=50
Resposta (200)
{
"success": true,
"data": [
{
"id": "<uuid>",
"identifier": "5548999990000",
"phone": "5548999990000",
"email": "joao@exemplo.com.br",
"name": "João Silva",
"display_name": "João Silva",
"source_platform": "whatsapp",
"inbox_status": "open",
"priority": "normal",
"crm_status": "open",
"is_ai_enabled": true,
"is_archived": false,
"is_blocked": false,
"first_message_at": "2026-07-01T14:03:00.000Z",
"last_message_at": "2026-07-15T09:22:00.000Z",
"last_inbound_at": "2026-07-15T09:20:00.000Z",
"pipeline_stage_id": "<uuid>",
"assigned_to_member_id": "<uuid>",
"last_connection_id": "<uuid>",
"created_at": "2026-07-01T14:03:00.000Z",
"updated_at": "2026-07-15T09:22:00.000Z",
"pipeline_stage": {
"id": "<uuid>",
"name": "Novo",
"color": "#6366f1",
"display_order": 1
},
"tags": [
{
"id": "<uuid>",
"name": "VIP",
"color": "#6366f1"
}
]
}
],
"pagination": {
"page": 1,
"limit": 50,
"total": 320,
"total_pages": 7
}
}Exemplo
curl -s -H "Authorization: Bearer <sua-key>" https://www.prosalab.com/api/v1/contacts