curl --request GET \
--url https://api.wappfy.com.br/webhook/find/{instance} \
--header 'apikey: <api-key>'
{
"enabled": true,
"url": "https://dominio.com",
"events": [
"MESSAGES_UPSERT",
"MESSAGES_DELETE"
]
}
Buscar configuração do Webhook
curl --request GET \
--url https://api.wappfy.com.br/webhook/find/{instance} \
--header 'apikey: <api-key>'
{
"enabled": true,
"url": "https://dominio.com",
"events": [
"MESSAGES_UPSERT",
"MESSAGES_DELETE"
]
}
Seu cabeçalho da chave de autorização.
ID da instância.
Ok
The response is of type object
.