Skip to main content
GET
/
v2
/
active-webhook-stats
Get Active Webhook Stats
curl --request GET \
  --url https://app.closerx.ai/api/v2/active-webhook-stats/ \
  --header 'Company-Name: <company-name>' \
  --header 'api_key: <api-key>'
{
  "active_webhooks_count": 16,
  "average_response_time": 938.430755498023,
  "total_hit_count": 179
}

Authorizations

api_key
string
header
required

Headers

Company-Name
string
required

Schema name for multi-tenancy

Response

Active webhook stats retrieved successfully

active_webhooks_count
integer

Total number of active webhooks

Example:

16

average_response_time
number<float>

Average response time (in milliseconds) for the active webhooks

Example:

938.430755498023

total_hit_count
integer

Total number of times all webhooks have been triggered

Example:

179