Name | Type | Description | Notes |
---|---|---|---|
event_id | String | The event ID. | [optional] |
url | String | The webhook endpoint URL. | |
created_timestamp | Number | The time when the event occurred, in Unix timestamp format, measured in milliseconds. | |
type | WebhookEventType | ||
data | WebhookEventData | ||
status | WebhookEventStatus | [optional] | |
next_retry_timestamp | Number | The timestamp indicating the next scheduled retry to deliver this event, in Unix timestamp format, measured in milliseconds. This field is only present if the event status is `Retrying`. | [optional] |
retries_left | Number | The number of retries left. This field is only present if the event status is `Retrying`. | [optional] |