Skip to main content
GET
Load webhook notifications

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

webhook_id
string<whk_string> | null

When provided, it returns all webhook notifications created after this id.

Example:

"whk_N5L7eAc4PsHfZViqAMbFE7"

status

Filter webhook notifications by one or more statuses, comma-separated

page_token
string | null

The page token to for the next or previous page

page_size
integer
default:100
Required range: 1 <= x <= 100

Response

Successful Response

data
WebhookNotificationPublic · object[]
required
pagination
PaginationResponse · object
required