Skip to main content

Get Webhook delivery health dashboard

Returns Webhook delivery statistics for specified time range. If time range not specifed provides statustics for last 24 hours.

Query Parameters
  • from int64

    Unix time used to get entities in a specific time window.

    • Used in conjunction with timeTo param
  • to int64

    Unix time used to get entities in a specific time window.

    • Used in conjunction with timeFrom param
  • filter object

    Filtering options for Webhook delivery statistics

Responses

OK


Schema
  • success_rate float

    Delivery success rate

  • delivered int64

    Successfully delivered Webhooks

  • failed integer

    Failed to delivery Webhooks

  • retrying int64

    Webhooks with 'retrying' status

Loading...