Resend event delivery
Creates a one-attempt delivery for the same event using the subscription’s current configuration.
The selected delivery can be in any state, but the subscription must be active.
Each request creates a new delivery, so deduplicate webhook processing by eventId.
Authentication
Use the API key format: api-key <token>.
Path parameters
Response headers
Response
Event this delivery carries. Matches the X-Plextera-Event-Id header your endpoint receives; use it for deduplication.
pending - queued or being sent; retrying - a failed attempt with a retry scheduled; delivered and failed are terminal.
Number of completed attempts whose result was applied to this delivery. It can be lower than totalAttemptRecords on a detail response because in-progress and superseded records are retained.
Up to the 100 most recent attempt records, ordered chronologically within the returned window. Empty for deliveries created before attempt-level history was introduced.
Total stored attempt-history records for this delivery, including in-progress and superseded records.
True when earlier attempt records exist but are not included in attempts.
UTC timestamp of successful delivery. Present only for delivered.
Human-readable description of the last failure. Omitted for successful deliveries.