Skip to main content
Retrieve a list of webhooks with optional filtering.
External DocumentationTo learn more, visit the Upwind documentation.

Parameters

ParameterDescription
Organization IDThe ID of the organization.

Example Output

[
	{
		"id": "string",
		"name": "string",
		"vendor": "DATADOG",
		"status": "ENABLED",
		"update_time": "2024-07-29T15:51:28.071Z",
		"create_time": "2024-07-29T15:51:28.071Z"
	}
]

Workflow Library Example

List Webhooks with Upwind and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop