Skip to main content
POST
/
v1
/
webhooks
/
endpoints
/
{endpoint_id}
/
test
Send a test webhook
curl --request POST \
  --url https://api.whatsapp-use.com/v1/webhooks/endpoints/{endpoint_id}/test \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

endpoint_id
string
required

Response

200 - application/json

Test event and delivery.

The response is of type object.