Request Details
Event ID:
evt_1EIz9ZClvi0ck4j4FgW2WFHs
URL:
https://api.example.com/webhooks
HTTP Headers
{
"Content-Type": "application/json",
"User-Agent": "WebhookBot/1.0",
"X-Webhook-Signature": "sha256=abc123...",
"X-Event-Type": "customer.updated"
}
Payload
{
"id": "evt_1EIz9ZClvi0ck4j4FgW2WFHs",
"object": "event",
"type": "customer.updated",
"data": {
"object": {
"id": "cus_ABC123",
"email": "customer@example.com",
"name": "John Doe",
"created": 1553774640
}
},
"created": 1553774640
}
Response
Response Body:
{"received": true}