curl --request GET \
--url https://api.hubapi.com/webhooks-journal/subscriptions/2026-03/filters/subscription/{subscriptionId} \
--header 'Authorization: Bearer <token>'[
{
"createdAt": 123,
"filter": {
"conditions": [
{
"property": "<string>",
"value": "<string>",
"values": [
"<string>"
]
}
]
},
"id": 123
}
]Obtén los filtros asociados a una suscripción de webhook específica en la cuenta de HubSpot. Este punto de terminación es útil para obtener información detallada sobre los filtros aplicados a una suscripción determinada, identificada por su ID de suscripción.
curl --request GET \
--url https://api.hubapi.com/webhooks-journal/subscriptions/2026-03/filters/subscription/{subscriptionId} \
--header 'Authorization: Bearer <token>'[
{
"createdAt": 123,
"filter": {
"conditions": [
{
"property": "<string>",
"value": "<string>",
"values": [
"<string>"
]
}
]
},
"id": 123
}
]Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
The access token received from the authorization server in the OAuth 2.0 flow.
El identificador único de la suscripción para la que se obtienen los filtros.
successful operation
Una marca de tiempo Unix en milisegundos que indica cuándo se creó el filtro.
Defines a single condition for searching CRM objects, specifying the property to filter on, the operator to use (such as equals, greater than, or contains), and the value(s) to compare against.
Show child attributes
El identificador único para el filtro. Es un número entero en formato int64.