an object with query parameters
Optional
createdByUserId?: stringFilter resources by user that created it
Optional
enabled?: booleanFilter resources by enabled true/false
Optional
eventTypes?: stringFilter resources by event-type/types, a single webhook item can have multiple event-types
Optional
level?: stringFilter resources by level that user has access to (either user or level)
Optional
limit?: numberMaximum number of webhooks to retrieve
Optional
name?: stringFilter resources by name (wildcard and case insensitive)
Optional
next?: stringCursor to the next page
Optional
origins?: "api" | "automations" | "management-console"Filter resources by origins, supports multiorigin
Optional
ownerId?: stringFilter resources by user that owns it, only applicable for user level webhooks
Optional
prev?: stringCursor to previous next page
Optional
sort?: Field to sort by, prefix with -/+ to indicate order
Optional
updatedByUserId?: stringFilter resources by user that last updated the webhook
Optional
url?: stringFilter resources by url (wildcard and case insensitive)
Optional
options: ApiCallOptions
Retrieves all webhooks entries for a tenant that the user has access to. Users assigned the
TenantAdmin
role can retrieve all webhooks. A user can have up to 150 webhooks at one time.