List Webhook Attempts
Lists delivery attempts made to this webhook, most recent first.
A delivery attempt is one HTTP POST to the webhook’s destination URL.
Because deliveries are retried on failure, a single emitted event can
produce several attempts against the same webhook: the first is
scheduled, and each subsequent retry is another scheduled attempt
until the event is delivered or the retry schedule is exhausted; a
partner-initiated resend produces a manual attempt. Every attempt is
listed, so a successful delivery and the failed tries that preceded it
all appear as separate entries sharing the same message_id.
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Path Parameters
Unique identifier for the webhook
"WHTEST-XXXXX-EXAMPLE"
Query Parameters
Maximum number of attempts to return. Defaults to 20 when omitted.
1 <= x <= 25Opaque token returned by a previous response. Omit to start from the most recent attempt.
1 - 256Response
Successful response