Find Contacts
POST/chat/findContacts/:instanceName
Find Contacts
Request
Path Parameters
- required
instanceName stringrequired
Example: {{instance}}
- application/json
Body
- object
Responses
- 200
OK
Response Headers
X-Powered-By string
Content-Type string
ETag string
Vary string
Content-Encoding string
Date string
Connection string
Keep-Alive string
Transfer-Encoding string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
[
{
"id": 1,
"remoteJid": "[email protected]",
"pushName": null,
"profilePicUrl": "https://pps.whatsapp.net/v/t61.000000-24/31179erffew6_1277688016105516_4763889651109787411_n.jpg?ccb=11-4&oh=01_AdSaPko3YBsgu1mpOxEC5joNDwNK3IdKFUezubNNDVbpiQ&oe=657B9dew&_nc_sid=e6ed6c&_nc_cat=110",
"createdAt": "2023-12-05T00:00:00.000Z",
"updatedAt": "2023-12-05T00:00:00.000Z",
"instanceId": 1
}
]
Loading...