an object with query parameters
OptionalcreatedByUserId?: stringFilter resources by user that created it
Optionalenabled?: booleanFilter resources by enabled true/false
OptionaleventTypes?: stringFilter resources by event-type/types, a single webhook item can have multiple event-types
Optionallevel?: stringFilter resources by level that user has access to (either user or level)
Optionallimit?: numberMaximum number of webhooks to retrieve
Optionalname?: stringFilter resources by name (wildcard and case insensitive)
Optionalnext?: stringCursor to the next page
Optionalorigins?: "api" | "automations" | "management-console"Filter resources by origins, supports multiorigin
OptionalownerId?: stringFilter resources by user that owns it, only applicable for user level webhooks
Optionalprev?: stringCursor to previous next page
Optionalsort?: Field to sort by, prefix with -/+ to indicate order
OptionalupdatedByUserId?: stringFilter resources by user that last updated the webhook
Optionalurl?: stringFilter resources by url (wildcard and case insensitive)
Optionaloptions: ApiCallOptions
Retrieves all webhooks entries for a tenant that the user has access to. Users assigned the
TenantAdminrole can retrieve all webhooks. A user can have up to 150 webhooks at one time.