cURL
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 }
Returns analytics for active webhooks, including total count, average response time, and total hit count.
Schema name for multi-tenancy
Active webhook stats retrieved successfully
Total number of active webhooks
16
Average response time (in milliseconds) for the active webhooks
938.430755498023
Total number of times all webhooks have been triggered
179