get https://webhooks.ordergroove.com/webhook_targets//metrics
Returns statistics for last 30 days per target url. You must authenticate with API User scope to access.
Response Body Definitions
| Name | Type | Description | Example | 
|---|---|---|---|
| failed | int | The number of events that failed initially and for all the allowed number of retries. These won’t be retried anymore. | 12 | 
| successful | int | The total number of events that got successful responses from their targets. | 102 | 
| successful_retries | int | The number of events that were attempted more than once before getting a successful response. This number is also accounted in the successful metric. | 50 | 
| pending_delivery | int | The number of events that are still being attempted; either because they correspond to new events in the system or because they are being retried | 10 | 
