Skip to main content
POST
/
webhooks
/
{id}
/
test
Testar Webhook
curl --request POST \
  --url https://api.wapizap.com/api/v2/webhooks/{id}/test \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Test event sent successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Teste enviado