curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/chat/findContacts/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"where": {
"id": "<string>"
}
}
'This response has no body data.Here it is possible to list all contacts or just one,using the ‘where’ option.
curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/chat/findContacts/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"where": {
"id": "<string>"
}
}
'This response has no body data.