Skip to main content

Method

Parameters

*ListOptions
Pagination options (only available in ListWithOptions)
*int
Maximum number of webhooks to return
*string
Cursor for forward pagination
*string
Cursor for backward pagination

Response

string
Always "list"
bool
Whether there are more results available
[]WebhookInList
Array of webhook objects
string
The unique identifier of the webhook
string
ISO 8601 timestamp of when the webhook was created
string
The current status of the webhook
string
The URL endpoint receiving webhook events
[]string
Array of subscribed event types

Example