Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 730 Bytes

Attempt.md

File metadata and controls

27 lines (15 loc) · 730 Bytes

Attempt

Webhook delivery attempt details.

Properties

Name Type Description Notes
status StatusEnum [optional]
startedAt OffsetDateTime ISO 8601 timestamp indicating when the attempt was initiated. [optional]
finishedAt OffsetDateTime ISO 8601 timestamp indicating when the attempt has finished. [optional]
http Http [optional]
errors List<Error> Webhook delivery errors. [optional]

Enum: StatusEnum

Name Value
DELIVERED "delivered"
FAILED "failed"