Events
Trigger event
Trigger a webhook event for a product on demand, in the shape your registered destinations would normally receive. Use during integration testing to exercise your handlers without waiting for an upstream update.
The event is targeted at the calling developer only. Pass an Idempotency-Key header so retried calls produce the same event ID and the delivery layer dedups.
post/api/v1/events/trigger
Request body
Response
Created
Example response
{
"id": "evt_1234567890",
"createdAt": "2026-03-25T00:00:00Z",
"source": {
"id": "ci_1234567890"
}
}