Authorizations
Apikey
Query Parameters
O número de telefone para verificar
curl --request GET \
--url https://api.wappfy.com.br/api/contacts/check-exists \
--header 'apikey: <api-key>'
{
"chatId": "Chat id for the phone number. Undefined if the number does not exist",
"numberExists": true
}
curl --request GET \
--url https://api.wappfy.com.br/api/contacts/check-exists \
--header 'apikey: <api-key>'
{
"chatId": "Chat id for the phone number. Undefined if the number does not exist",
"numberExists": true
}
Apikey
O número de telefone para verificar