v29

OpenAPI 3.0.1raw.githubusercontent.com2026-06-030080.0 KB
Advanced

Create Filter

Create a new filter for a specific webhook subscription in the HubSpot account. This endpoint allows you to define conditions that determine when a webhook should be triggered. The filter is associated with a subscription identified by its ID, and the request must include the filter details.

post/webhooks-journal/subscriptions/2026-03/filters

Request body

subscriptionIdinteger required

An integer representing the unique identifier of the subscription to which the filter will be applied. It is required and uses the int64 format.

Response

successful operation

filterIdinteger required

The unique identifier for the created filter. It is an integer in int64 format.