curl --location --request GET 'https://api.kipflow.io/contacts/v1/phones?cnpj&domain&phone_limit&exclude_contador&only_whatsapp&tipo' \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": {
"phones": [
{
"fixo_movel": "MOVEL",
"pertence_contador": false,
"score_original": 74,
"telefone_completo": "11 973854697",
"whatsapp": true
}
]
},
"datasets": [
"default"
],
"metadata": {
"totalFound": 3,
"returned": 3,
"hasMore": false
}
}