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

eventIdstringRequired
Event identifier returned by List events.

Response headers

Cache-ControlstringOptional
Prevents storage of webhook configuration, payload, and diagnostic responses.

Response

One event with its exact webhook payload and aggregate delivery counts.
idstring

Stable event identifier. Matches eventId in the payload and the X-Plextera-Event-Id header.

eventTypeenum
Product event type.
occurredAtdatetime
UTC timestamp when the product event occurred.
apiVersionstring
Webhook payload contract version.
deliverySummaryobject

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.

createdAtdatetime
UTC timestamp when Plextera recorded the event.
payloadmap from strings to any
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