curl --request POST \
--url https://api.wappfy.com.br/chat/findContacts/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"where": {
"id": "<string>"
}
}'
Buscar todos os contatos ou só um por ID
curl --request POST \
--url https://api.wappfy.com.br/chat/findContacts/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"where": {
"id": "<string>"
}
}'
Seu cabeçalho da chave de autorização.
ID da instância.