cURL
curl --request POST \ --url https://api.wapizap.com/api/v2/webhooks/{id}/test \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Test event sent successfully" }
Envia um evento de teste para o webhook
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Teste enviado