Test a Webhook Endpoint

Sends a test ping event to a webhook endpoint.

POSThttps://api.audienceful.com/v2/webhooks/{id}/ping
curl --location --request POST 'https://api.audienceful.com/v2/webhooks/wYt3nKq8Zs4pLm9vRb2xJc/ping' \
--header 'X-Api-Key: <your-api-key>'
{
  "delivery_id": "dLm4vRb2xJcwYt3nKq8Zs4",
  "status": "pending"
}

Requires the webhooks:write scope. Sends a ping event to the endpoint so you can confirm your server receives and verifies deliveries. The delivery is queued and processed asynchronously — inspect the result in the delivery log.

Path parameters

idstringrequired
The id of the webhook endpoint to ping.

Response

Returns 202 Accepted.

delivery_idstring
The id of the queued test delivery. Look it up in the delivery log.
statusstring
Always pending in this response.
Last updated: July 11, 2026