Zum Hauptinhalt springen
GET
/
webhooks-journal
/
subscriptions
/
2026-03
/
filters
/
subscription
/
{subscriptionId}
cURL
curl --request GET \
  --url https://api.hubapi.com/webhooks-journal/subscriptions/2026-03/filters/subscription/{subscriptionId}
[
  {
    "createdAt": 123,
    "filter": {
      "conditions": [
        {
          "filterType": "CRM_OBJECT_PROPERTY",
          "operator": "CONTAINS",
          "property": "<string>",
          "value": "<string>",
          "values": [
            "<string>"
          ]
        }
      ]
    },
    "id": 123
  }
]

Supported products

Pfadparameter

subscriptionId
integer<int64>
erforderlich

Antwort

successful operation

createdAt
integer<int64>
erforderlich
filter
object
erforderlich

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.

id
integer<int64>
erforderlich
Last modified on April 9, 2026