Skip to main content
GET
Get event details with delivery history

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

Event with deliveries

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.