Webhooks V2

Get Webhook Endpoint Delivery Statistics

Returns delivery statistics from the endpoint's selected isolated delivery environment. Requires webhooks:read scope.

get/v2/projects/{project_id}/webhook_endpoints/{endpoint_id}/stats

Path parameters

project_idstring required

Project ID

Project ID

endpoint_idstring required

Webhook endpoint ID

Webhook endpoint ID

Query parameters

sincestring

a string to be decoded into a Date

untilstring

a string to be decoded into a Date

format'superwall' | 'superwall_v2'

Which webhook delivery application this endpoint belongs to. superwall_v2 receives typed Superwall V2 payloads. Defaults to superwall.

Which webhook delivery application this endpoint belongs to. superwall_v2 receives typed Superwall V2 payloads. Defaults to superwall.

Response

Success

object'webhook_endpoint_stats' required
endpoint_idstring required
successnumber required
failnumber required
pendingnumber required
sendingnumber required

Changes

No recorded changes to this endpoint across all 1 revision of this API.