← Back to Home

Webhook Testing - Receive

/webhook/:id
Receive and capture webhook requests. All requests to this endpoint are stored and can be viewed later.
Try it now

Parameters

id path
Webhook ID from /webhook/new

Examples

curl
curl -X POST https://tcpdata.com/webhook/YOUR_ID \
  -H "Content-Type: application/json" \
  -d '{"event":"test","data":"hello"}'