Find a specific chat by its remote JID (WhatsApp ID).
curl --request GET \
--url 'https://api.example.com/chat/findChatByRemoteJid/my-instance?remoteJid=5511999999999@s.whatsapp.net' \
--header 'apikey: YOUR_API_KEY'
{
"id": "chat_123",
"remoteJid": "5511999999999@s.whatsapp.net",
"owner": "my-instance",
"isGroup": false,
"name": "John Doe",
"profilePictureUrl": "https://example.com/profile.jpg",
"createdAt": "2024-03-04T10:30:00.000Z",
"updatedAt": "2024-03-04T12:45:00.000Z"
}
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/EvolutionAPI/evolution-api/llms.txt
Use this file to discover all available pages before exploring further.
apikey header.
5511999999999@s.whatsapp.net. For groups, use the format 120363123456789@g.us.curl --request GET \
--url 'https://api.example.com/chat/findChatByRemoteJid/my-instance?remoteJid=5511999999999@s.whatsapp.net' \
--header 'apikey: YOUR_API_KEY'
{
"id": "chat_123",
"remoteJid": "5511999999999@s.whatsapp.net",
"owner": "my-instance",
"isGroup": false,
"name": "John Doe",
"profilePictureUrl": "https://example.com/profile.jpg",
"createdAt": "2024-03-04T10:30:00.000Z",
"updatedAt": "2024-03-04T12:45:00.000Z"
}
{phone_number}@s.whatsapp.net{group_id}@g.us{broadcast_id}@broadcastcurl --request GET \
--url 'https://api.example.com/chat/findChatByRemoteJid/my-instance?remoteJid=5511999999999@s.whatsapp.net' \
--header 'apikey: YOUR_API_KEY'
{
"id": "chat_123",
"remoteJid": "5511999999999@s.whatsapp.net",
"owner": "my-instance",
"isGroup": false,
"name": "John Doe",
"profilePictureUrl": "https://example.com/profile.jpg",
"createdAt": "2024-03-04T10:30:00.000Z",
"updatedAt": "2024-03-04T12:45:00.000Z"
}