curl --request GET \
--url https://api.zapperapi.com/{instanceId}/webhook \
--header 'X-Api-Key: <api-key>'
{
"url": "<string>",
"secretKey": "<string>"
}
Obtém o webhook configurado para disparo de eventos do WhatsApp.
curl --request GET \
--url https://api.zapperapi.com/{instanceId}/webhook \
--header 'X-Api-Key: <api-key>'
{
"url": "<string>",
"secretKey": "<string>"
}
Chave privada da API
Default Response
The response is of type object
.