Skip to main content
POST
/
webhooks
/
{endpoint_id}
/
test
Send test webhook
curl --request POST \
  --url https://api.proxyjam.com/public/v1/webhooks/{endpoint_id}/test \
  --header 'X-API-Key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.proxyjam.com/llms.txt

Use this file to discover all available pages before exploring further.

Triggers a signed test delivery for the selected endpoint. Test deliveries are persisted for diagnostics but are not retried.

Path parameters

endpoint_id
string
required
Webhook endpoint UUID.

Response

Returns:
  • endpoint details
  • delivery state (delivered, failed, blocked, etc.)
  • attempt timeline including response status and latency

Signature headers

Each request contains:
  • X-ProxyJam-Event
  • X-ProxyJam-Delivery-Id
  • X-ProxyJam-Timestamp
  • X-ProxyJam-Signature

Example

curl -X POST "https://api.proxyjam.com/public/v1/webhooks/wh_01HXYZ/test" \
  -H "X-API-Key: pj_AbCdEf..."