Skip to main content
GET
List Webhook Attempts

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

Path Parameters

webhook_id
string
required

Unique identifier for the webhook

Example:

"WHTEST-XXXXX-EXAMPLE"

Query Parameters

page_size
integer<int32>
default:20

Maximum number of attempts to return. Defaults to 20 when omitted.

Required range: 1 <= x <= 25
page_token
string

Opaque token returned by a previous response. Omit to start from the most recent attempt.

Required string length: 1 - 256

Response

Successful response

data
object[]
required

Delivery attempts for the requested page, most recent first. Always present; serialised as an empty array when the webhook has no recorded attempts.

next_page_token
string

Opaque token for the next page. Absent when there are no more results.

Required string length: 1 - 256