Get event
Returns one event with its exact webhook payload and current delivery counts.
The response uses Cache-Control: no-store.
Authentication
Authorizationstring
Use the API key format: api-key <token>.
Path parameters
eventId
Event identifier returned by List events.
Response headers
Cache-Control
Prevents storage of webhook configuration, payload, and diagnostic responses.
Response
One event with its exact webhook payload and aggregate delivery counts.
id
Stable event identifier. Matches eventId in the payload and the X-Plextera-Event-Id header.
eventType
Product event type.
occurredAt
UTC timestamp when the product event occurred.
apiVersion
Webhook payload contract version.
deliverySummary
Current delivery counts, including manual resends. On List events, subscriptionId scopes these counts to that subscription. Automatic retry attempts remain part of their original delivery.
createdAt
UTC timestamp when Plextera recorded the event.
payload
Exact JSON envelope used for every delivery and resend of this event.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
405
Method Not Allowed Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error