Webhook delivery attempt details.
| 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] |
| Name | Value |
|---|---|
| DELIVERED | "delivered" |
| FAILED | "failed" |