curl --request POST \
--url https://api.zapperapi.com/{instanceId}/contacts/check-numbers \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"numbers": [
"<string>"
]
}'
{
"numbers": [
{
"exists": "<any>",
"jid": "<string>",
"lid": "<any>"
}
]
}
Verifica se os números informados estão cadastrados no WhatsApp
curl --request POST \
--url https://api.zapperapi.com/{instanceId}/contacts/check-numbers \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"numbers": [
"<string>"
]
}'
{
"numbers": [
{
"exists": "<any>",
"jid": "<string>",
"lid": "<any>"
}
]
}
Chave privada da API
Default Response
The response is of type object
.