StaticdeleteStaticgetGets a collection of webhook items. Gets a collection of webhook items identified by the provided Ids.
Optionaloptions: Options<GetItemWebhookData, ThrowOnError>StaticgetGets a paginated collection of webhooks. Gets a paginated collection of all webhooks.
Optionaloptions: Options<GetWebhookData, ThrowOnError>StaticgetGets a webhook. Gets a webhook identified by the provided Id.
StaticgetGets a paginated collection of webhook logs for a specific webhook. Gets a paginated collection of webhook logs for the webhook identified by the provided Id.
StaticgetGets a paginated collection of webhook events. Gets a paginated collection of available webhook events that can be subscribed to.
Optionaloptions: Options<GetWebhookEventsData, ThrowOnError>StaticgetGets a paginated collection of webhook logs. Gets a paginated collection of webhook logs for all webhooks.
Optionaloptions: Options<GetWebhookLogsData, ThrowOnError>StaticpostCreates a new webhook. Creates a new webhook with the configuration specified in the request model.
Optionaloptions: Options<PostWebhookData, ThrowOnError>StaticputUpdates a webhook. Updates a webhook identified by the provided Id with the details from the request model.
Deletes a webhook. Deletes a webhook identified by the provided Id.