Skip to main content
POST
Send a test event to the webhook

Authorizations

Authorization
string
header
required

API key prefixed with jcr_. To obtain a key programmatically (no dashboard required), see POST /v1/authorize.

Path Parameters

id
integer
required

Response

Test event created and delivery enqueued

data
object

An event as returned by the API. Note the field names differ from the delivered webhook body: event_type is event there, and payload is the data member. See WebhookDeliveryBody.