Skip to main content
GET
curl

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.

Query Parameters

page_size
integer<int32>
default:20

Maximum number of webhooks 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 beginning.

Required string length: 1 - 256

Response

Webhooks retrieved successfully

data
object[]
required

List of webhooks registered for this domain. Always present; returns an empty array when no webhooks are registered.

next_page_token
string

Opaque cursor for the next page of results. Absent when there are no more pages.

Required string length: 1 - 256