WebhookEventsChartDataPoint

Attributes of the WebhookEventsChartDataPoint type

A data point for webhook event logs chart showing counts for a specific day

Name
Type
Description

date

ISO8601Date

The date for this data point

failCount

Int

Number of failed webhook events (response code not 200)

successCount

Int

Number of successful webhook events (response code 200)

Last updated

Was this helpful?