Seguros APIseguros-api reference
List messages for a chat
Returns paginated list of WhatsApp messages from Evolution API for a specific instance and remote JID
Returns paginated list of WhatsApp messages from Evolution API for a specific instance and remote JID
x-api-key<token>
In: header
Query Parameters
instanceName*string
Evolution API instance name
remoteJid*string
WhatsApp remote JID
page?number
Page number
Range
1 <= valuelimit?number
Messages per page
Range
1 <= value <= 100Response Body
application/json
curl -X GET "https://example.com/sdr/messages?instanceName=brasalLia&remoteJid=5561999999999%40s.whatsapp.net"{
"data": [
[]
],
"total": 50,
"page": 1,
"limit": 20,
"hasMore": true
}Empty
Empty
List SDR agent sessions from Evolution API
Returns paginated list of WhatsApp chats from Evolution API instances with phone number extraction and last message details
List SDR contacts with data cross-referencing
Returns paginated list of unique contacts (grouped by session_id) with LEFT JOIN to Person and Sell tables for data enrichment. Includes aggregated metrics: totalContacts, activeContacts, conversionRate, totalMessages.